-
Notifications
You must be signed in to change notification settings - Fork 236
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
How to run? #7
Comments
'self' is supposed to be not interfaced with by the programmer. It is for the program/interpreter to understand that the method works on the instance/object for which it is defined. As for running the program, read this part of the README.md |
Understanding the "self" Parameter: How to Run the Program: Open a terminal or command prompt. Execute the following command: This will initiate the brute force testing of every network. When you run The program will print information about the trained networks, including their parameters and accuracy. |
So you have the defined functions but how do you run it? I don't know what to put as the "self" parameter of all the functions
The text was updated successfully, but these errors were encountered: