You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of Jupyter notebooks for AI and ML tasks. Explore, learn, and contribute to advance your skills in artificial intelligence and machine learning. #Hacktoberfest friendly!
This repository contains my code while reading the awesome Machine Learning book "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition". This book is awesome man. I can't describe that how happy I am now by reading this book.
Este projeto implementa uma rede neural simples do zero para classificar o conjunto de dados MNIST usando apenas NumPy e muita matemática. A rede é treinada usando gradiente descendente e avaliada em um conjunto de testes.