MnemoSemiotic
I'm a data and computer scientist with a focus in Machine Learning, digital image processing, NLP and pedagogy/education.
Pinned Repositories
a-smarter-flashcard
Using topic modeling and NLP to better deliver study materials
Analyzing-Network-Traffic_kdd99
Galvanize Data Science Analytics capstone
Brief-Introduction-to-Counting
Exploring Counting in different base systems, using Python, and extrapolating to brute force permutations and combinations.
covid-19-exploration-with-pandas
for educational purposes, simply exploring some COVID-19 data using pandas
prem_prep_jan19_2021
Repository for code and materials from Galvanize DSI Premium Prep, January 18, 2021 through February 20, 2021
prem_prep_july20
Repository for code and materials from Galvanize Premium Prep, July 20, 2020
prem_prep_june08_2020
helper code for PP
prem_prep_oct19_2020
Repository for code and materials from Galvanize Premium Prep, Oct 19, 2020 through Nov 21, 2020
Python-Praxis
A course in Python, developed as we go, with curriculum dev on Twitch.
simple_SIR_model_with_Python
SIR model in a single .py file
MnemoSemiotic's Repositories
MnemoSemiotic/prem_prep_jan19_2021
Repository for code and materials from Galvanize DSI Premium Prep, January 18, 2021 through February 20, 2021
MnemoSemiotic/prem_prep_oct19_2020
Repository for code and materials from Galvanize Premium Prep, Oct 19, 2020 through Nov 21, 2020
MnemoSemiotic/prem_prep_july20
Repository for code and materials from Galvanize Premium Prep, July 20, 2020
MnemoSemiotic/prem_prep_june08_2020
helper code for PP
MnemoSemiotic/prem_prep_nov30_2020
MnemoSemiotic/dijkstras_algorithm_in_Python
Coding from scratch a graph and employing Dijkstra's algorithm across cost tables in that graph's nodes
MnemoSemiotic/DSI_Notes_Strategy
A strategy for taking and using quick notes in the Galvanize DSI.
MnemoSemiotic/prem_prep_sep08
Repository for code and materials from Galvanize Premium Prep, Sept 08, 2020
MnemoSemiotic/simple_SIR_model_with_Python
SIR model in a single .py file
MnemoSemiotic/Analyzing-Network-Traffic_kdd99
Galvanize Data Science Analytics capstone
MnemoSemiotic/covid-19-exploration-with-pandas
for educational purposes, simply exploring some COVID-19 data using pandas
MnemoSemiotic/distributions_intuition
disposable repo for today's lecture
MnemoSemiotic/Brief-Introduction-to-Counting
Exploring Counting in different base systems, using Python, and extrapolating to brute force permutations and combinations.
MnemoSemiotic/Python-Praxis
A course in Python, developed as we go, with curriculum dev on Twitch.
MnemoSemiotic/Algorithms
A collection of algorithms and data structures
MnemoSemiotic/book-research-notes
A place to put notes from books I'm working through, often on stream. Generally will keep these in markdown documents.
MnemoSemiotic/cross_validation_intuition
Exploring Cross-Validation intuitively
MnemoSemiotic/ElvenScholar
An RPG based on Memory Palaces and Spaced Repetition
MnemoSemiotic/exploring-JohnsHopkins-covid19-data
This is for educational purposes. Simply a walkthrough of how to use Python and Pandas to explore the US State Covid data found at https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports_us
MnemoSemiotic/Exploring-Prime-Windows
Visualizing and building data sets of windows of prime numbers
MnemoSemiotic/hands-on-music-generation-with-magenta
The "Hands-On Music Generation with Magenta" book code repository and info resource
MnemoSemiotic/Histograms-for-Cat-Images
A light exploration of color histograms for a series of images
MnemoSemiotic/linear-regression-assessment-2
MnemoSemiotic/lysh_toy_dataset
A simple toy dataset for playing around with LDA and other Topic Models
MnemoSemiotic/Machine-Learning-Praxis
A gentle course in data analysis and machine learning, developed as-we-go.
MnemoSemiotic/merge_rgb_and_thermal_images
A simple tutorial on merging parallel rgb and thermal images
MnemoSemiotic/ot.js
MnemoSemiotic/Outward-Bound-Notes
Just notes for the RPG Outward Bound, by Penflower Ink
MnemoSemiotic/simple_image_filters
Introducing a simple idea of convolution and passing filters across images, using Python
MnemoSemiotic/simple_ml_workflow_crossval
An intro and high level view of ML workflow with an example of CrossVal on a toy dataset