NNoomklawinnoomklaw.com·Jun 27 · 1 min readBuilding Micrograd: Application projectI just finished the Building Micrograd lecture by Andrej Karpathy and I made a project out of it. Key things I learnt A neuron is just a machine that makes a guess, refines it, and does that again A00
NNoomklawinnoomklaw.com·Jun 23 · 1 min readQuick thoughts on neural networksDISCLAIMER: I am not an expert in AI. This may be inaccurate. I was on my computer today watching a video and I was struck by a thought. A neural network is basically a machine that guesses, updates i00
NNoomklawinnoomklaw.com·Apr 22 · 3 min readScratch Flappy bird tutorialEver wanted to learn how to make your own flappy bird game? Always thought it was hard? It isn’t! Let me show you how to make it using Scratch in under 10 minutes! It will look something like this: 00
NNoomklawinnoomklaw.com·Mar 4 · 1 min readNK.filesI made some HTML projects! You can view them here: https://codepen.io/Noomklaw888/pen/wBzaqGr00
NNoomklawinnoomklaw.com·Feb 12 · 2 min read🕹️ The Noomklaw.com Python ArcadeWelcome to my collection of web-based games! Every project here was built from scratch using Python and Pygame, then optimized for your browser using asyncio and pygbag. Play them here: http://nkarcade.noomklaw.com/ 🚀 The Games Cubit Cart A unique ...00