Skip to content

Debugging Life (and Code)

Iterate fast, break stuff, document everything

  • About
  • Blog
  • Projects
  • Mini-Projects
  • All Posts

NN-Racer: Neural Network and Genetic Algorithm Project

Posted on November 23, 2024November 23, 2024 By operator

NN-Racer is a recreation of a project I worked on a few years ago while learning about neural networks and genetic algorithms. It’s a simple implementation, written from scratch, of a neural network that evolves by mutating the weights and biases of the best-performing cars in each generation.

Each weight or bias has a 1 in 100 chance of mutation, with the mutation range being from -0.5 to 0.5 times its original value.

You can try it here: NN-Racer

[Stack: Unity, C#, AI, NN, GA]

Mini-Projects Tags:AI, C#, GA, NN, Unity

Post navigation

Previous Post: InstantNote
Next Post: MemoryMaker: Simple Retrieval-Augmented Generation (RAG) Application

Related Posts

MemoryMaker: Simple Retrieval-Augmented Generation (RAG) Application Mini-Projects
CV Agent Chatbot Mini-Projects
VoiceNotes: Simple Speech-to-Markdown Mini-Projects
AI changing room: Can AI help me with my outfits Mini-Projects

Copyright © 2025 Debugging Life (and Code).

Powered by PressBook Masonry Dark