11b06e2e73
readme init
16 lines
809 B
Markdown
16 lines
809 B
Markdown
# PlotNeuralNet
|
|
Latex code for making neural networks for reports and presentation. Have a look into examples to see how they are made.
|
|
Following are some network representations:
|
|
|
|
<p align="center"><img src="https://user-images.githubusercontent.com/17570785/47255280-adabab00-d46e-11e8-9978-510a3505f065.png" width="85%" height="85%"></p>
|
|
<h6 align="center">FCN-8</h6>
|
|
|
|
|
|
<p align="center"><img src="https://user-images.githubusercontent.com/17570785/47255283-c6b45c00-d46e-11e8-8d9d-c4474796c947.png" width="85%" height="85%"></p>
|
|
<h6 align="center">FCN with Domain Transform</h6>
|
|
|
|
|
|
<p align="center"><img src="https://user-images.githubusercontent.com/17570785/47255288-e3509400-d46e-11e8-938d-6b6152dd28ca.png" width="85%" height="85%"></p>
|
|
<h6 align="center">Holistically-Nested Edge Detection</h6>
|
|
|