Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 496 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 496 Bytes

Machine Learning - Toy Problems

In this section I will go through some toy, but foundamental problems in Machine Learning. My first code: ComputerVision_CNN is a Computer Vision problem, where I'm trying to create a Convolutionary Neural Network (CNN), in order to make predictions about the famous dataset MNIST. Also, in Binary_classification and Multi_class_classification there are machine learning approaches for binary and multi-class classification problems, respectively.