Mô tả

Requirements

  • You should have some basic knowledge of Android App Development using Java or Kotlin

Tired of traditional Android App Development courses? Now its time to learn something new and trending for Android. Machine Learning is at its peak and Android App Development is also in demand than what is better than learning both?

This course is designed for Android developers who want to learn Machine Learning and deploy machine learning models in their android apps using TensorFlow Lite. If you have very basic knowledge of Android App development and want to learn Machine Learning use in Android Applications this course is for you. This course will get you started in building your FIRST deep learning model and Android Application using both java and Kotlin Tensorflow Lite, and Android studio. We will learn about machine learning and deep learning and then train your first model and deploy it in android application using Android studio. All the materials for this course are FREE.

You can implement Application build during the apps using both java and kotlin. Separate Lectures are provided for both of these languages.

You don't need any prior knowledge of Machine Learning to start this course. We will start by learning

  • Python Programming Language

  • Data Science Libraries

  • Basics of Machine Learning and Deep Learning

  • Tensorflow and Tensorflow Lite

Then we will train our first Machine Learning model and Develop Android Application for it using Android Studio.

The course includes examples from basic to advance

  • A very simple example

  • Example using saved model

  • Example using concrete function

  • Predicting fuel efficiency of automobiles (Regression Example)

  • Recognizing handwritten digits (Classification example)

  • Cats and Dogs classification

  • Rock Paper and Scissors Problem

  • Flowers Recognition Example

  • Stones Recognition Example

  • Fruits Recognition Example

  • Predicting Fitness of a person Practice Activity

  • Human and Horse Practice Activity

For each of these examples, we will firstly train Machine Learning model then build Android Application


We will start by learning about the basics of the Python programming language. Then we will learn about some famous Machine Learning libraries like Numpy, Matplotlib, and Pandas. After that, we will learn about Machine learning and its types. Then we look at Supervised learning in detail. We will try to understand classification and regression through examples. After we will start Deep learning. We start by looking and the basic structure of neural networks. Then we will understand the working of neural networks through an example.


Then we will learn about the Tensorflow 2.0 library and how we can use it to train Machine Learning models. After that, we will look at Tensorflow lite how we can convert our Machine Learning models to tflite format which will be used inside Android Applications. There are three ways through which you can get a tflite file

  1. From Keras Model

  2. From Concrete Function

  3. From Saved Model

We will cover all these three methods in this course.

We will learn about Feed Forwarding, Back Propagation, and activation functions through a practical example. We also look at cost function, optimizer, learning rate, Overfitting, and Dropout. We will also learn about data preprocessing techniques like One hot encoding and Data normalization.


Next, we implement a neural network using Google's new TensorFlow library.


You should take this course If you are an Android Developer and want to learn the basics of machine learning(Deep Learning) and deploy ML models in your Android applications using Tensorflow lite and Android Studio.


This course provides you with many practical examples so that you can really see how you can train and deploy machine learning model in android. We will use Android Studio for developing Android Application for models we trained.


Another section at the end of the course shows you how you can use datasets available in different formats for a number of practical purposes.


After getting your feet wet with the fundamentals, I provide a brief overview of how you can add your machine learning model in google's existing android machine learning project templates.


Suggested Prerequisites:

  • Basic Knowledge of Android App Development


TIPS (for getting through the course):

  • Write code yourself, don't just sit there and look at my code.


Who this course is for:

  • Beginner Android Developers want to make their Android applications smart

  • Android Developers want to use Machine Learning in their Android Applications

  • Developers interested in the practical implementation of Machine Learning and computer vision

  • Students interested in machine learning - you'll get all the tidbits you need to add machine learning models in android using Android studio

  • Professionals who want to use machine learning models in Android Application.

  • Machine Learning experts want to deploy their models in Android using Android studio and Tensorflow lite


Bạn sẽ học được gì

Yêu cầu

Nội dung khoá học

15 sections

Introduction

1 lectures
Introduction and course Overview
02:32

Machine Learning & Deep Learning

5 lectures
Machine Learning Introduction
03:25
Supervised Machine Learning: Regression & Classification
04:42
Unsupervised Machine Learning & Reinforcement Learning
03:21
Deep Learning and regression models training
13:04
Basic Deep Learning Concepts
06:13

Python

6 lectures
Google Colab Introduction
04:58
Python Introduction & data types
08:34
Python Lists
06:03
Python dictionary & tuples
03:40
Python loops & conditional statements
03:58
File handling in Python
04:21

Data Science Libraries

8 lectures
Numpy Introduction
05:22
Numpy Operations
04:33
Numpy Functions
04:41
Pandas Introduction
03:29
Loading CSV in pandas
03:13
Handling Missing values in dataset with pandas
03:41
Matplotlib & charts in python
03:21
Dealing images with Matplotlib
02:40

Tensorflow & Tensorflow Lite

6 lectures
Tensorflow Introduction | Variables & Constants
05:37
Shapes & Ranks of Tensors
05:23
Matrix Multiplication & Ragged Tensors
05:21
Tensorflow Operations
02:06
Generating Random Values in Tensorflow
06:38
Tensorflow Checkpoints
03:29

Basic Regression Example

9 lectures
Section Introduction
02:45
Training a basic regression model for Android
09:56
Testing our trained model and converting it to tensorflow lite format
03:26
Training a basic regression model overview
02:00
Analysing trained tensorflow lite models
02:28
Creating new android project and building GUI of application
08:28
Adding tensorflow lite library in Android and loading tflite model
07:45
Passing input to tflite model and getting output in Android
05:23
Using basic tflite model in Android overview
02:08

Training Fuel Efficiency Prediction Model and Building Android Application

16 lectures
Getting dataset for training tensorflow lite models
04:56
Loading dataset for training regression models
07:45
Handling missing values in dataset
03:24
Handling categorical columns in dataset
04:38
Dividing dataset into training and testing
04:19
Dataset normalization
02:40
Training fuel efficiency prediction tensorflow lite model
07:04
Testing model and converting it tensorflow lite format
04:20
Fuel Efficiency prediction model training overview
04:30
Setting up Android project for fuel efficiency prediction application
02:52
What we have done so far
05:14
Loading tensorflow lite model in Android and preparing input for model
05:06
Normalizing data in Android for model input
06:28
Passing input to tflite model in Android and getting output
04:56
Testing fuel efficiency prediction android application
01:42
Fuel Efficiency Prediction Android App Overview
02:40

Concrete function and Saved model examples

2 lectures
Android Tensorflow lite Concrete Function Example
04:04
Android Tensorflow lite Saved Model Example
02:03

Handwritten digits recognition application

9 lectures
Android ML: Loading the dataset
02:23
Android ML: Matplotlib and normalizing data
01:46
Android ML: Training digit recognition model
03:11
Android ML: Evaluating model and creating tflite file
02:01
Android ML: Digit Recognizer Application 1
08:24
Android ML: Digit Recognizer Application Part 2
01:52
Android ML: Digit Recognizer Application Part 3
04:49
Android ML: Testing digit recognition Application
01:57
Kotlin: Digit Recognizer Android Application
09:01

Recognition Section

7 lectures
Android ML: Transfer Learning
02:05
Android ML: Google Colab
03:07
Android ML: Flower Recognition loading data set
04:20
Android ML: Flower Recognition Training and evaluating model
04:14
Android ML: Flower Recognition Detailed Process
07:48
Android ML: Flower Recognition model
03:44
Android ML: Evaluating tflite model
03:15

Cats and Dogs Classification

3 lectures
Android ML: Train cats and dogs model
16:56
Android ML Java: Build Cats and dogs classification Application
17:01
Android ML Kotlin: Build Cats and dogs classification Application
12:27

Rock Paper and Scissors Problem

3 lectures
Android ML: Training rock paper scissors model
09:18
Android ML Java: Rock Paper and Scissor Android Application
07:32
Android ML Kotlin: Rock Paper and Scissor Android Application
07:33

Practice Activity 1 Predict Fitness of a Person

8 lectures
Android ML: Introduction
00:57
Android ML: Fitness Practice Activity 1 Part 1
03:12
Android ML: Fitness Practice Activity 1 Part 2
03:59
Android ML: Fitness Practice Activity 1 Part 3
01:44
Android ML: Fitness Practice Activity 1 Part 4
01:28
Android ML: Fitness Practice Activity 1 Solution
02:24
Android ML: Fitness Practice Activity 1 Application 1
03:03
Android ML: Fitness Practice Activity 1 Application 2
01:30

Practice Activity 2 Human and Horses

4 lectures
Android ML: Human and horses Assignment
00:41
Android ML: Training Human and Horses model
08:26
Android ML Java: Build Human and Horses classification Application
02:42
Android ML Kotlin: Build Human and Horses classification Application
03:12

Bonus

3 lectures
Android ML: Working with images Part 1
01:40
Android ML: Working with images Part 2
07:37
Android ML: Working with CSV
03:13

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.