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

Block or report kkolcheck

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. angular-login-demo angular-login-demo Public

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

    TypeScript

  2. go-userauth-demo go-userauth-demo Public

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

    Go

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

    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. item-based-collaborative-filtering item-based-collaborative-filtering Public

    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

  5. 8-puzzle-solver-bfs-astar 8-puzzle-solver-bfs-astar Public

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

    Java

  6. psleep psleep Public

    Sleep for nanosecond values randomly generated according to an exponetial distribution

    C++