Hello, Perceptron: An introduction to artificial neural networks
An introduction to artificial neural networks, explaining the perceptron as the simplest building block and its ability to learn basic logical functions.
Matt Might’s article index features insightful essays and tutorials on programming languages, functional programming, computer science concepts, and practical advice for programmers and researchers.
5 articles from this blog
An introduction to artificial neural networks, explaining the perceptron as the simplest building block and its ability to learn basic logical functions.
A guide on using GPT-4 to quickly generate lore and create an infinitely replayable text-based game, demonstrating AI-assisted game development.
A developer reflects on language design insights from using 26 programming languages, covering syntax, typing, and functional purity.
A developer's strategy for using 26 different programming languages to solve Advent of Code challenges, focusing on language selection and difficulty planning.
Explains how the birthday paradox applies to hash collisions, deriving the expected number of collisions in a set.