Upload 23 files
Browse files- .gitattributes +7 -0
- notebooks/Step1.EDA.ipynb +0 -0
- notebooks/Step2.DataPrep.ipynb +0 -0
- notebooks/Step3.Classifier-ANN-BaselineModel.ipynb +0 -0
- notebooks/Step4.Classifier-CNN.ipynb +0 -0
- notebooks/Step5.Recommender.ipynb +0 -0
- notebooks/__init__.py +0 -0
- notebooks/images/DataPrep-RecommenderDatabase-16Samples.png +3 -0
- notebooks/images/DataPrep-RecommenderDatabase-Stats.png +0 -0
- notebooks/images/DataPrep-TestDataset-16Samples.png +3 -0
- notebooks/images/DataPrep-TestDataset-Stats.png +0 -0
- notebooks/images/DataPrep-TrainDataset-16Samples.png +3 -0
- notebooks/images/DataPrep-TrainDataset-Stats.png +0 -0
- notebooks/images/EDA-RawDataset-16Samples.png +3 -0
- notebooks/images/EDA-RawDataset-Stats.png +0 -0
- notebooks/images/Recommender-Example-Results.png +3 -0
- notebooks/images/clf-ann-16SamplePredictions.png +3 -0
- notebooks/images/clf-ann-Diagram.png +0 -0
- notebooks/images/clf-ann-LearningCurve.png +0 -0
- notebooks/images/clf-cnn-16SamplePredictions.png +3 -0
- notebooks/images/clf-cnn-Diagram.png +0 -0
- notebooks/images/clf-cnn-LearningCurve.png +0 -0
- notebooks/images/fe-cnn-Diagram.png +0 -0
- notebooks/upload-model.ipynb +24 -0
.gitattributes
CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
notebooks/images/clf-ann-16SamplePredictions.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
notebooks/images/clf-cnn-16SamplePredictions.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
notebooks/images/DataPrep-RecommenderDatabase-16Samples.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
notebooks/images/DataPrep-TestDataset-16Samples.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
notebooks/images/DataPrep-TrainDataset-16Samples.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
notebooks/images/EDA-RawDataset-16Samples.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
notebooks/images/Recommender-Example-Results.png filter=lfs diff=lfs merge=lfs -text
|
notebooks/Step1.EDA.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/Step2.DataPrep.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/Step3.Classifier-ANN-BaselineModel.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/Step4.Classifier-CNN.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/Step5.Recommender.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/__init__.py
ADDED
File without changes
|
notebooks/images/DataPrep-RecommenderDatabase-16Samples.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/DataPrep-RecommenderDatabase-Stats.png
ADDED
![]() |
notebooks/images/DataPrep-TestDataset-16Samples.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/DataPrep-TestDataset-Stats.png
ADDED
![]() |
notebooks/images/DataPrep-TrainDataset-16Samples.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/DataPrep-TrainDataset-Stats.png
ADDED
![]() |
notebooks/images/EDA-RawDataset-16Samples.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/EDA-RawDataset-Stats.png
ADDED
![]() |
notebooks/images/Recommender-Example-Results.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/clf-ann-16SamplePredictions.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/clf-ann-Diagram.png
ADDED
![]() |
notebooks/images/clf-ann-LearningCurve.png
ADDED
![]() |
notebooks/images/clf-cnn-16SamplePredictions.png
ADDED
![]() |
Git LFS Details
|
notebooks/images/clf-cnn-Diagram.png
ADDED
![]() |
notebooks/images/clf-cnn-LearningCurve.png
ADDED
![]() |
notebooks/images/fe-cnn-Diagram.png
ADDED
![]() |
notebooks/upload-model.ipynb
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [],
|
3 |
+
"metadata": {
|
4 |
+
"kernelspec": {
|
5 |
+
"display_name": ".venv",
|
6 |
+
"language": "python",
|
7 |
+
"name": "python3"
|
8 |
+
},
|
9 |
+
"language_info": {
|
10 |
+
"codemirror_mode": {
|
11 |
+
"name": "ipython",
|
12 |
+
"version": 3
|
13 |
+
},
|
14 |
+
"file_extension": ".py",
|
15 |
+
"mimetype": "text/x-python",
|
16 |
+
"name": "python",
|
17 |
+
"nbconvert_exporter": "python",
|
18 |
+
"pygments_lexer": "ipython3",
|
19 |
+
"version": "3.10.11"
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"nbformat": 4,
|
23 |
+
"nbformat_minor": 2
|
24 |
+
}
|