Somehow with my smol 5th grader brain I had a moment of enlightenment and figured out a way to make a neural network engine. Th e example shown here creates a network with randomly generated weights and biases. It has two 3x middle layers and 4x input.
Note: I did not create anything to train the data, neither is the result you get from the project a trained network. I plan on doing and finishing it very soon.