Numpy-Neuron / app.py

Commit History

fixing bug that happened with a type that I made, I think huggingface
de85694

Jensen-holm commited on

adding Sigmoid as an option for output layer activation
28a7ac6

Jensen-holm commited on

changing name to Numpy-Neuron
b471057

Jensen-holm commited on

getting rid of unessesary imports
e236c9a

Jensen-holm commited on

latest update, finishing classification with MNIST! More details on
6d0453c

Jensen-holm commited on

switching to gradio and a complete rewrite that I did over in the
6307b4f

Jensen-holm commited on

also returning accuracy score from test data from the api
bff0f22

Jensen-holm commited on

ready for prod
336625e

Jensen-holm commited on

adding accuracy score tracking
303df47

Jensen-holm commited on

adding CORS support
8ea5c07

Jensen-holm commited on

moving on to testing other datasets!
9e506b7

Jensen-holm commited on

currently debugging mismatched shape error when computing weights and
880505a

Jensen-holm commited on

successful example
14841f9

Jensen-holm commited on

working on new python implementation with cleaner code
29cce3f

Jensen-holm commited on

going to use this branch to re make this program in go using the gota
da3cde4

Jensen-holm commited on

re formatting the api to contain the image bytes in json
e571d8c

Jensen-holm commited on

changing the get plot route to return bytes of the image
d13c92f

Jensen-holm commited on

creating the plot endpoint for getting result images
f38f95f

Jensen-holm commited on

instead of returning the image bytes to the api user, we are moving towards hosting them on the backend but we need to be careful moving forwards and make sure that we delete the images after use
28d5b3d

Jensen-holm commited on

got changes working on postman
33e7a34

Jensen-holm commited on

splitting up rest api functionality to make more readable
f31d9cf

Jensen-holm commited on

think I have to change it to main .py not app.py for railway
d824bdc

Jensen-holm commited on

re adding the get request again
7bbc9dd

Jensen-holm commited on

server is blocking reqeusts, trying to change cors arguments and stuff
066de16

Jensen-holm commited on

making it only accept post reqeusts
391ac5d

Jensen-holm commited on

clustering plot for kmeans
b378fde

Jensen-holm commited on

adding cors support for this api because we are starting to work on our web application
2c9d2bf

Jensen-holm commited on

fixing bug with algorithm as an argument for clustering, this was breaking the neural network endpoint
deecb43

Jensen-holm commited on

kmeans is ready for deployment
527f863

Jensen-holm commited on

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