-
Notifications
You must be signed in to change notification settings - Fork 140
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
is it possible to add more methods like RNN or CNN from keras? #51
Comments
It is definitely possible, but this is not one of our priorities right now. If you would like to do it yourself, you can add a new classifier by creating a JSON file in the We are working on a contributor guide that will go over this process in more detail, but you should go ahead and try it out! If you're able to successfully add a new method, you can create a pull request and we'll merge it in. |
Thanks, I will try! |
Please let us know if you come across any snags along the way. We want to make it as easy as possible for contributors to add new classifiers! |
Sure I will tell you guys if so. |
This would be fulfilled by #113 which provides keras models |
Closing in favor of #113 issue. |
Hi all,
Just wonder is it possible if I want to use methods from keras to build CNN? Since there are all basic classifiers from sklearn in the methods for now. And does it accept 3d input?
The text was updated successfully, but these errors were encountered: