elliotwaite / softmax-logit-paths

Plots how the logit values that are passed into the softmax function change over time as the model is trained.

Home Page:https://youtu.be/ytbYRIN0N4g

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Softmax Logit Paths Visualised

Use main.py to visualize how the logit values that are passed into the softmax function change over time as the model is trained with SGD (stochastic gradient descent) or the Adam optimizer.

This code if from my YouTube video:

Softmax Function Explained In Depth with 3D Visuals

https://youtu.be/ytbYRIN0N4g

About

Plots how the logit values that are passed into the softmax function change over time as the model is trained.

https://youtu.be/ytbYRIN0N4g

License:MIT License


Languages

Language:Python 100.0%