Numpy-Neuron / app.py

Commit History

kmeans clustering works and returns centroids and labeled data
04b61ad

Jensen-holm commited on

working on kmeans
3cab2dd

Jensen-holm commited on

cleaning up readme, now moving on to building clustering algorithms from scratch
1936952

Jensen-holm commited on

having some issues with backprop when trying to use the iris dataset
ba1e2db

Jensen-holm commited on

trying this commit for iris
592a0f1

Jensen-holm commited on

trying to move forwards with the iris dataset
6377159

Jensen-holm commited on

messing around with readme
f04bbb4

Jensen-holm commited on

seeing if the debug mode is causing my problems
417c866

Jensen-holm commited on

allowing a get request just cause
192a1c0

Jensen-holm commited on

successfully returning data on how the neural network performed
3563daa

Jensen-holm commited on

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

Jensen-holm commited on

working on debugging parameters inside of neural network
e92ba0d

Jensen-holm commited on

setting it up as a straightforward rest api
6f847ac

Jensen-holm commited on

cutting the front end mess and just using this as a backend api
c2ccf60

Jensen-holm commited on

splitting up some backprop functions that may have been too long
24f2542

Jensen-holm commited on

working on making it just a flask app, got rid of the main.py stuff
31806c5

Jensen-holm commited on

tailwind working in the app
30dd301

Jensen-holm commited on

focus on the math first
2ede36c

Jensen-holm commited on

added baseline stuff for making this a flask app with tailwind
a63e09b

Jensen-holm commited on