Difference between revisions of "Android Development"
m |
m |
||
| Line 14: | Line 14: | ||
* [http://tfhub.dev/ TF Hub] for finding pre-built cutting edge models | * [http://tfhub.dev/ TF Hub] for finding pre-built cutting edge models | ||
* [http://www.tensorflow.org/lite/tutorials/model_maker_image_classification TF Lite Model Maker] to train an existing model with your own data | * [http://www.tensorflow.org/lite/tutorials/model_maker_image_classification TF Lite Model Maker] to train an existing model with your own data | ||
| − | * [http://developers.google.com/ml-kit/vision/object-detection/custom-models/android ML Kit] custom models | + | * [http://developers.google.com/ml-kit/vision/object-detection/custom-models/android ML Kit] ...machine learning for mobile developers ...custom models |
* [http://developer.android.com/studio/preview/features/#tensor-flow-lite-models Android Studio] for integrating these models into your app | * [http://developer.android.com/studio/preview/features/#tensor-flow-lite-models Android Studio] for integrating these models into your app | ||
* [[Checklists]] | * [[Checklists]] | ||
Revision as of 07:21, 23 October 2021
YouTube search... ...Google search
- Pixel
- Google Natural Language
- Machine Learning SDK ML Kit
- TF Hub for finding pre-built cutting edge models
- TF Lite Model Maker to train an existing model with your own data
- ML Kit ...machine learning for mobile developers ...custom models
- Android Studio for integrating these models into your app
- Checklists
- ML Design Guides | Google ... People + AI Guidebook is a set of methods, best practices and examples for designing with AI
Machine learning (ML) is a programming technique that provides your apps the ability to automatically learn and improve from experience without being explicitly programmed to do so. This is especially well-suited for apps that utilize unstructured data such as images and text, or problems with large number of parameters such as predicting the winning sports team. Developer Android Machine Learning
|
|
|
|