-
Notifications
You must be signed in to change notification settings - Fork 8
Examples to locally test DLP
vidushiMaheshwari edited this page Aug 6, 2022
·
4 revisions
The website already populates a sample architecture (the one with Linear(4, 10), ReLU(), Linear(10, 3), Softmax()
). Use that
Default Dataset: IRIS
Loss: CELoss()
Problem Type: Classification
Epochs: Any positive integer
Default Dataset: California Housing
Loss: MSELoss()
Problem Type: Regression
Architecture: Linear(8, 10), ReLU(), Linear(10, 1)
(note that there is no softmax)
Using the website's default values, you can choose any of the default dataset.
To check file upload training, you first have to click the upload button and wait for the backend to recieve it (wait for the message "dropzone has finished working" in your python shell). Then you hit the training button.
- Home
- Terraform
- Bearer-Token-Gen-Script
- Frontend-Backend Communication Documentation
- Backend Documentation (backend)
-
driver.py
- AWS Helper Files (backend.aws_helpers)
- Dynamo DB Utility Files (aws_helpers.dynamo_db_utils)
- AWS Secrets Utility Files (aws_secrets_utils)
- AWS Batch Utility Files (aws_batch_utils)
- Firebase Helper Files (backend.firebase_helpers)
- Common Files (backend.common)
-
constants.py
-
dataset.py
-
default_datasets.py
-
email_notifier.py
-
loss_functions.py
-
optimizer.py
-
utils.py
- Deep Learning Files (backend.dl)
- Machine Learning Files (backend.ml)
- Frontend Documentation
- Bug Manual
- Developer Runbook
- Examples to locally test DLP
- Knowledge Share