LYCOIS // BLOG

LingC's Blog

Essays, field notes, and technical logs.

Tags

# AI 6 # c 4 # programming-languages 3 # systems-programming 3 # compiler-design 3 # deep-learning 2 # lexer 2 # parser 2 # ast 2 # interpreter 2

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...

# AI # deep-learning

Some of My Thoughts on Learning English

I want to talk about some thoughts I've had about learning English—or you could generalize this to learning any language.

VM Design > Ghost Variables

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...

# c # programming-languages # systems-programming