Day 4 - Building a Simple Neural Network
Hello guys,
This is day 4 of my #100DayOfMLCode challenge. Today, I build Simple Neural Network using Python.
I read an article of following topics-
- How to build a simple neural network in 9 lines of Python code
- A Neural Network in 11 lines of Python (Part 1)