Skip to content

Cookiecodess/simple-softmax-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a simple visualizer of the softmax function

what the heck is the softmax function?

softmax function in LaTeX

It's a function that converts an input array (of any length) of numbers into an output array, such that the smallest number in the input array will become the number closest to 0 in the output array, and the largest number in the input array will become the number closest to 1 in the output array. (that's a mouthful!)

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 the reading type.

About

A simple website that visualizes how the softmax function works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published