Goto

Collaborating Authors

 ml optimization pt


ML Optimization pt.1 - Gradient Descent with Python

#artificialintelligence

So far in our journey through the Machine Learning universe, we covered several big topics. We investigated some regression algorithms, classification algorithms and algorithms that can be used for both types of problems (SVM, Decision Trees and Random Forest). Apart from that, we dipped our toes in unsupervised learning, saw how we can use this type of learning for clustering and learned about several clustering techniques. We also talked about how to quantify machine learning model performance and how to improve it with regularization. In all these articles, we used Python for "from the scratch" implementations and libraries like TensorFlow, Pytorch and SciKit Learn.