Building MINST Neural Network only use Numpy
Building a neural network for MNIST digits from scratch using only NumPy requires pulling back the abstractions of modern frameworks. Below is the end-to-end...
All posts filed under Code & Dev.
Building a neural network for MNIST digits from scratch using only NumPy requires pulling back the abstractions of modern frameworks. Below is the end-to-end...
When you build your own programming language from scratch, your test suite is your mirror. Everything works in isolated unit tests until you write a classic...
In static programming languages like C, variable types are fixed at compile time (int, double, char). In dynamic programming languages (like Python, Lua, or...
Lexer — source text → token stream Parser — token stream → AST Codegen — AST → assembly (or direct evaluation)
What Does a Linker Actually Do? A Hands-On Linker Script Experiment
Cross-origin issues are a classic topic in web development and one of the most fundamental ones. They commonly occur in projects built with a decoupled...
This project is a smart-car vision perception and motion control system based on STM32 + Raspberry Pi. It uses a layered upper/lower-computer architecture and...
This article explains how to perform remote debugging and flashing of STM32 microcontrollers in VSCode using OpenOCD, with a Raspberry Pi 5 acting as a...
In the Developer Options of a VIVO smartphone, enable Bluetooth HCI snoop log.