Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Add 'Neural Network' as model creation option. #1108

Open
alantao912 opened this issue Jan 22, 2024 · 3 comments
Open

[FEATURE]: Add 'Neural Network' as model creation option. #1108

alantao912 opened this issue Jan 22, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@alantao912
Copy link
Contributor

alantao912 commented Jan 22, 2024

Feature Name

Create Feedforward Neural Networks

Your Name

Alan Tao

Description

Allow users to create feed forward neural networks by clicking on 'Create Model' on the trainspace dashboard.

Clicking on the 'Create Model' button, should lead the user to a configuration screen where they should be allowed to interactively drag and drop layers to the neural network as well as modify the details of each layer including number of neurons and activation function.

The same configuration screen should also prompt the user for all of the existing parameters shown in this screenshot:
image

There should be a visualization of the network's architecture that is updated in real time as the user modifies parameters/adds more layers. Something that looks similar to this:

Untitled

In other words, all of the existing configuration steps when creating the current TABULAR model (excluding the dataset upload step), should be combined into a single configuration page. This is an open ended task so feel free to apply your own creativity toward designing the layout of this monolithic configuration page. PR reviewers will iteratively provide feedback.

@alantao912 alantao912 added the enhancement New feature or request label Jan 22, 2024
Copy link
Contributor

Hello @alantao912! Thank you for submitting the Feature Request Form. We appreciate your contribution. 👋

We will look into it and provide a response as soon as possible.

To work on this feature request, you can follow these branch setup instructions:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. Create a new branch specific to this feature request using the issue number:
```
 git checkout -b feature-1108
```

Feel free to make the necessary changes in this branch and submit a pull request when you're ready.

Best regards,
Deep Learning Playground (DLP) Team

@alantao912
Copy link
Contributor Author

alantao912 commented Jan 22, 2024

Whoever the assignee is, feel free to reach out to me for clarification.

@karkir0003
Copy link
Member

@alantao912, how's this task coming along? what's the priority of this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

4 participants