Skip to content

Cookiecodess/simple-softmax-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a simple visualizer of the softmax function

what the heck's a softmax function?

softmax function in LaTeX

Basically it's a function that converts an array of an arbitrary number of numbers into a probability distribution, such that the smallest number in the array will be converted to a number closest to 0, and the largest number in the array converted to a number closest to 1.

I was inspired to make this visualizer after watching this clip of an LLM explainer made by the legendary 3Blue1Brown. That particular clip introduces the concept of the softmax function.

You can also read this Wikipedia article if you're more of a text person.

About

A simple website that visualizes how the softmax function works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published