/Simple-Neural-Network

Single-layer neural net with an input and output

Primary LanguagePythonMIT LicenseMIT

Simple Neural Network

It tries to predict the output based on the equation y = 2x - 1, given an input number.

Problem based on ML Zero to Hero series from Tensorflow.

:)