Skip to content

Latest commit

 

History

History
95 lines (83 loc) · 5.12 KB

MACHINE_LEARNING.md

File metadata and controls

95 lines (83 loc) · 5.12 KB

Machine Learning



Machine Learning is the study of computer algorithms that improve automatically through experience.

Basic Crash Course

For starting ML from right from basics, setting everything up and getting an idea about various things, you can follow this crash course video by Academind.

Complete Courses

Diving Deep

Topics to Cover

* Pandas and Numpy for Data Pre-Processing and Analysis.
* Matplotlib and Seaborn for Data Visualization.
* Sklearn to implement Machine Learning Models.
* Error Measurement and Scaling techniques.
* All methods and techniques mentioned are listed below:

Data Preprocessing and Visualization

  1. Pandas 🐼
  2. Numpy
  3. Matplotlib
  4. Seaborn

Machine Learning ⚡

  1. Models

  2. Prediction Measurements

  1. Scaling
  1. Encoding Categorical Data