Relativistic Spacetime in Python...Time Dilation and Length Contractions using Clifford Algebra This is simple example of what can be done using clifford algebra in the context of Einstein's Special theory of relativity.
Ant Colony Optimization...Genetic Programming & Pygame Using DEAP module to learn effective behavioral function for ants with food in the vicinity. The visual representation is generated using PyGame game engine.
Symbolic regression using Genetic Programming...in python... Performing Expression hunting using symbolic regression in python using DEAP package for evolutionary algorithms!
Solving non-linear equations using Genetic Algorithms from scratch...in python Genetic algorithm approach to solving non linear equations is a beginner introduction to this subtopic of Artificial Intelligence
Simulating simple functions using Neural Networks...in PyTorch A beginner introduction to neural network by showing how to make a network learn to simulate a simple function in python.