Skip to content
View ninaboord's full-sized avatar
  • Stanford, CA

Highlights

  • Pro

Block or report ninaboord

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

Popular repositories Loading

  1. bayesian-structure-learning bayesian-structure-learning Public

    Takes in a dataset of multiple variables and their instantiations. Outputs the optimal bayesian network (via networkX) using a scoring algorithm and K2 search.

    Python 2

  2. dj-copilot dj-copilot Public

    Python 1

  3. wordle-solver wordle-solver Public

    My algorithm takes in a Wordle board (popular word game by the New York Times) and spits out all of the possible words in the English language that can solve the Wordle.

    QMake

  4. cold-emailer cold-emailer Public

    I made this program when I was 16 and still learning how to code. It partially automates cold emailing. The algorithm takes in a name and company URL and spits out every possible email address of t…

    JavaScript

  5. modified-thompson-sampling modified-thompson-sampling Public

    The Thompson Algorithm is the current "best" algorithm for the multi-armed bandit problem, but this is an area of ongoing research. Through a lot of trial and error, I found a unique, simple modifi…

    Python

  6. clock clock Public

    I implemented a simple two-button clock from scratch. I also wired up the display circuit connected to my raspberry pi.

    C