Skip to content

Commit aef08b0

Browse files
committedFeb 27, 2022
siamese ntw
1 parent 5c3412e commit aef08b0

File tree

4 files changed

+3624
-10
lines changed

4 files changed

+3624
-10
lines changed
 

‎CNN_SVD_Siamese_Ntw.ipynb renamed to ‎.ipynb_checkpoints/CNN_SVD-checkpoint.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "ebEGgSy2bdDp"
77
},
88
"source": [
9-
"# CNN with SVD and Siamese Network"
9+
"# CNN with SVD"
1010
]
1111
},
1212
{
@@ -1155,15 +1155,6 @@
11551155
"print(\"Loss {}, Accuracy {}\".format(loss, acc))"
11561156
]
11571157
},
1158-
{
1159-
"cell_type": "markdown",
1160-
"metadata": {
1161-
"id": "IyUseb13cbtk"
1162-
},
1163-
"source": [
1164-
"## Siamese network"
1165-
]
1166-
},
11671158
{
11681159
"cell_type": "markdown",
11691160
"metadata": {

‎.ipynb_checkpoints/Siamese_Ntw-checkpoint.ipynb

Lines changed: 850 additions & 0 deletions
Large diffs are not rendered by default.

‎CNN_SVD.ipynb

Lines changed: 1923 additions & 0 deletions
Large diffs are not rendered by default.

‎Siamese_Ntw.ipynb

Lines changed: 850 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.