Pinned Repositories
8-puzzle-solver-bfs-astar
My implementation of an 8-puzzle solver using BFS and A*
alternating-least-squares
Implement a Matrix Factorization method for rating prediction. Program should take 6 console inputs: <train.txt> <test.txt> <k> <beta> <learning rate> <output.txt>.
angular-login-demo
Angular login page that makes a POST call to validate user credentials before redirecting.
go-userauth-demo
Authenticate user attempting to log in. Contains single POST /login call.
item-based-collaborative-filtering
Implement an efficient item-based collaborative filtering algorithm for top-n recommendations. Program should take 4 console inputs: <train.txt> <test.txt> <N> <output.txt>.
psleep
Sleep for nanosecond values randomly generated according to an exponetial distribution
kkolcheck's Repositories
kkolcheck/8-puzzle-solver-bfs-astar
My implementation of an 8-puzzle solver using BFS and A*
kkolcheck/alternating-least-squares
Implement a Matrix Factorization method for rating prediction. Program should take 6 console inputs: <train.txt> <test.txt> <k> <beta> <learning rate> <output.txt>.
kkolcheck/angular-login-demo
Angular login page that makes a POST call to validate user credentials before redirecting.
kkolcheck/go-userauth-demo
Authenticate user attempting to log in. Contains single POST /login call.
kkolcheck/item-based-collaborative-filtering
Implement an efficient item-based collaborative filtering algorithm for top-n recommendations. Program should take 4 console inputs: <train.txt> <test.txt> <N> <output.txt>.
kkolcheck/psleep
Sleep for nanosecond values randomly generated according to an exponetial distribution