Deep-Learning-Playground
Deep-Learning-Playground copied to clipboard
Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
**Describe the solution you'd like** Another dataset type that people can train are time series datasets (eg: stock forecasting). LSTMs, RNNs are examples of State of the Art architectures for...
### Feature Name CRUD Endpoints for Trainspace runs ### Your Name Karthik Subramanian ### Description ## Purpose DLP has migrated the underlying data representation of training requests of users to...
### Feature Name Migrate Object Detection Endpoint ### Your Name Karthik Subramanian ### Description DLP is migrating the training endpoints from Flask Blueprint to Django. This task requires creation of...
### Feature Name Refactor the rest of the backend training endpoints to /training ### Your Name Daniel Wu ### Description Add endpoints to /training so that: - /image trains an...
### Feature Name Replace Parts of Terraform With SST ### Your Name Daniel Wu ### Description SST is able to represent infrastructure as typescript code with its serverless stacks (stacks/AppStack.ts)...
### Feature Name Profile settings for receiving notifications by email or SMS. ### Your Name Austin Tsang ### Description When a user finishes train, they should be able to receive...
### Feature Name Create Train and Test Datasets from S3 for /training ### Your Name Daniel Wu ### Description As of right now, the training backend can only handle default...
### Feature Name Add "QuickTrainSpace" dashboard banner for convenient access to training models. Also changed refresh button color to blue since red color seemed out of place ### Your Name...