Skip to content

Commit f760811

Browse files
committed
updated readmes
1 parent 3a1c208 commit f760811

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

1808_Neural_networks/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Neural Networks
1+
# Neural networks
22

3-
This tutorial serves as a deep look at the simplest of neural networks, the multilayer perceptron. The [manuscript notebook](https://github.com/seg/tutorials-2018/blob/master/1808_Neural_Network/manuscript.ipynb) uses no dependencies other than [Numpy](http://www.numpy.org/) to build up a neural network, train it to approximate a sine function, and then predict values inside (and outside) the domain of interest, [0, 2 $\pi$].
3+
This tutorial serves as a deep look at the simplest of neural networks, the multilayer perceptron. The [manuscript notebook](https://github.com/seg/tutorials-2018/blob/master/1808_Neural_Network/manuscript.ipynb) uses no dependencies other than [Numpy](http://www.numpy.org/) to build up a neural network, train it to approximate angle-dependent seismic reflectivity, and then predict values inside (and outside) the domain of interest.
44

55
There's a code block which uses [tqdm](https://pypi.org/project/tqdm/) to render a progress bar to screen during training. To install tqdm:
66

@@ -14,3 +14,4 @@ And to plot the results you'll need [matplotlib](https://matplotlib.org/2.0.0/us
1414

1515
* Thanks to [Expero](https://experoinc.com) for encouraging me to continue to publish.
1616
* Thanks to [Matt Hall](https://agilescientific.com/who/) for continuously pushing our professional community to modernize with efforts like the one you're reading now.
17+
* Thanks to Lukas Mosser and Jesper Dramsch for useful comments on an earlier version of this manuscript.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ For more in-depth hints on getting started, see Hall, M (2016). A user guide to
2424
- [Other Notebooks](https://github.com/seg/tutorials-2018/tree/master/1806_Time-frequency)
2525

2626
## August 2018
27-
- [Neural Networks]() by Graham Ganssle
28-
- [Manuscript as Jupyter Notebook](https://github.com/seg/tutorials-2018/blob/master/1808_Neural_Network/manuscript.ipynb)
27+
- [Neural networks]() by Graham Ganssle
28+
- [Manuscript as Jupyter Notebook](https://github.com/seg/tutorials-2018/blob/master/1808_Neural_networks/Manuscript.ipynb)
2929

3030
<hr />
3131

0 commit comments

Comments
 (0)