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

Number of hidden and output neurons for different dataset #18

Open
Abrar2652 opened this issue May 14, 2022 · 1 comment
Open

Number of hidden and output neurons for different dataset #18

Abrar2652 opened this issue May 14, 2022 · 1 comment

Comments

@Abrar2652
Copy link

Abrar2652 commented May 14, 2022

I have got a dataset of shape (2820520, 15), which has 14 independent features and 1 binary target feature. I'm performing SMOTE instead of undersampling on this QNN model using that particular dataset. What should be the number of neurons in this case? Is there anything that I need to modify for that particular dataset?

[Note: The features are not PCAs like credit card data]

@CatalinaAlbornoz
Copy link

Hi @Abrar2652, 14 neurons should do the job. Just to be sure you can test with a smaller subset of your dataset since you have over 2 million datapoints.

We can probably continue this conversation on our discussion forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants