-
Notifications
You must be signed in to change notification settings - Fork 4
Machine learning examples #15
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
base: master
Are you sure you want to change the base?
Conversation
This PR needs to be rebased on the current master state and mypy typings should be added |
95d2870
to
0268f66
Compare
There were mypy issues, but those were from files I haven't touched. Should I go in and fix those too? |
Could you please paste the screenshot or traceback of those errors? |
These were the mypy errors that failed the check:
|
Is |
This PR introduces a directory of common examples taken from the old high-level python library to serve as examples in the new high-level python API.
This PR introduces a new examples file including:
mnist_common.py
logistic_regression.py
Makes changes to files:
init.py - added lookup to the functions that's imported from the arrayfire library on initialization
array.py - added lookup to the list of visible functions