4 results for “topic:basic-neural-network-python”
basic neural network implemetation by maths, with back prop
This repository contains a simple feedforward neural network (Python and NumPy). The network has one hidden layer and utilizes the sigmoid activation function.
A basic neural network implemented using numpy to predict the number of rectangles in an image with just filled-rectangles in them.
My ML and DL repo