Simon’s Live Stream
This is the archived version of Simon’s first live stream. It went really well, even though Simon’s code didn’t function together with his Speechjs library. Simon didn’t panic and showed … Continue reading Simon’s Live Stream
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
This is the archived version of Simon’s first live stream. It went really well, even though Simon’s code didn’t function together with his Speechjs library. Simon didn’t panic and showed … Continue reading Simon’s Live Stream
Today is a big day as – for the first time in human history – a short story has been published that was written by a robot together with … Continue reading Simon explains the I, Robot project. How do synthetic literature neural nets work?
This is how happy a child can be while taking a class:
Simon is planning to do his fist coding live stream (online lesson he is going to teach to his audience on YouTube) on Thursday, 2 November at 5 p.m. CET. … Continue reading Announcing Simon’s First Live Stream!
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
Last week Simon suddenly unpacked his old electronics sets and completed several projects with Arduino, his old single-board friend that got him into coding a little over a year ago. … Continue reading Arduino to relax
Simon has just finished working on his first library, a #speechlibrary Speechjs. You can find Simon’s library on GitHub: https://github.com/simon-tiger/speechjs Simon also added a reference page at: https://github.com/simon-tiger/speechjs/wiki/Reference You can … Continue reading Simon made his own speech library: Speechjs
Following the exciting text-to-speech and speech-to-text projects yesterday, this morning Simon made a basic speech-to-text-to-speech demo, which means that the computer can now repeat (parrot) everything Simon says. Simon relied … Continue reading Computer repeats after Simon
This is one of those wow projects, so much fun! Simon built his Text-to-Speech and Speech-to-Text demos following Daniel Shiffman’s recent live streams on working with the p5.Speech library and … Continue reading Almost talking to the computer!
Simon is currently working on a “Matter.js textbook”, a set of tutorials on how to use Matter.js (a physics library) that he writes on GitHub. Simon writes everything himself, not … Continue reading Simon writing a Matter.js textbook
Simon has been working on a RiveScript Editor for creating chat bots. RiveScript is a markup language, that gives chat bots the ability to respond to messages from humans using natural … Continue reading Simon builds his own RiveScript Editor
Simon has come up with a code (in Processing) for an editor that includes live Webcam image to help him record coding tutorials. The project is still in progress.