Difference between revisions of "Android Development"
(Created page with "{{#seo: |title=PRIMO.ai |titlemode=append |keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensor, Google, Nvidia, Micro...") |
m |
||
| Line 11: | Line 11: | ||
* [[Pixel]] | * [[Pixel]] | ||
* [[Google Natural Language]] | * [[Google Natural Language]] | ||
| + | * [http://pair.withgoogle.com/guidebook ML Design Guides] | ||
| + | * [http://developers.google.com/ml-kit/ Machine Learning SDK ML Kit] | ||
| + | * [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://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 | ||
| − | 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 | + | 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] |
{|<!-- T --> | {|<!-- T --> | ||
Revision as of 06:16, 23 October 2021
YouTube search... ...Google search
- Pixel
- Google Natural Language
- ML Design Guides
- 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
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
|
|
|
|