I made a game that teaches you how AI works

tylersuard1 pts1 comments

GitHub - Tylersuard/Synapse_neural_net_training_game: A game for teaching people how neural network training works · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

Tylersuard

Synapse_neural_net_training_game

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>5 Commits<br>5 Commits

README.md

README.md

synapse.html

synapse.html

View all files

Repository files navigation

Synapse_neural_net_training_game

SYNAPSE is a browser game that teaches the math behind neural networks. You're given a network (inputs, weights, biases, hidden layers, and outputs) and you tune the numbers until the network produces the right answers. It starts with a single neuron (output = input × weight + bias) and builds up to deep, multi-layer nets. Later levels are real training problems: the same weights must satisfy several input→output examples at once, with decimal targets, negative weights, and genuine ReLU clamping, so guessing won't cut it, and you learn to solve them. Includes 12 levels, a level picker, live feedback, hints, and a per-level explainer. Single self-contained HTML file, no dependencies, works offline.

About

A game for teaching people how neural network training works

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

HTML<br>100.0%

You can’t perform that action at this time.

reload search game works network feedback

Related Articles