Skip to content

RohitMidha23/Neural-Network-Decision-Boundary

Repository files navigation

Visualizing Neural Network's Decision Boundary

Objective

Here, I will implement an example neural network using Keras and show you how the Neural Network learns over time.

Tutorial

I have made an elaborate blog post explaining the code, which you can find here.

Required Python Libraries

  • Keras
  • Sklearn
  • Numpy
  • Matplotlib
  • Os

Dataset

png

Result

png