Live Stream #4 on December 14. Living Code > Vectors.

Simon debuted with his own coding course last week! The course is called “Living Code” and Simon has already planned all its sessions for the year ahead. He is going … Continue reading Live Stream #4 on December 14. Living Code > Vectors.

The Neural Nets are here!

Simon has started building neural networks in Python! For the moment, he has succeeded in making two working neural nets (a Perceptron and a Feed Forward neural net). He used … Continue reading The Neural Nets are here!

Simon explains K Means Clustering

Simon has prepared this implementation of “K-Means Clustering” in Processing as a gift for Daniel Shiffman, who is plainning to talk about this Machine Learning model in one of his … Continue reading Simon explains K Means Clustering

Simon’s Live Streams (Speechjs and Supershape Morphing)

Simon’s second Live Stream today (in two parts, see the archived versions below) was a big success! He fixed the bug in his own Speechjs library (for speech recognition and … Continue reading Simon’s Live Streams (Speechjs and Supershape Morphing)

Just another day in graphs

Simon loves looking at things geometrically. Even when solving word problems, he tends to see them as a graph. And naturally, since he started doing more math related to machine … Continue reading Just another day in graphs

Sphere Morphing in Processing

Simon is trying to write a program for Sphere Morphing in Processing, first making a test code in p5.js (available here: https://alpha.editor.p5js.org/simontiger/sketches/S1zcwevkz) In the video below, Simon is explaining the … Continue reading Sphere Morphing in Processing

Simon writing about distributions in an IPython Notebook

Excerpts from Simon writing about distributions in an IPython Notebook, consulting Numpy Documentation. The code for the examples below is his own. Simon had earlier created similar examples about Matplotlib, … Continue reading Simon writing about distributions in an IPython Notebook