Skip to content

Blake Rayvid

Menu
  • About
  • Portfolio
Menu

Category: Exploration

Skyrim Alchemy Optimizer

Posted on June 10, 2024August 21, 2025 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, 2020August 6, 2025 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, 2020July 4, 2025 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, 2018August 8, 2025 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.js Desmos Express Flask Gemini API Google Maps API HTML/CSS/JS JQuery MATLAB Matplotlib Netlify NetworkX NLP NLTK NumPy P5.js Pandas Python QuantConnect Railway React Scikit-Learn SciPy SpaCy SQL TensorFlow Vader Yahoo Finance API

© 2025 Blake Rayvid. All rights reserved.