# ML-course (under construction...)
Machine learning with emphasis on Deep Learning introductory hands-on class. The examples are in Python 3 and Tensorflow 2.0.
- Tutorial 00: Installing a Virtual Environment - Not available. Under construction.
- Tutorial 01: Introduction to Python
- Tutorial 02 Introduction to NumPy
- Tutorial 03: Overfitting and Regularization
- Tutorial 04 One-layer Fully Connected Neural Network - classification
- Tutorial 05: Multi-layer Fully Connected Neural Network - classification
- Tutorial 06: Convolutional Neural Network - classification
- Tutorial 07: Fully Convolutional Neural Network - regression