AnoushkaJain3
commited on
Commit
•
a8c3ed1
1
Parent(s):
88d31d6
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ The agreement amongst labelers is 80%.
|
|
17 |
|
18 |
There are two tutorial notebooks:
|
19 |
|
20 |
-
1. Model_based_curation_tutorial.ipynb
|
21 |
|
22 |
This notebook helps you apply pre-trained models to new recordings. Simply load the models and use them to label your spike-sorted data.
|
23 |
|
@@ -33,7 +33,9 @@ There are two tutorial notebooks:
|
|
33 |
|
34 |
These steps are explained in more detail in the Jupyter notebook in the files folder.
|
35 |
|
36 |
-
auto_label_units is the main function in this notebook.
|
|
|
|
|
37 |
API link to know the parameters:
|
38 |
(https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.auto_label_units)
|
39 |
|
@@ -49,12 +51,14 @@ There are two tutorial notebooks:
|
|
49 |
|
50 |
|
51 |
|
52 |
-
2. Train_new_model.ipynb
|
53 |
|
54 |
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.
|
55 |
Here you need to follow the three steps mentioned before but you need to provide your manually curated labels.
|
56 |
|
57 |
-
train_model is the main function in this notebook.
|
|
|
|
|
58 |
API link to know the parameters:
|
59 |
https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.train_model
|
60 |
|
|
|
17 |
|
18 |
There are two tutorial notebooks:
|
19 |
|
20 |
+
1. **Model_based_curation_tutorial.ipynb**
|
21 |
|
22 |
This notebook helps you apply pre-trained models to new recordings. Simply load the models and use them to label your spike-sorted data.
|
23 |
|
|
|
33 |
|
34 |
These steps are explained in more detail in the Jupyter notebook in the files folder.
|
35 |
|
36 |
+
**auto_label_units** is the main function in this notebook.
|
37 |
+
|
38 |
+
|
39 |
API link to know the parameters:
|
40 |
(https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.auto_label_units)
|
41 |
|
|
|
51 |
|
52 |
|
53 |
|
54 |
+
2. **Train_new_model.ipynb**
|
55 |
|
56 |
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.
|
57 |
Here you need to follow the three steps mentioned before but you need to provide your manually curated labels.
|
58 |
|
59 |
+
**train_model** is the main function in this notebook.
|
60 |
+
|
61 |
+
|
62 |
API link to know the parameters:
|
63 |
https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.train_model
|
64 |
|