You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ For other installation options, please refer to the fast.ai documentation. The f
63
63
64
64
For Twin Neural Networks, multiple input data are passed through a _encoding_ neural network to generated their hyper-dimensional embedding vectors, which are concatenated before fed into a _fully connected network_ for output, as shown in _Fig. 1_.
65
65
66
-
|  |
66
+
|  |
67
67
|:--:|
68
68
|**Fig. 1 - Twin Neural Network Architecture**|
69
69
@@ -131,7 +131,7 @@ head = Sequential(
131
131
As shown in _Fig. 1_, both images are passed through the encoding network, and the output is concatenated before fed into the fully connected network.
@@ -653,7 +653,7 @@ This repository presented an end-to-end workflow of training a Twin Neural Netwo
653
653
## Reference
654
654
655
655
-[fast.ai · Making neural nets uncool again](https://www.fast.ai/)
656
-
-[Tutorial - Using fastai on a custom new task](https://docs.fast.ai/tutorial.siamese.html#Patch-in-a-siampredict-method-to-Learner,-to-automatically-show-images-and-prediction)
656
+
-[Tutorial - Using fastai on a custom new task](https://docs.fast.ai/tutorial.siamese.html)
657
657
-[Deep Learning for Coders with Fastai and Pytorch: AI Applications Without a PhD](https://www.amazon.com/Deep-Learning-Coders-fastai-PyTorch/dp/1492045527)
658
658
-[Walk with fastai: Lesson 7 - Siamese](https://walkwithfastai.com/Siamese)
0 commit comments