Pinned Repositories
CppMultilayerPerceptron
A simple class for fully connected neural networks.
DroneRacing
A simple learning environment with drones for evolution-inspired optimization.
kaifishr.github.io
My corner of the internet.
LayerwiseRelevancePropagation
A basic implementation of the Layer-wise Relevance Propagation algorithm in Tensorflow.
NeuralAnnealing
Simulated annealing for neural networks with JAX.
PyAutograd
Minimal, scalar-valued, dependency-free Python library for reverse-mode automatic differentiation.
PyDualNumber
Basic implementation of dual numbers in Python.
PyTorchRelevancePropagation
A basic implementation of Layer-wise Relevance Propagation (LRP) in PyTorch.
RocketLander
A simple framework equipped with optimization algorithms, such as reinforcement learning, evolution strategies, genetic optimization, and simulated annealing, to enable an orbital rocket booster to land autonomously.
TicTacToe
Environment equipped with reinforcement learning algorithms to train agents to play tic-tac-toe.
kaifishr's Repositories
kaifishr/RandomDynamics
A small program inspired by cellular automata