You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 48m 59s logged

Network Architecture + Forward Pass

Wrote a basic API for modelling the network.
When untrained it initializes weights and biases random.
With these random values it is already capable of running a forward pass with some input data.

Next I want to implement backpropagation so that the network can actually learn patterns in data.

0
3

Comments 0

No comments yet. Be the first!