Skip to content

Instantly share code, notes, and snippets.

@AmanDaVinci
Last active December 2, 2020 20:28
Show Gist options
  • Save AmanDaVinci/4bf7854c35a6460f567f1575df046617 to your computer and use it in GitHub Desktop.
Save AmanDaVinci/4bf7854c35a6460f567f1575df046617 to your computer and use it in GitHub Desktop.
Fall of Perceptrons: Origin of Neural Networks from the fall of Perceptrons
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "# Fall of Perceptrons\n---\nOrigin of neural networks from the fall of perceptrons\n___"
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## The Perceptron model"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## Is Perceptron learning even possible?"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## Fall of Perceptrons: weight-loss surface"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## Rise of Sigmoid Neuron: Origin of Neural Networks"
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3",
"language": "python"
},
"language_info": {
"name": "python",
"version": "3.7.3",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
},
"toc": {
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"base_numbering": 1,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
},
"gist": {
"id": "4bf7854c35a6460f567f1575df046617",
"data": {
"description": "Fall of Perceptrons: Origin of Neural Networks from the fall of Perceptrons",
"public": false
}
},
"_draft": {
"nbviewer_url": "https://gist.github.com/4bf7854c35a6460f567f1575df046617"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment