Difference between revisions of "Android Development"
m |
m |
||
| Line 17: | Line 17: | ||
* [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]] | ||
| − | ** [http://pair.withgoogle.com/guidebook ML Design Guides] People + AI Guidebook is a set of methods, best practices and examples for designing with AI | + | ** [http://pair.withgoogle.com/guidebook ML Design Guides | ][[Google]] ... People + AI Guidebook is a set of methods, best practices and examples for designing with AI |
| + | *** [http://pair.withgoogle.com/guidebook/patterns/how-do-i-get-started Patterns] | ||
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:46, 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 | 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
|
|
|
|