Skip to content
View kkolcheck's full-sized avatar
  • OneCause
  • Indianapolis

Block or report kkolcheck

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. psleep psleep Public archive

    Sleep for nanosecond values randomly generated according to an exponetial distribution

    C++

  2. item-based-collaborative-filtering item-based-collaborative-filtering Public archive

    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>.

    C++ 2

  3. alternating-least-squares alternating-least-squares Public archive

    Implement a Matrix Factorization method for rating prediction. Program should take 6 console inputs: <train.txt> <test.txt> <k> <beta> <learning rate> <output.txt>.

    C++

  4. 8-puzzle-solver-bfs-astar 8-puzzle-solver-bfs-astar Public archive

    My implementation of an 8-puzzle solver using BFS and A*

    Java

  5. angular-login-demo angular-login-demo Public archive

    Angular login page that makes a POST call to validate user credentials before redirecting.

    TypeScript

  6. go-userauth-demo go-userauth-demo Public archive

    Authenticate user attempting to log in. Contains single POST /login call.

    Go