Pinned Repositories
audio-classification
(2019) A short, fun project classifying audio samples with a convolutional neural network during a data science meetup (expanded from previous model from school course)
backend-api-app
banking-ledger
(2019) Banking Ledger written in C#
cs533-container-interference
(2018) CS533 Graduate Operating Systems, Final Project on Container Interference
lift-weights
(2019) A full-stack application to support weight lifting (exercises, workouts, measurements, etc) with React.js, Node/Express and a MySQL database
mongodb-driver
(2019) Proof-of-concept for mongoDB using a C# (.NET) driver to connect to Atlas then benchmark cluster performance on AWS vs GCP
reinforcement-learning-snake-game
(2018) Project to create a snake game, train it with reinforcement learning, and see if it learns to play
rust-wasm-game
(2019) Two Tic-Tac-Toe implementations in Rust: (1) CLI, (2) Compiled over to WebAssembly
semantic-fluency-nn
(2019) Replicating Human Semantic Fluency though a Semantic Model, Incremental Learning, and Visualizations
tic-tac-toe
(2019) Apply Monte Carlo sampling to random Tic-Tac-Toe board states. Generate a payoff table based off of game theory using the samplings.
mkduer's Repositories
mkduer/mongodb-driver
(2019) Proof-of-concept for mongoDB using a C# (.NET) driver to connect to Atlas then benchmark cluster performance on AWS vs GCP
mkduer/reinforcement-learning-snake-game
(2018) Project to create a snake game, train it with reinforcement learning, and see if it learns to play
mkduer/audio-classification
(2019) A short, fun project classifying audio samples with a convolutional neural network during a data science meetup (expanded from previous model from school course)
mkduer/backend-api-app
mkduer/banking-ledger
(2019) Banking Ledger written in C#
mkduer/cs533-container-interference
(2018) CS533 Graduate Operating Systems, Final Project on Container Interference
mkduer/lift-weights
(2019) A full-stack application to support weight lifting (exercises, workouts, measurements, etc) with React.js, Node/Express and a MySQL database
mkduer/rust-wasm-game
(2019) Two Tic-Tac-Toe implementations in Rust: (1) CLI, (2) Compiled over to WebAssembly
mkduer/semantic-fluency-nn
(2019) Replicating Human Semantic Fluency though a Semantic Model, Incremental Learning, and Visualizations
mkduer/tic-tac-toe
(2019) Apply Monte Carlo sampling to random Tic-Tac-Toe board states. Generate a payoff table based off of game theory using the samplings.
mkduer/webdev-fullstack-datagrade
(2017) Data Grade Full Stack Project