Machine Learning

Concepts

Practical

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:

  1. Few statistics like std dev , median , mode , diff types of distributions.
  2. Numpy arrays and how they work & operations on them.
  3. Matrix , their operations , dot products
  4. Scalars , vectors , Tensors
  5. What’s a CPU , GPU & A TPU.