Difference between revisions of "Android Development"
m |
m |
||
| Line 11: | Line 11: | ||
* [[Pixel]] | * [[Pixel]] | ||
* [[Google Natural Language]] | * [[Google Natural Language]] | ||
| − | |||
* [http://developers.google.com/ml-kit/ Machine Learning SDK ML Kit] | * [http://developers.google.com/ml-kit/ Machine Learning SDK ML Kit] | ||
* [http://tfhub.dev/ TF Hub] for finding pre-built cutting edge models | * [http://tfhub.dev/ TF Hub] for finding pre-built cutting edge models | ||
| Line 17: | Line 16: | ||
* [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] 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]] | ||
| + | ** [http://pair.withgoogle.com/guidebook ML Design Guides] 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. [http://developer.android.com/ml Developer Android Machine Learning] | 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. [http://developer.android.com/ml Developer Android Machine Learning] | ||
Revision as of 06:42, 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 custom models
- Android Studio for integrating these models into your app
- Checklists
- ML Design Guides 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
|
|
|
|