Skip to content

Instantly share code, notes, and snippets.

@unnir
Forked from awjuliani/softmax.ipynb
Created June 24, 2018 10:05
Show Gist options
  • Save unnir/990b002a21a43a3201cc2f47f84adb08 to your computer and use it in GitHub Desktop.
Save unnir/990b002a21a43a3201cc2f47f84adb08 to your computer and use it in GitHub Desktop.

Revisions

  1. @awjuliani awjuliani revised this gist Feb 22, 2016. No changes.
  2. @awjuliani awjuliani revised this gist Feb 22, 2016. No changes.
  3. @awjuliani awjuliani revised this gist Feb 22, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion softmax.ipynb
    Original file line number Diff line number Diff line change
    @@ -195,7 +195,7 @@
    "This allows us to get probabilities for each class score that sum to 100%.\n",
    "\n",
    "\n",
    "<img src=\"softmax.png\">"
    "<img src=\"https://upload.wikimedia.org/math/0/9/9/0991837b7d5a522ebc156f51dadbed0e.png\">"
    ]
    },
    {
  4. @awjuliani awjuliani revised this gist Feb 22, 2016. No changes.
  5. @awjuliani awjuliani revised this gist Feb 22, 2016. 1 changed file with 27 additions and 21 deletions.
    48 changes: 27 additions & 21 deletions softmax.ipynb
    27 additions, 21 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  6. @awjuliani awjuliani created this gist Feb 22, 2016.
    429 changes: 429 additions & 0 deletions softmax.ipynb
    429 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.