Commit History

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

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

Jensen-holm commited on

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

Jensen-holm commited on

added animated plot of loss history
6e6a688

Jensen-holm commited on

plot functionality'
bec1ee5

Jensen-holm commited on

computing loss history over time
204251b

Jensen-holm commited on

got it working! now I want to make it so that we can have more than just one node in the middle
4e6140d

Jensen-holm commited on

returning dictionary of computations after each epoch to try to measure accuracy
0f9e8ef

Jensen-holm commited on

making more modular so we can develop our other methods too
c777165

Jensen-holm commited on

believe to be performing backprop with the weights without error
031ac83

Jensen-holm commited on

better organization for generalization once we add other methods and such
92f14e0

Jensen-holm commited on

just focusing on neural_network first
f9522cf

Jensen-holm commited on

working on setting up the neural_network functionality
4c97910

Jensen-holm commited on

Initial commit
72f6f77
unverified

Jensen Holm commited on