Skip to content

Commit d2a2466

Browse files
authored
Update readme.md
1 parent 710a6e7 commit d2a2466

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

book/hackathon/soundfx2024/readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ Additionally, we have reproduced examples from the paper "Comparisons of Interpo
1717
* Synthetic data results : ```./synthabma/```
1818
* Real data results : ```./real/```
1919

20-
In addition to traditional interpolation methods, our team has explored the implementation of a simple machine learning technique to interpolate the trace. We have utilized fully-connected network to predict the missing seismic traces by training them on a decimated version of the real data.
20+
In addition to traditional interpolation methods, our team has explored the implementation of a straight-forward machine learning technique to interpolate the trace. We utilize fully-connected network to predict the missing seismic traces by training them on a decimated version of the real data.
21+
22+
* Machine Learning : ```SFX_ML.ipynb```
2123

2224
### Key milestones
2325

2426
* **Synthetic Data Reproduction**: All synthetic results from Spitz's 1991 paper are meticulously recreated, allowing for validation and exploration of the F-X interpolation method.
2527
* **Application on real data and comparison with alternate methods**: Reproduced examples from Abma and Kabir's 2005 paper which provide insights into the performance of interpolation methods and comparison on real data examples, bridging the gap between theory and field application.
26-
*
28+
* **Application of machine leanring**: The trained fully-connected Artificial Neural Netwrok (ANN) is able to reconstruct the missing traces in our real data examples.
29+
30+
### Summary
31+
32+
Our project not only aims to reproduce the methodologies outlined in these papers but also provides a comprehensive resource for researchers and practitioners interested in seismic data interpolation techniques. We believe integrating our project to **Madagascar software package** will allow other researchers to utilize and build upon these results.
33+

0 commit comments

Comments
 (0)