Difference between revisions of "Android Development"
m |
m |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|title=PRIMO.ai | |title=PRIMO.ai | ||
|titlemode=append | |titlemode=append | ||
| − | |keywords=artificial, intelligence, machine, learning, models | + | |keywords=ChatGPT, artificial, intelligence, machine, learning, GPT-4, GPT-5, NLP, NLG, NLC, NLU, models, data, singularity, moonshot, Sentience, AGI, Emergence, Moonshot, Explainable, TensorFlow, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Hugging Face, OpenAI, Tensorflow, OpenAI, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Meta, LLM, metaverse, assistants, agents, digital twin, IoT, Transhumanism, Immersive Reality, Generative AI, Conversational AI, Perplexity, Bing, You, Bard, Ernie, prompt Engineering LangChain, Video/Image, Vision, End-to-End Speech, Synthesize Speech, Speech Recognition, Stanford, MIT |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools |
| − | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | + | |
| + | <!-- Google tag (gtag.js) --> | ||
| + | <script async src="https://www.googletagmanager.com/gtag/js?id=G-4GCWLBVJ7T"></script> | ||
| + | <script> | ||
| + | window.dataLayer = window.dataLayer || []; | ||
| + | function gtag(){dataLayer.push(arguments);} | ||
| + | gtag('js', new Date()); | ||
| + | |||
| + | gtag('config', 'G-4GCWLBVJ7T'); | ||
| + | </script> | ||
}} | }} | ||
| − | [ | + | [https://www.youtube.com/results?search_query=ai+developmennt+android YouTube] |
| − | [ | + | [https://www.quora.com/search?q=ai%20developmennt%20android ... Quora] |
| + | [https://www.google.com/search?q=ai+developmennt+android ...Google search] | ||
| + | [https://news.google.com/search?q=ai+developmennt+android ...Google News] | ||
| + | [https://www.bing.com/news/search?q=ai+developmennt+android&qft=interval%3d%228%22 ...Bing News] | ||
| + | * [[Development]] ... [[Notebooks]] ... [[Development#AI Pair Programming Tools|AI Pair Programming]] ... [[Codeless Options, Code Generators, Drag n' Drop|Codeless]] ... [[Hugging Face]] ... [[Algorithm Administration#AIOps/MLOps|AIOps/MLOps]] ... [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)|AIaaS/MLaaS]] | ||
* [[Google]] | * [[Google]] | ||
* [[Pixel]] | * [[Pixel]] | ||
* [[Google Natural Language]] | * [[Google Natural Language]] | ||
| − | * [ | + | * [https://developers.google.com/ml-kit/ Machine Learning SDK ML Kit] |
| − | * [ | + | * [https://tfhub.dev/ TF Hub] for finding pre-built cutting edge models |
| − | * [ | + | * [https://www.tensorflow.org/lite/tutorials/model_maker_image_classification TF Lite Model Maker] to train an existing model with your own data |
| − | * [ | + | * [https://developers.google.com/ml-kit/vision/object-detection/custom-models/android ML Kit] ...machine learning for mobile developers ...custom models |
| − | * [ | + | * [https://developer.android.com/studio/preview/features/#tensor-flow-lite-models Android Studio] for integrating these models into your app |
* [[Checklists]] | * [[Checklists]] | ||
| − | ** [ | + | ** [https://pair.withgoogle.com/guidebook ML Design Guides | ][[Google]] ... People + AI Guidebook is a set of methods, best practices and examples for designing with AI |
| − | *** [ | + | *** [https://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. [ | + | 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. [https://developer.android.com/ml Developer Android Machine Learning] |
{|<!-- T --> | {|<!-- T --> | ||
| Line 34: | Line 47: | ||
{| class="wikitable" style="width: 550px;" | {| class="wikitable" style="width: 550px;" | ||
|| | || | ||
| − | <youtube> | + | <youtube>fis26HvvDII</youtube> |
| − | <b> | + | <b>Android Development for Beginners - Full Course |
| − | </b><br> | + | </b><br>Learn how to develop an android app from scratch in this full course for beginners. No prior programming experience required! |
|} | |} | ||
|}<!-- B --> | |}<!-- B --> | ||
| Line 43: | Line 56: | ||
{| class="wikitable" style="width: 550px;" | {| class="wikitable" style="width: 550px;" | ||
|| | || | ||
| − | <youtube> | + | <youtube>QwHD36bhXZA</youtube> |
| − | <b> | + | <b>ML Kit: Machine Learning for Mobile with Firebase (Google I/O'19) |
| − | </b><br> | + | </b><br>ML Kit allows you to harness the power of machine learning in your iOS and Android apps without needing to be an expert in it. Leverage powerful, but simple-to-use on-device and cloud-based APIs for Vision and Natural Language Processing, or train and/or deploy your own models. Understand some big additions to ML Kit and how to use these to enable smarter, richer experiences to your users |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
|<!-- M --> | |<!-- M --> | ||
| Line 56: | Line 64: | ||
{| class="wikitable" style="width: 550px;" | {| class="wikitable" style="width: 550px;" | ||
|| | || | ||
| − | <youtube> | + | <youtube>28lWS92QC5o</youtube> |
| − | <b> | + | <b>Android Developer's Guide to Machine Learning with MLKit and TensorFlow Lite |
</b><br>At its October 2021 event, Google debuted new voice and text features on the Pixel 6 including emoji transcription. | </b><br>At its October 2021 event, Google debuted new voice and text features on the Pixel 6 including emoji transcription. | ||
|} | |} | ||
|}<!-- B --> | |}<!-- B --> | ||
Latest revision as of 20:21, 26 April 2024
YouTube ... Quora ...Google search ...Google News ...Bing News
- Development ... Notebooks ... AI Pair Programming ... Codeless ... Hugging Face ... AIOps/MLOps ... AIaaS/MLaaS
- 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
|
|
|
|