I\'m trying to research existing works in the area of recognizing complex graphical gestures, but struggling to find good search terms or clear documents in the field.
I need to train a naive Bayes classifier on two corpuses consisting of approx. 15,000 tokens each. I\'m using a basic bag of words feature extractor with binary labeling and I\'m wondering if NLTK is
I have a trading strategy on the foreign exchange market that I am attempting to improve upon. I have a huge table (100k+ rows) that represent every possible trade in the market, the type of trade (b
I\'m planning of implementing a document ranker which uses neural networks. How can one rate a document by taking in to consideration the ratings of similar articles?. Any good python libraries for do
I have read through Lingpipe for N开发者_开发问答LP and found that we have a capability there to identify mentions of names of people, locations and organizations. My questions is that if I have a tra
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have an AI that is good at playing Connect 4 (using minimax). Now I want to use some machine learning algorithm to learn from this AI that I have, and I would like to do that by just letting them pl
I read about logistic regression on Wikipedia and it talks of t开发者_运维百科he equation where z, the output depends on the values of beta1, beta2, beta3, and so on which are termed as regression coe
This is in the context of doing sentiment analysis using LingPipe machine learning tool. I have to classify if a sentence in a big paragraph has a positive/negative sentiment. I know of the following