Code written for some of my courses taken while at NTNU (Norwegian University of Science and Technology)
http://www.idi.ntnu.no/emner/tdt4171/
- Forward-backwards algorithm
- Learning to rank using Gradient Descent
http://www.ntnu.edu/studies/courses/IT3708#tab=omEmnet
- Evolutionary algorithm written from scratch in C++ used to solve the one-max problem and evolve strategies for the Colonel Blotto game
- Evolutionary algorithm for evolving spiking neuron behavior
- Evolutionary algorithm for evolving the weights of a continous time recurrent neural network (CTRNN) used to control a minimally cognitive agent. The agent will sense falling objects of various sizes and must evolve the ability to a) intercept objects smaller than itself, but b) avoid objects of its own size or larger.
- A controller for Swarm Behavior in Webots based on Brooks Architecture