mghosh00 / BasicNeuralNetwork

A python and java package to train neural networks for n-dimensional datapoints.
https://github.com/mghosh00/BasicNeuralNetwork
1 stars 0 forks source link

Add regression to the model #5

Closed mghosh00 closed 6 months ago

mghosh00 commented 6 months ago

Allow extra flexibility within the model by allowing continuous labels rather than just categorical ones. This will involve changing/adding the following classes:

components

main

functions