Introduction to Machine LearningCovers the basics of Machine Learning, including recognizing hand-written digits, supervised classification, decision boundaries, and polynomial curve fitting.
Decision Trees: ClassificationExplores decision trees for classification, entropy, information gain, one-hot encoding, hyperparameter optimization, and random forests.
Deep Learning Modus OperandiExplores the benefits of deeper networks in deep learning and the importance of over-parameterization and generalization.
Introduction to Machine LearningIntroduces key machine learning concepts, such as supervised learning, regression vs. classification, and the K-Nearest Neighbors algorithm.