extra readme

This commit is contained in:
Aleksander Mendoza 2021-05-25 11:20:37 +02:00
parent b167482d61
commit bc91e7b6f5

View File

@ -10,7 +10,9 @@ Output label is the probability of a paranormal subreddit.
# Pytorch logistic regression # Pytorch logistic regression
The code can be found in Logistic.py The code can be found in Logistic.py
Trained models end with .pth extension. Trained models end with .pth extension.
Geval results: Geval results:
``` ```
@ -22,6 +24,8 @@ Precision 0.6257
Recall 0.4094 Recall 0.4094
``` ```
Logs from training have been copy-pasted into `l1_epochs.txt` (for single-layer model) and `l2_epochs.txt (for two-layer model).
Sources Sources
------- -------