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

Implement neural architecture search example #3

Open
kris-brown opened this issue Dec 1, 2021 · 0 comments
Open

Implement neural architecture search example #3

kris-brown opened this issue Dec 1, 2021 · 0 comments

Comments

@kris-brown
Copy link
Collaborator

Given a dataset of n features, we want to learn a function ℝⁿ ⟶ ℝ that fits the data without overfitting it. Fixing the method of training the model, the free parameter that decides what our function will be is the architecture of the network. The model space has networks with n inputs and one output.

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

1 participant