Difference between revisions of "Keras"
m |
|||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [https://www.youtube.com/results?search_query= | + | {{#seo: |
+ | |title=PRIMO.ai | ||
+ | |titlemode=append | ||
+ | |keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS | ||
+ | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
+ | }} | ||
+ | [https://www.youtube.com/results?search_query=keras++deep+machine+learning+ML Youtube search...] | ||
+ | [https://www.google.com/search?q=keras+tensorflow+deep+machine+learning+ML ...Google search] | ||
− | *[[TensorFlow]] | + | * [[TensorFlow]] |
− | *[ | + | * [https://keras.io/ Keras: The Python Deep Learning library] |
− | *[ | + | * [[Keras.js]] |
− | *[[Transfer Learning With Keras]] | + | * [[Auto Keras]] |
+ | * [https://www.datacamp.com/community/blog/keras-cheat-sheet Keras_Cheat_Sheet_Python - Data Camp ] [https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Keras_Cheat_Sheet_Python.pdf pdf] | ||
+ | * [[TensorFlow.js]] for training and deploying ML models in the browser and on [[JavaScript#Node.js|Node.js]] (was called Deeplearnjs) | ||
+ | * [https://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188 How to build your own AlphaZero AI using Python and Keras] | ||
+ | * [[NLP Keras model in browser with TensorFlow.js]] | ||
+ | * [[Transfer Learning With Keras]] | ||
+ | * [[Git - GitHub and GitLab]] | ||
− | + | Note: Keras capability is now also part of Tensorflow | |
− | |||
− | |||
− | |||
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research. | Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research. | ||
+ | |||
+ | https://miro.medium.com/max/600/0*a6XSwHsfvz_oWSSJ.jpg | ||
+ | |||
+ | == YouTube Keras Series == | ||
+ | *[https://www.youtube.com/watch?v=Tp3SaRbql4k&list=PLcr1-V2ySv4SyknJVyJ6mw4VHelqsd66G Keras Prerequisites] | ||
+ | *[https://www.youtube.com/watch?v=RznKVRTFkBY&list=PLZbbT5o_s2xrwRnXk_yCPtnqqo4_u2YGL Deep Learning: Keras | Data Science Courses] | ||
+ | *[https://www.youtube.com/watch?v=edIMMTL2jlw&list=PLVBorYCcu-xX3Ppjb_sqBd_Xf6GqagQyl Deep Learning with Keras and Python] | ||
Use Keras if you need a deep learning library that: | Use Keras if you need a deep learning library that: | ||
Line 19: | Line 36: | ||
* Runs seamlessly on CPU and GPU. | * Runs seamlessly on CPU and GPU. | ||
+ | <youtube>UYRBHFAvLSs</youtube> | ||
<youtube>j_pJmXJwMLA</youtube> | <youtube>j_pJmXJwMLA</youtube> | ||
<youtube>f6Bf3gl4hWY</youtube> | <youtube>f6Bf3gl4hWY</youtube> | ||
Line 27: | Line 45: | ||
<youtube>URERdVb-lpg</youtube> | <youtube>URERdVb-lpg</youtube> | ||
<youtube>dfQ8lZ9dTjs</youtube> | <youtube>dfQ8lZ9dTjs</youtube> | ||
+ | <youtube>oDHpqu52soI</youtube> | ||
+ | |||
+ | == Neural Networks Hyperparameter Search, the Visualized Way == | ||
+ | [https://towardsdatascience.com/neural-networks-hyperparameter-search-the-visualized-way-9c46781bea28 Neural Networks Hyperparameter Search, the Visualized Way | Vladimir Ilievski - Towards Data Science] | ||
+ | |||
+ | Track and visualize Machine Learning experiments using [[Python#HiPlot |HiPlot]] Parallel Coordinates Plot in [[Python]] | ||
+ | |||
+ | <img src="https://miro.medium.com/max/1250/1*mxBO17gD6RzDcqhwSb-3_Q.png" width="1000"> |
Latest revision as of 21:21, 5 December 2023
Youtube search... ...Google search
- TensorFlow
- Keras: The Python Deep Learning library
- Keras.js
- Auto Keras
- Keras_Cheat_Sheet_Python - Data Camp pdf
- TensorFlow.js for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)
- How to build your own AlphaZero AI using Python and Keras
- NLP Keras model in browser with TensorFlow.js
- Transfer Learning With Keras
- Git - GitHub and GitLab
Note: Keras capability is now also part of Tensorflow
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
YouTube Keras Series
Use Keras if you need a deep learning library that:
- Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).
- Supports both convolutional networks and recurrent networks, as well as combinations of the two.
- Runs seamlessly on CPU and GPU.
Neural Networks Hyperparameter Search, the Visualized Way
Neural Networks Hyperparameter Search, the Visualized Way | Vladimir Ilievski - Towards Data Science
Track and visualize Machine Learning experiments using HiPlot Parallel Coordinates Plot in Python