Spaces:
Build error
Build error
Commit History
render did not seem to like my type hints in the logs fd4ce9c
added dockerfile 9284f4a
allowing a get request just cause 192a1c0
successfully returning data on how the neural network performed 3563daa
updating requirements.txt and cleaning things up. Thought it would be working but for some reason requests from postman are not making it to the api f9846ff
working with serializing the model with to_dict() c504867
produced a solution to the problem of funcions not being accessed 79f3d28
working on debugging parameters inside of neural network e92ba0d
setting it up as a straightforward rest api 6f847ac
cutting the front end mess and just using this as a backend api c2ccf60
splitting up some backprop functions that may have been too long 24f2542
working on making it just a flask app, got rid of the main.py stuff 31806c5
getting rid of lambda funcs 59b5607
configured the run_dev shell script b8a1992
tailwind working in the app 30dd301
focus on the math first 2ede36c
ignoring node stuff so we can use tailwind and not ruin repo 36fd1f2
added baseline stuff for making this a flask app with tailwind a63e09b
we should try to do this with regression on a simple dataset from the internet somewhere because I think it is hard to see how well it is doing with completley random data 4175aca
added animated plot of loss history 6e6a688
plot functionality' bec1ee5
computing loss history over time 204251b
got it working! now I want to make it so that we can have more than just one node in the middle 4e6140d
returning dictionary of computations after each epoch to try to measure accuracy 0f9e8ef
making more modular so we can develop our other methods too c777165
believe to be performing backprop with the weights without error 031ac83
better organization for generalization once we add other methods and such 92f14e0
just focusing on neural_network first f9522cf
working on setting up the neural_network functionality 4c97910
Initial commit 72f6f77 unverified
Jensen Holm commited on