Pinned Repositories
2020-summer-game
2021-Game
AGO_Map
ARFoundation_1
badOS
EvolutionAlgorithm
A simple evolutionary algorithm that takes a predefined perfect specimen, then randomly generates a population of individuals. Each generation, individuals that are genetically inferior die off. Genetically superior individuals reproduce to refill the population. When the average fitness of the population reaches a certain threshold, the program ends.
hacking-writeups
harishgunas.github.io
SigmoidNeuron
A sigmoid neuron simulator, built with no external libraries used (other than math, vector, and iostream). This is a precursor to a full neural network. Takes elementary numerical data with intentional patterns and errors built in. Decides weights for each input using gradient descent.
snake-os
A bare-metal x86 "OS" that runs Snake
HarishgunaS's Repositories
HarishgunaS/snake-os
A bare-metal x86 "OS" that runs Snake
HarishgunaS/2020-summer-game
HarishgunaS/2021-Game
HarishgunaS/AGO_Map
HarishgunaS/ARFoundation_1
HarishgunaS/badOS
HarishgunaS/EvolutionAlgorithm
A simple evolutionary algorithm that takes a predefined perfect specimen, then randomly generates a population of individuals. Each generation, individuals that are genetically inferior die off. Genetically superior individuals reproduce to refill the population. When the average fitness of the population reaches a certain threshold, the program ends.
HarishgunaS/hacking-writeups
HarishgunaS/harishgunas.github.io
HarishgunaS/SigmoidNeuron
A sigmoid neuron simulator, built with no external libraries used (other than math, vector, and iostream). This is a precursor to a full neural network. Takes elementary numerical data with intentional patterns and errors built in. Decides weights for each input using gradient descent.
HarishgunaS/HackTheNorth2021
HarishgunaS/kmodules
Learning linux kernel module development from the Linux Device Driver book (3rd edition)
HarishgunaS/Lecture-Summarizer
HarishgunaS/pizza-nft
HarishgunaS/question_generation
Neural question generation using transformers
HarishgunaS/SpaceGame
HarishgunaS/template-ui
HarishgunaS/wasp-os
A MicroPython based development environment for smart watches (including Pine64 PineTime)