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

xNN - Adding another neuron and the effect on the training data #1637

Open
Thorlogy opened this issue Feb 27, 2024 · 2 comments
Open

xNN - Adding another neuron and the effect on the training data #1637

Thorlogy opened this issue Feb 27, 2024 · 2 comments
Labels
enhancement New feature or request frontend good first issue Good for newcomers

Comments

@Thorlogy
Copy link

Describe the bug
if a new column is added to the training data, the assignment of the data no longer matches the columns

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'OR LAB'
  2. Click on '.xNN learn
  3. Add trainnigs data
  4. Click on xNN Define
  5. Add neuron
  6. Click on xNN learn
  7. See error

Expected behavior
The data entered should be linked to the columns (neurons).

Screenshots
image

image

Device information

  • Type laptop
  • OS: MacOS
  • Browser chrome
@rbudde
Copy link
Contributor

rbudde commented Feb 27, 2024

needs a new strcture of the data table internally and externlly for both learn and define and both upload and typing. Could be a small student project. I tag it as visible on the right side.

@rbudde rbudde added enhancement New feature or request good first issue Good for newcomers frontend labels Feb 27, 2024
@rbudde
Copy link
Contributor

rbudde commented Feb 27, 2024

It's not a big problem for users, as the standard workflow is to define the net structure (depending on sensors, actuators) and then training data. If the data is reused, the data will be put into a csv file. After changing the net structure it is easy to edit the csv file. In almost all cases (beside pure demonstations as we do sometimes), you have to think about the data and change the values anyhow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

2 participants