Skip to content

Blake Rayvid

Menu
  • About
  • Portfolio
Menu

Category: Exploration

Space Debris Exploration

Posted on June 1, 2024February 18, 2026 by Blake

This is an exploratory data analysis (EDA) of a Kaggle dataset made as part of the Flatiron School Data Science Bootcamp. The slides from the associated presentation are available here. https://github.com/brayvid/space-debris-eda

Continue reading

Skyrim Alchemy Optimizer

Posted on December 1, 2022February 18, 2026 by Blake

This Jupyter notebook can be used to maximize alchemy profitability using the ingredients you have on hand in The Elder Scrolls V: Skyrim. It uses integer linear programming from scipy.optimize.milp to determine which potions to make, and in what quantities, to maximize total value. It needs a csv file of the ingredients you have with…

Continue reading

Boolean Network Animation

Posted on November 19, 2020February 18, 2026 by Blake

This page animates the dynamics of a random boolean network, a collection of interconnected binary variables with a rule for determining the next state from the current one. 🔗 network.blakerayvid.com View on GitHub

Continue reading

Epidemic Simulator

Posted on April 19, 2020February 18, 2026 by Blake

This Jupyter notebook simulates a disease spreading through a community in random motion. Individuals are represented as points undergoing independent random walks in a bounded 2D environment. Parameters include: the population size, the average population density, the number of times to evolve the system, the number of trials to conduct, and the fraction of the…

Continue reading

Projectile Motion

Posted on July 1, 2018February 18, 2026 by Blake

This is a Desmos project which calculates the two possible angles at which to fire a projectile with a given muzzle speed to hit a specified target at (x,y). The project also displays the range envelope for the given muzzle speed where solutions exist. You can move the target around in the window and the…

Continue reading

Categories

  • Data Science
  • Exploration
  • Finance
  • Health
  • Interactive
  • Optimization
  • Utilities

Tags

D3 Desmos Express Flask Gemini API Google Maps API HTML/CSS/JS JQuery MATLAB Matplotlib Netlify NetworkX NLP Node NumPy P5 Pandas PostgreSQL Python QuantConnect Railway React Scikit-Learn SciPy TensorFlow YFinance API

© 2026 Blake Rayvid. All rights reserved.