You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
first of all, thank you for this fine peace of free software!
I have been using scikit-neuralnetwork 0.7 with scikit-learn 0.18.2, theano 0.7.0, and lasagne 0.1, when I noticed that learning halfspaces seems to be quite slow when the examples are high-dimensional vectors, e.g. dim >= 1000. These dimensions are quite normal when using tfidf vectors in text classification settings.
Processing 500 training examples (100-dimensional) and validating the success on another 500 test examples took almost 14 seconds (on an Intel i7-4790 CPU running at 3.6 GHz).
What would you recommend? Are high-dimensional input vectors the wrong use-case for scikit-neuralnetwork, i.e. I should use some other library instead?
I am looking forward to your answer.
Best regards,
Mario
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear developers,
first of all, thank you for this fine peace of free software!
I have been using scikit-neuralnetwork 0.7 with scikit-learn 0.18.2, theano 0.7.0, and lasagne 0.1, when I noticed that learning halfspaces seems to be quite slow when the examples are high-dimensional vectors, e.g. dim >= 1000. These dimensions are quite normal when using tfidf vectors in text classification settings.
A minimal working example (with runtime stats):
https://gist.github.com/hollma/f0d98bc5e58a6db34725dbce9ecdf9d1
Processing 500 training examples (100-dimensional) and validating the success on another 500 test examples took almost 14 seconds (on an Intel i7-4790 CPU running at 3.6 GHz).
What would you recommend? Are high-dimensional input vectors the wrong use-case for scikit-neuralnetwork, i.e. I should use some other library instead?
I am looking forward to your answer.
Best regards,
Mario
The text was updated successfully, but these errors were encountered: