prediction
Basic Pseudocode for using SVD with Movielens/Netflix type data set
I\'m struggling to figure out how exactly to begin using SVD with 开发者_JAVA百科a MovieLens/Netflix type data set for rating predictions. I\'d very much appreciate any simple samples in python/java,[详细]
2023-02-16 09:52 分类:问答Using LIBSVM to predict authenticity of the user
I am planning on using LibSVM to predict user authenticity in web applications. (1) 开发者_开发百科Collect Data on particular user behavior(eg. LogIn time, IP Address, Country etc.)[详细]
2023-02-16 05:44 分类:问答Artificial Intelligence/Rules to guess user taste in Apparel/Clothing
Are there standard rules engine/algorithms around AI that would predict the user taste on a particular kind of product li开发者_如何学JAVAke clothes.[详细]
2023-02-08 16:10 分类:问答How to test time series model?
I am wondering what the good approach for testing time series model would be. Suppose I have a time series in a time domain t1,t2,...tN. I have inputs, say, zt1, zt2,...ztN and output x1,x2...xN.[详细]
2023-02-06 22:20 分类:问答Heuristic to predict Name or Company
Problem We are recieving strings and they may either represent a company name or a person\'s name. We need a heuristic to determine this.[详细]
2023-02-06 05:49 分类:问答Predict values from sinusoidal noise
Background Using R to predict the next values in a series. Problem The following code generates and plots a model for a curve with some uniform noise:[详细]
2023-02-01 04:19 分类:问答Using SlopeOne algorithm to predict if a gamer can complete a level in a Game?
I am planning to use SlopeOne algorithm to predict if a gamer can complete a given level in a Game or not?[详细]
2023-01-26 16:08 分类:问答__builtin_expect from GCC with probability
__builtin_expect from GCCcan be used by programmer to show which variants are expected to be very often and which are rare. But__builtin_expect have only \"true\" and \"false\" (0% or 100% probability[详细]
2023-01-25 21:53 分类:问答What are good algorithms for detecting abnormality?
Background Here is the problem: A black box outputs a new number each day. Those numbers have been recorded for a period of time.[详细]
2023-01-17 08:10 分类:问答Making predictions from a CV
I have a database with many CVs, including structured data of the gender, age, address, number of years of education, and many other parameters of each person.[详细]
2023-01-17 04:34 分类:问答