Skip to content

Commit c45669f

Browse files
committed
remove Montesinos example from README
1 parent 6fef5cf commit c45669f

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

README.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -318,45 +318,6 @@ for example on 16 cores using [OpenCoarrays](https://github.com/sourceryinstitut
318318
$ cafrun -n 16 ./example_mnist
319319
```
320320

321-
### Montesinos-Lopez et al. (2018) univariate example
322-
323-
The Montesinos-Lopez et al. (2018) univariate example is extracted from the study:
324-
325-
```
326-
Montesinos-Lopez et al. 2018. Multi-environment genomic prediction of plant traits using deep learners with dense architecture. G3, 8, 3813-3828.
327-
```
328-
329-
This example uses the data from the dataset "Data\_Maize\_1to3", and was extracted using the R code in the Appendix of this paper.
330-
331-
332-
The Montesinos-Lopez univariate data is included with the repo and you will have to unpack it first:
333-
334-
```
335-
cd data/montesinos_uni
336-
tar xzvf montesinos_uni.tar.gz
337-
cd -
338-
```
339-
340-
### Montesinos-Lopez et al. (2018) multivariate example
341-
342-
The Montesinos-Lopez et al. (2018) multivariate example is extracted from the study:
343-
344-
```
345-
Montesinos-Lopez et al. 2018. Multi-trait, multi-environment deep learning modeling for genomic-enabled prediction of plant traits. G3, 8, 3829-3840.
346-
```
347-
348-
This example uses the data from the dataset "Data\_Maize\_set\_1", and was extracted using the R code in the Appendix B of this paper.
349-
350-
351-
The Montesinos-Lopez multivariate data is included with the repo and you will have to unpack it first:
352-
353-
```
354-
cd data/montesinos_multi
355-
tar xzvf montesinos_multi.tar.gz
356-
cd -
357-
```
358-
359-
360321
## Contributing
361322

362323
neural-fortran is currently a proof-of-concept with potential for

0 commit comments

Comments
 (0)