# simple-neural-network **Repository Path**: weiran23/simple-neural-network ## Basic Information - **Project Name**: simple-neural-network - **Description**: A simple Python script showing how the backpropagation algorithm works. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neural Network with Backpropagation A simple Python script showing how the backpropagation algorithm works. Checkout this blog post for background: [A Step by Step Backpropagation Example](http://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/). # Contact If you have any suggestions, find a bug, or just want to say hey drop me a note at [@mhmazur](https://twitter.com/mhmazur) on Twitter or by email at matthew.h.mazur@gmail.com. # License MIT © [Matt Mazur](http://mattmazur.com)