Skip to content

evovch/Machine_learning

Repository files navigation

Machine_learning

2d_points_classify.py

A very simple neural network of 1 input layer (2 input neurons) and one output layer (1 neuron). A random data set of two clusters is generated. The points are drawn using matplotlib.pyplot.

figure1

figure2