gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

Issue #151 Make a tutorial for multi-layer perceptron #153

Open dermarkr opened 3 years ago

dermarkr commented 3 years ago

Reference Issues/PRs

Issue #151

What does this implement/fix? Explain your changes.

This is a tutorial for predictive modeling using temporal data. It explains the cleaning of the data, explanation of multi-layer perceptrons and how to train them with an explanation of hyperparameters.

This tutorial only uses the pandas, numpy, and matplotlib.pyplot libraries

Any other comments?

This tutorial is largely based of a blog post written by Hashir Ahmad so we would like to give thanks to @hash-ir