Skip to content

Commit 90107f0

Browse files
Convolution neural network using pytorch
1 parent b105ece commit 90107f0

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

ConvolutionNeuralNetwork.ipynb

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"nbformat": 4,
3+
"nbformat_minor": 0,
4+
"metadata": {
5+
"colab": {
6+
"name": "ConvolutionNeuralNetwork.ipynb",
7+
"provenance": [],
8+
"authorship_tag": "ABX9TyO7FsiGjIBG0o9WE87nu5ZZ",
9+
"include_colab_link": true
10+
},
11+
"kernelspec": {
12+
"name": "python3",
13+
"display_name": "Python 3"
14+
}
15+
},
16+
"cells": [
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {
20+
"id": "view-in-github",
21+
"colab_type": "text"
22+
},
23+
"source": [
24+
"<a href=\"https://colab.research.google.com/github/manthanthakker/DeepNeuralNetworks/blob/master/ConvolutionNeuralNetwork.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
25+
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"metadata": {
30+
"id": "b6jSBvEJUPr8",
31+
"colab_type": "code",
32+
"colab": {}
33+
},
34+
"source": [
35+
""
36+
],
37+
"execution_count": 0,
38+
"outputs": []
39+
}
40+
]
41+
}

0 commit comments

Comments
 (0)