-
Notifications
You must be signed in to change notification settings - Fork 88
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
Compute neural network #95
Comments
Hi, thank you for using my lib! 😊 In your case you can just use |
Thank you very mush Sergio for your quick answer =) I'm trying to solve a simple problem for now to understand how your lib work. ` INeuralNetwork network = NetworkManager.NewSequential(TensorInfo.Linear(1),
This neural network should say me if a number is an even number or not. Could you explain me my error if you have the time ^^ ? |
Hi!
Sorry but I still don't understand how to compute neural network when the training is over.
Should I use:
network.ExtractDeepFeatures(input);
?The text was updated successfully, but these errors were encountered: