Pinned Repositories
Adaptive-Resonance-Theory
The clustering technique of ART1 is applied to group a set of customers by their purchase histories.
Ant-Algorithm
Solving the traditional Traveling Salesman problem using an algorithm based on the movement of ants.
Artificial-Neural-Network
A feed-forward artificial neural network (ANN) is trained via back-propagation to play a simple game, where the computer must decide, based on health, weapons, and enemies to wander, attack, or hide.
cheat-sheets
Personal cheat sheets cause I am human and have terrible memory.
Fuzzy-Logic
The control methodology of Fuzzy Logic is used to, based on temperature and voltage, control the charge rate of a battery.
github-copilot-lamp
A fun and playful lamp to match the energy of GitHub Copilot.
Knowledge-Production-and-Control-of-a-Black-Box-Using-Machine-Learning
Blind analysis to develop control logic of a black box device. Only interface of inputs and outputs known.
lanyard-tags
Fun 3d printed decorations to add to your lanyard. And... they support tapping with your phone! 🤓
osu-bh-hackathon-webapp
Tool for managing registration, team placement, and scoring of the Oklahoma State University annual hackathon.
Reinforcement-Learning-Based-Decision-Tree
Generation and evaluation of a decision tree using reinforcement learning.
chriswblake's Repositories
chriswblake/github-copilot-lamp
A fun and playful lamp to match the energy of GitHub Copilot.
chriswblake/Reinforcement-Learning-Based-Decision-Tree
Generation and evaluation of a decision tree using reinforcement learning.
chriswblake/lanyard-tags
Fun 3d printed decorations to add to your lanyard. And... they support tapping with your phone! 🤓
chriswblake/Adaptive-Resonance-Theory
The clustering technique of ART1 is applied to group a set of customers by their purchase histories.
chriswblake/Artificial-Neural-Network
A feed-forward artificial neural network (ANN) is trained via back-propagation to play a simple game, where the computer must decide, based on health, weapons, and enemies to wander, attack, or hide.
chriswblake/cheat-sheets
Personal cheat sheets cause I am human and have terrible memory.
chriswblake/Fuzzy-Logic
The control methodology of Fuzzy Logic is used to, based on temperature and voltage, control the charge rate of a battery.
chriswblake/Knowledge-Production-and-Control-of-a-Black-Box-Using-Machine-Learning
Blind analysis to develop control logic of a black box device. Only interface of inputs and outputs known.
chriswblake/osu-bh-hackathon-webapp
Tool for managing registration, team placement, and scoring of the Oklahoma State University annual hackathon.
chriswblake/Ant-Algorithm
Solving the traditional Traveling Salesman problem using an algorithm based on the movement of ants.
chriswblake/Artificial-Life
The optimization technique of genetic evolution is combined with artificial neural networks to simulate herbivores and carnivores in a survival-reproduction environment. Herbivores and carnivores must learn to move, hunt for food, and avoid death.
chriswblake/bh-geekapalooza-qr-2022
QR code website for scavenger hunt, geekapalooza 2022
chriswblake/Bigram-Trigram-Text-Generator
A Markov model is used to analyze the relationships between two and three word groups, from example sentences. This model then produces new sentences with similar intentions.
chriswblake/chriswblake
A bit about myself. ;)
chriswblake/Genetic-Algorithm
An optimization technique based on genetic evolution (crossover and mutation) is used to estimate a mathematical equation.
chriswblake/Hierarchal-Clustering
Hierarchical clustering is used for classifying hand drawn shapes.
chriswblake/Optimization
A library of optimization methods for one- and multi-dimensional minimization.
chriswblake/osu-bh-hack
OSU/BH Hackathon Website 2021
chriswblake/project-portal-for-innersource
Lists all InnerSource projects of a company in an interactive and easy to use way. Can be used as a template for implementing the "InnerSource portal" pattern by the InnerSource Commons community.
chriswblake/Rule-Based-System
Antecedents and consequents are utilized to define a set of rules, for controlling a redundant sensing system.
chriswblake/Simulated-Annealing
The optimization technique of simulated annealing is applied to solve the N-Queens problem.
chriswblake/tech-showcase-cli-photo-album
A simple C# console application to demonstrate making HTTP GET requests and usage of Unit Tests.
chriswblake/tech-showcase-webapp-photo-album
A simple javascript application to demonstrate making HTTP GET requests and use of templates. It displays albums and their associated images.
chriswblake/ThesisTemplate_LUH_SPbPU
Thesis template for the Leibniz University and Saint Petersburg Polytechnic dual master's degree program.
chriswblake/Transportation-Problem
Various optimization techiques are used to minimize the costs associated with transfering products from a supplier to a demander. Techniques include: North West Corner, Minimum Cost Element, and Least Potentials