@author: Lucas Nunes Sequeira
@date: 30/11/2021
A repository for Machine Learning (ML) Python Notebooks.
Implementation of Perceptron with Python with Numpy.
Implementation with Python, and linear algebra libraries of a Multi Layer Perceptron (MLP).
Using Tensorflow and open source data to train custom Convolutional Neural Network (CNN) models.
Generative Adversarial Network (GAN) visualizations and implementations with Tensorflow and open source data.
Studing Deep Neural Network (DNN) concept, and applications such as Transfer Learning.
Visualization of the process of learning of a Neural Network solving XOR (Exclusive Or) problem.
-- Special thanks to Emanuel Huber and Francielle Vargas.