Machine Learning Summaries
Introduction to Machine Learning & First Concepts
Introduction In machine learning, our aim is to create a system that can improve itself…
Naive Bayes, Logistic Regression, The Perceptron, SoftMax Regression
Naive Bayes Note: used with discrete data. With the previous classifiers, there was an exponential…
Gradient based Optimization
❓ Why is optimization important for machine learning? What is special in the machine learning…