NamProlah commited on
Commit
2a8fd6d
·
1 Parent(s): af1bda1

Upload 23 files

Browse files
.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

  • SHA256: 2931c140ae8684d463b0753ecac519af6c3b07359551a25089a54b7f7e643a35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
notebooks/images/DataPrep-RecommenderDatabase-Stats.png ADDED
notebooks/images/DataPrep-TestDataset-16Samples.png ADDED

Git LFS Details

  • SHA256: 2931c140ae8684d463b0753ecac519af6c3b07359551a25089a54b7f7e643a35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
notebooks/images/DataPrep-TestDataset-Stats.png ADDED
notebooks/images/DataPrep-TrainDataset-16Samples.png ADDED

Git LFS Details

  • SHA256: ee007035f7cc435fd49d90f24c995c6fad75a4ce38742c57f2112aeb6b58aa75
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
notebooks/images/DataPrep-TrainDataset-Stats.png ADDED
notebooks/images/EDA-RawDataset-16Samples.png ADDED

Git LFS Details

  • SHA256: 1244e7909166fad805fc67b8e75d2e9d3c8cb7a7ad93c7901e8bc192ae199773
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
notebooks/images/EDA-RawDataset-Stats.png ADDED
notebooks/images/Recommender-Example-Results.png ADDED

Git LFS Details

  • SHA256: e883cb72bcd035ebcff0f43648229146f510158db3ddb584e7b1f869193ad5e1
  • Pointer size: 132 Bytes
  • Size of remote file: 3.47 MB
notebooks/images/clf-ann-16SamplePredictions.png ADDED

Git LFS Details

  • SHA256: 30f6d142401523519e1b6ad4f2b38a3c2c0a13567147044fa20ed5728379fb81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
notebooks/images/clf-ann-Diagram.png ADDED
notebooks/images/clf-ann-LearningCurve.png ADDED
notebooks/images/clf-cnn-16SamplePredictions.png ADDED

Git LFS Details

  • SHA256: a1721311a26279a65a4465d1073e4043dc960da0ad9c1a11a0b2b5625c3d32b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
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
+ }