Feed-forwad Neural Network

Job ID: 32443667

Budget: $30 – $250 CAD

I need help creating a simple feed-forward neural network from scratch, i.e. no TensorFlow or Keras. I have already done some of the work (in Jupyter Notebook) but need help going forward.
Specifically, I need help with training and testing the data. And if the weights, biases, activation and loss function, and backpropagation are working correctly. And possibly plotting the loss function.
The datasets are very small and have already been separated into training and test sets. There are 9 different feature inputs and 6 different target outputs.
The type, i.e. the last column of the datasets, refers to the true output or the target values of the network.
Related categories: Python Machine Learning (ML) Neural Networks