| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | May 21 at 17:21 | |
| stats | profile views | 17 |
|
Apr 22 |
answered | fortmatting text python, use of floats? |
|
Apr 22 |
answered | Calling a variable from another function |
|
Apr 22 |
answered | How to convert Turkish chars to English chars in a string? |
|
Apr 18 |
comment |
Call a function of java in Python program Instead of giving negative votes, one can help with positive guidance. Obviously he is new to the community and does not know English very well, so instead degrading try to help if you can. I can not btw, I do not know how to solve your problem. |
|
Apr 18 |
comment |
Is there a more efficient way to code this game? (python) You can check coursera.org for free online lectures on python and there are also dozens of nice tutorials on the web. tutorialspoint.com/python may be a good start. With a little search and effort, you can easily grasp pythonic way of programming. Good luck=) |
|
Apr 17 |
answered | Is there a more efficient way to code this game? (python) |
|
Apr 15 |
comment |
text categorization classifiers Model is the primary outcome of your work in classification; all other things are for creating a good model that fits your needs. In that sense, trying to find a ready-to-use model is irrelevant and most probably impossible. This is mainly because the task you are trying to achieve, the corpus you are working on, the efficiency you need and all other aspects will be unique to you and your case; it is thus a matter of pure luck to find a model that will satisfy your goals. My advice is to get your hands dirty as soon as possible, good luck =) |
|
Apr 5 |
answered | text categorization classifiers |
|
Apr 5 |
comment |
using SVM for binary classification Also as far as I know, SVMlight requires a non-zero class label (the first value which is included in the beginning of a line). If you have a class labelled as 0, you may need to change it, which is not the case for this specific problem btw. |
|
Apr 5 |
awarded | Teacher |
|
Mar 21 |
comment |
SVM Light loader for scikit learn I don't know whether you can write to working memory and read from there or not, but I did not get the necessity of it. Why do you need such a memory efficient program? What is the average size of the text files you are willing to write to working memory? |
|
Mar 21 |
accepted | Feature Selection and Reduction for Text Classification |
|
Mar 21 |
comment |
Feature Selection and Reduction for Text Classification I appreciate your effort and thank you. I will have a look at the paper you included and try to make a use of it. Clustering is hell of a problem and much more ambiguous compared to classification, thus I am depending on luck from now on =) I wish you a successful thesis by the way, have a nice day. |
|
Mar 19 |
revised |
SVM Light loader for scikit learn added 968 characters in body |
|
Mar 19 |
answered | SVM Light loader for scikit learn |
|
Mar 18 |
revised |
Feature Selection and Reduction for Text Classification added 16 characters in body |
|
Mar 18 |
comment |
Feature Selection and Reduction for Text Classification I answered you in my question above. Please take a look. Thanks for your answer btw. |
|
Mar 18 |
revised |
Feature Selection and Reduction for Text Classification added 1456 characters in body |
|
Feb 21 |
accepted | Undoing a Bad Merge |
|
Feb 21 |
comment |
Undoing a Bad Merge @DietrichEpp Thanks for your guidance! Everything worked like a charm and the problem is solved. |