Coder Social home page Coder Social logo

Nina Boord's Projects

bayesian-structure-learning icon bayesian-structure-learning

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

clock icon clock

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

cold-emailer icon cold-emailer

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 that individual. It's not the most beautiful, but it increased my cold emailing efficiency by 10x, helping me raise $38k+!

modified-thompson-sampling icon modified-thompson-sampling

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 modification and in all simulations, my algorithm was more optimal than the Thompson Algorithm. I received a distinction for this project.

printf icon printf

I implemented printf from scratch in C. I did not sleep this entire week. Enjoy!

q-learning icon q-learning

Implementation of Q-Learning, a reinforcement learning technique that finds the Q-function Q(s,a) or the best action we can take given our state to obtain a maximal reward. Implemented on a large dataset to test runtime.

rocketberry-pi icon rocketberry-pi

Programmed an original game reminiscent of "space invaders" from scratch on bare metal (Raspberry Pi) using my own graphics, memory allocator, and interrupts libraries. The game has exemplary graphics and performance and uses an accelerometer-enabled external controller to move a rocket ship and buttons to shoot lasers. This was a pair project.

startup-predictor icon startup-predictor

Predicts whether a startup will be successful or not based on a list of features. Compares methods of logistic regression, neural net with 2 hidden layers, a wider neural net with 2 hidden layers, a neural net with 3 hidden layers, a wider neural net with 3 hidden layers.

wildfire-predictor icon wildfire-predictor

I implemented Logistic Regression from scratch as well as LASSO and Random Forests to do an analysis on wildfire data, predicting wildfires with up to 99% accuracy. A full project description can be found here: https://fan-roadway-bca.notion.site/Wildfire-Machine-Learning-Project-3f9b9c80a95f457491bfb57a0c86efe5

wordle-solver icon wordle-solver

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.