Numpy-Neuron / example

Commit History

working on new python implementation with cleaner code
29cce3f

Jensen-holm commited on

initial dumb api working
2c781f8

Jensen-holm commited on

initializing weights and biases
59ae052

Jensen-holm commited on

updated example for new format
fae8f77

Jensen-holm commited on

significantly decreased the complexity of the API by deciding to make
eec3b88

Jensen-holm commited on

splitting up code into seperate modules
dfd3544

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

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

clustering plot for kmeans
b378fde

Jensen-holm commited on

kmeans with example plot done and ready for deployment
5e9f4d3

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

starting work with clustering algorithms
932b3cb

Jensen-holm commited on

python example for creating a plot of loss history over time for neural_network
31747ca

Jensen-holm commited on

adding jupyter notebook example
4483f95

Jensen-holm commited on