Commit History

making better loss history / epoch plot
b6a95e0

Jensen-holm commited on

savving memory with close fig
6d15033

Jensen-holm commited on

switching to png
4629b15

Jensen-holm commited on

think that the way we had teh plot function setup may have been causing some problems with buffers in the cloud
663083f

Jensen-holm commited on

believe to have created a function to build a svg plot and send it over the network
fbe515e

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 with example plot done and ready for deployment
5e9f4d3

Jensen-holm commited on

moving on from kmeans to kmedoids
b401388

Jensen-holm commited on

kmeans clustering works and returns centroids and labeled data
04b61ad

Jensen-holm commited on

v1 of kmean may be complete
c2687ce

Jensen-holm commited on

think I am done with build func
803aad3

Jensen-holm commited on

leaving off here, working on kmeans algorithm
fcc4124

Jensen-holm commited on

working on kmeans
3cab2dd

Jensen-holm commited on

updating gitignore
40b389c

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

algorithm specific documentation in readme
dca0a99

Jensen-holm commited on

working on making readme better
902aba3

Jensen-holm commited on

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

Jensen-holm commited on

fixed dimensions issue with the iris dataset
88a3c01

Jensen-holm commited on

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

Jensen-holm commited on

fixing train test split issue with iris dataset
ffc3a3a

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

showing sample output for simple request in readme
137390c

Jensen-holm commited on

updating requirements.txt
d0fc146

Jensen-holm commited on

updating example request in readme
0411a47

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

re configuring dockerfile
e735ea1

Jensen-holm commited on

render did not seem to like my type hints in the logs
fd4ce9c

Jensen-holm commited on

added dockerfile
9284f4a

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 with serializing the model with to_dict()
c504867

Jensen-holm commited on

produced a solution to the problem of funcions not being accessed
79f3d28

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

getting rid of lambda funcs
59b5607

Jensen-holm commited on

configured the run_dev shell script
b8a1992

Jensen-holm commited on

tailwind working in the app
30dd301

Jensen-holm commited on

focus on the math first
2ede36c

Jensen-holm commited on

ignoring node stuff so we can use tailwind and not ruin repo
36fd1f2

Jensen-holm commited on