View on GitHub My Flatiron School Data Science Bootcamp Phase 3 Project was to address the business problem of brand reputation management by monitoring and analyzing Twitter sentiment. The goal was to develop a machine learning model that can correctly classify tweets as positive, negative, or neutral, and provide insights to improve brand perception and…
Tag: Matplotlib
Boolean Network Animation
This Streamlit app 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. View on GitHub
Epidemic Simulator
This Colab 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…