This repository contains all the notebooks that were used in the Data Science bootcamp held on 18th-22nd January, 2021
Define Goal : PRODUCTS or ALGORITHMS
-
Linear Algebra (Matrix, Vector)
-
Statistics
-
Probability
-
Numpy
-
Pandas
-
Supervised vs Unsupervised vs Reinforcement
-
Linear RegressionDefine Goal : PRODUCTS or ALGORITHMS
-
Linear Algebra (Matrix, Vector)
-
Statistics
-
Probability
-
Numpy
-
Pandas
-
Supervised vs Unsupervised vs Reinforcement
-
Linear Regression, Logistic Regression, Clustering
-
KNN (K Nearest Neighbours)
-
SVM (Support Vector Machine)
-
Decision Trees
-
Random Forests
-
Overfitting, Underfitting
-
Regularization, Gradient Descent, Slope
-
Confusion Matrix
-
Handling Null Values
-
Standardization
-
Handling Categorical Values
-
One-Hot Encoding
-
Feature Scaling
-
Scikit learn
-
Matplotlib
-
Tensorflow for DL
http://www.maths.qmul.ac.uk/~pjc/notes/linalg.pdf (Maths)
https://www.mathsbox.org.uk/twi/astats.pdf (Maths)
https://www.youtube.com/playlist?list=PLLy_2iUCG87D1CXFxE-SxCFZUiJzQ3IvE (Maths)
https://developers.google.com/machine-learning/crash-course (ML by Google)
https://www.datacamp.com/courses/intro-to-python-for-data-science (Python Basics)
https://www.coursera.org/learn/machine-learning (Stanford Course by Andrew ng)
https://www.javatpoint.com/data-preprocessing-machine-learning (Data Preprocessing)
https://scikit-learn.org/stable/ (Scikit Learn)
https://www.tensorflow.org/ (Tensorflow)
https://www.kaggle.com/ (Kaggle)