Upload neural_image_classifier_model.pth
Browse filesThe Kernel Neural Image model Convolutional Neural Network alone achieves accurate results on predicting laughter vs. non-laughter when an input image of the live kernel brain is used as input to the network. The model uses pre-trained weights from resnet-18 as well as frames from the Lex Fridman podcast.
The dataset is available [here](https://huggingface.co/datasets/evdev3/kernel-neural-data):
from datasets import load_dataset
# Login using e.g. `huggingface-cli login` to access this dataset
ds = load_dataset("evdev3/kernel-neural-data")
neural_image_classifier_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3a1ece021f43d12014087d9dffd2cb5ac569ff59eb5462c0b97d70a9d901ae2
|
3 |
+
size 44792978
|