-
Notifications
You must be signed in to change notification settings - Fork 8
Home
karkir0003 edited this page Jun 28, 2022
·
23 revisions
Deep Learning Playground is a project aimed at democratizing access to Machine Learning and Deep Learning in a low-code/no-code manner. Our team strongly believes that Machine Learning and Deep Learning can and will be done without the necessity to write code. In order to accelerate to the future, we have built interfaces where users can load in their datasets, select the configurations, drag/drop the building blocks. With one click of a button, the user will get helpful analytics in order to help them prototype their model and we give code that they can directly copy/paste into their individual project.
TLDR: Make ML and DL as easy as drag/drop and clicking buttons just like Scratch.
- 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