AnoushkaJain3
commited on
Commit
•
8524936
1
Parent(s):
fcd083f
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ There are two tutorial notebooks:
|
|
19 |
|
20 |
1. Model_based_curation.ipynb
|
21 |
|
22 |
-
|
23 |
|
24 |
|
25 |
``` python
|
@@ -33,7 +33,7 @@ There are two tutorial notebooks:
|
|
33 |
|
34 |
2. Train_new_model.ipynb
|
35 |
|
36 |
-
If
|
37 |
|
38 |
|
39 |
``` python
|
|
|
19 |
|
20 |
1. Model_based_curation.ipynb
|
21 |
|
22 |
+
This notebook helps you apply pretrained models to new recordings. Simply load the models and use them to label your spike-sorted data.
|
23 |
|
24 |
|
25 |
``` python
|
|
|
33 |
|
34 |
2. Train_new_model.ipynb
|
35 |
|
36 |
+
If you have your own manually curated data (e.g., from other species), this notebook allows you to train a new model using your specific data.
|
37 |
|
38 |
|
39 |
``` python
|