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: book/hackathon/soundfx2024/readme.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,17 @@ Additionally, we have reproduced examples from the paper "Comparisons of Interpo
17
17
* Synthetic data results : ```./synthabma/```
18
18
* Real data results : ```./real/```
19
19
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```
21
23
22
24
### Key milestones
23
25
24
26
***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.
25
27
***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.
0 commit comments