Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 507 Bytes

File metadata and controls

25 lines (15 loc) · 507 Bytes

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