Pinned Repositories
a-star-pathfinder
Optimal path finder using A* Algorithm in 2D space. Heuristics based on Manhattan Distance.
add-function-return-types
A CLI tool to add explicit return types to TypeScript functions
board-games-reinforcement-learning
Board games with Reinforcement Learning. Peg Solitaire with an Actor Critic agent. NIM, Ledge (aka Gold Rush), and Hex with a Monte Carlo Tree Search agent.
full-stack-typescript-monorepo-starter-with-authentication
Setting up a new project is time-consuming. The purpose of this project is to make it effortless with state-of-the-art technology and tooling.
image-segmentation-multi-objective-genetic-algorithm
Image Segmentation using a Multi-Objective Genetic Algorithm (NSGA-II)
job-shop-scheduling-problem-swarm-algorithm
Solving the NP-hard problem Job Shop Scheduling Problem (JSSP) with two types of Swarm Intelligence (SI) - Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC)
multiple-depot-vehicle-routing-genetic-algorithm
Solving the NP-hard Multiple Depot Vehicle Routing Problem with a Genetic Algorithm
rush-example
A basic example showing the power and simplicity of Rush.js
umbrella-world-hidden-markov-model
Inference in the Hidden Markov Model of the Umbrella World by using the Forward-Backward algorithm
zod-to-protobuf
Convert Zod schemas to Protocol Buffers definitions.
brandhaug's Repositories
brandhaug/full-stack-typescript-monorepo-starter-with-authentication
Setting up a new project is time-consuming. The purpose of this project is to make it effortless with state-of-the-art technology and tooling.
brandhaug/rush-example
A basic example showing the power and simplicity of Rush.js
brandhaug/zod-to-protobuf
Convert Zod schemas to Protocol Buffers definitions.
brandhaug/add-function-return-types
A CLI tool to add explicit return types to TypeScript functions
brandhaug/image-segmentation-multi-objective-genetic-algorithm
Image Segmentation using a Multi-Objective Genetic Algorithm (NSGA-II)
brandhaug/multiple-depot-vehicle-routing-genetic-algorithm
Solving the NP-hard Multiple Depot Vehicle Routing Problem with a Genetic Algorithm
brandhaug/board-games-reinforcement-learning
Board games with Reinforcement Learning. Peg Solitaire with an Actor Critic agent. NIM, Ledge (aka Gold Rush), and Hex with a Monte Carlo Tree Search agent.
brandhaug/job-shop-scheduling-problem-swarm-algorithm
Solving the NP-hard problem Job Shop Scheduling Problem (JSSP) with two types of Swarm Intelligence (SI) - Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC)
brandhaug/umbrella-world-hidden-markov-model
Inference in the Hidden Markov Model of the Umbrella World by using the Forward-Backward algorithm
brandhaug/a-star-pathfinder
Optimal path finder using A* Algorithm in 2D space. Heuristics based on Manhattan Distance.
brandhaug/adano
Angular/Node.js Web Application
brandhaug/autoencoder-and-perceptron
Basic Autoencoder and Perceptron in Python
brandhaug/decision-tree
Simple Decision Tree implemented from scratch. Based on the pseudocode from Introduction to AI - A Modern Approach
brandhaug/fuzzy-logic
brandhaug/gatsby-source-strapi
Gatsby source plugin for building websites using Strapi as a data source
brandhaug/gensim-ir
brandhaug/notistack
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
brandhaug/online-dugnad
Angular Web Application
brandhaug/pacman-multiagent
Pacman with minimax and alpha beta pruning
brandhaug/red-runner-2d
Red Runner - 2D Game like Super Mario. Collect coins and avoid enemies!
brandhaug/restaurant-review-sentiment-prediction
brandhaug/sudoku-constraint-satisfaction-problem
Solving Sudoku as a Constraint Satisfaction Problem using the AC-3 Algorithm