Machine Learning
Concepts
Practical
- Steps to use a ML model
- Steps to use a ML model in Tensorflow Python
- Steps to use a ML model in TensorflowJS
Tools/Entities
Glossary to learn
- neutral network: just a model?
- input shape
Resources
Prerequisites (according to someone on the internet)
You’ll need to understand these things before beginning with TF or any other library:
- Few statistics like std dev , median , mode , diff types of distributions.
- Numpy arrays and how they work & operations on them.
- Matrix , their operations , dot products
- Scalars , vectors , Tensors
- What’s a CPU , GPU & A TPU.