Exploring interesting ideas through code
Home
Articles
News
About
Articles and code examples
plc_script - tiny programming language written from scratch
Basic 3D renderer in Python
Unique paths in a grid - a dynamic programming example
Permutations generator in Python
Generative Adversarial Network - an example in Keras (Python)
Convolutional Neural Network - an example in Keras (Python)
Remove invalid parentheses problem - Python solution
Generating word embeddings using a Skip-gram based neural network in Python
Building a simple recurrent neural network (RNN) in Python from scratch
Rejection sampling example in Python
Lucas-Kanade algorithm implementation in Python from scratch
Flood fill algorithm in Python
Integer division algorithm using bitwise operators in Python
Using SVD in Python