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.
Lack of Precision in Floating point numbers... A summary of floating point numbers representation in modern computers and some critical issues with them.
Hosting a website on TOR... This is a beginner friendly introduction to how to host a web site on the TOR network.
Setup a Static Web Server... Basic introduction to setting up a web server for beginners who have just entered into the field of Web Tech.
Linking and Loading of a Computer Program...C program perspective An overview of the process required to properly connect and load pieces of code generated by compilers
How compiled computer languages are made? An Overview... Glance over the process of compilation, linking and loading which makes it possible to run a binary code over a processor unit.