Update README.md
Browse files- Fix typos + links
- Update article title
README.md
CHANGED
|
@@ -17,8 +17,8 @@ The classes are:
|
|
| 17 |
- fetal
|
| 18 |
- newborn
|
| 19 |
|
| 20 |
-
The model is a simple
|
| 21 |
|
| 22 |
See the .o and .e files for training details. More information is also available on Comet ML, in the rabyj/epiclass project. The ID of this training run is [91214ed0b1664395b1826dc69a495ed4](https://www.comet.com/rabyj/epiclass/91214ed0b1664395b1826dc69a495ed4)
|
| 23 |
|
| 24 |
-
For more context, see the associated publication: Leveraging
|
|
|
|
| 17 |
- fetal
|
| 18 |
- newborn
|
| 19 |
|
| 20 |
+
The model is a simple dense feedforward neural network, with one hidden layer of 3000 nodes. The model was trained using PyTorch Lightning. See Github repository [labjacquespe/EpiClass](https://github.com/labjacquespe/epiclass/blob/master/src/python/epiclass/core/model_pytorch.py) for model code.
|
| 21 |
|
| 22 |
See the .o and .e files for training details. More information is also available on Comet ML, in the rabyj/epiclass project. The ID of this training run is [91214ed0b1664395b1826dc69a495ed4](https://www.comet.com/rabyj/epiclass/91214ed0b1664395b1826dc69a495ed4)
|
| 23 |
|
| 24 |
+
For more context, see the associated publication: [Leveraging a large harmonized epigenomic data collection for metadata prediction to validate and augment over 350,000 public epigenomic datasets](https://www.biorxiv.org/content/10.1101/2025.09.04.670545v1)
|