- Courses to learn Datascience :
- https://www.khanacademy.org/math/linear-algebra
- https://www.khanacademy.org/math/statistics-probability
- https://www.khanacademy.org/math/ap-statistics
- Feature Scaling : (The contour analysis shows an extremely skewed figure in case the parameters are on varying scales, which causes convergence to be extremely slow and inefficient)
- Regularization :
- Intuition behind gradient descent :
- Bayes Theorm :
- Decision Matrix :
- Line Search algorithm - *To create efficient classification models like "Conjugate gradient", "BFGS", and "L-BFGS" ...
- Derivation of backpropagation Algorithm (Hardest math in ML):
- Optimal brain damage algorithm (CNN compression) :
- Cascade correlation (network) learning architecture :
- Avoiding local optima using simulated annealing :
- Parameter Estimation (Maximum Likelihood Estimation):
- Regression Trees - Model Trees :
- Cross Validation (Very Important) :
- Bagging and boosting :
- https://towardsdatascience.com/decision-tree-ensembles-bagging-and-boosting-266a8ba60fd9 Boosting is a very powerful tool works really well with decision trees
- Random Forests -
- Bootstrapping :
- Explaination to Accuracy, Recall, Precision, F-Score, Specificity and sensitivity :
- Supervised-Learning : Ranking :
- Basics
- https://lili-mou.github.io/resource/MarkovNet.pdf important - contains condensed content on everything
- http://mlg.eng.cam.ac.uk/zoubin/talks/lect2gm.pdf
- Markov Blanket for directed and undirected graphs
- https://library.bayesia.com/display/FAQ/Markov+Blankets
- Markov networks can be used to factorize dependencies through which we can remove unnecessary dependencies from an equation
- https://library.bayesia.com/display/FAQ/Markov+Blankets
- Hammersley–Clifford theorem
- Bayesian Networks :
- Representation of Undirected Graphical Model
- Hidden Markov Model - useful in NLP context
- K-Means :
- K-Medoids :
- https://scikit-learn.org/stable/modules/mixture.html
- https://towardsdatascience.com/gaussian-mixture-models-explained-6986aaf5a95
- http://www.cse.iitm.ac.in/~vplab/courses/DVP/PDF/gmm.pdf
- Temporal difference learning
- Error Generalization
- Emperical Error Minimization :
- Vapnik - Chenrvenenkis Dimensions :
- Image classification using Tensorflow
- Image classification using Keras
- Machine Learning practice