English 中文(简体)
机器学习如何利用用户的Facebook兴趣作出决定
原标题:Machine learning how to use the Facebook interest of a users to give a decision

I m trying to figure out a way I could represent a Facebook user as a vector. I decided to go with stacking the different attributes/parameters of the user into one big vector (i.e. age is a vector of size 100, where 100 is the maximum age you can have, if you are lets say 50, the first 50 values of the vector would be 1 just like a thermometer). I just can t figure out a way to represent the Facebook interests as a vector too, they are a collection of words and the space that represents all the words is huge, I can t go for a model like a bag of words or something similar. Does anyone know how I should proceed? I m still new to this, any reference would be highly appreciated.

在希望否决表决的情况下,我只想知道这个问题有什么错误,以便我能够改进措辞和背景。

成就

最佳回答

“权利”办法取决于你的学习算法是什么以及决定问题是什么。

然而,代表年龄作为单一数字特征而不是100个指标特征往往更好。 这样一来,学习算法就不必学习这些百种特征(摇摇摇摇摇摇摇篮)之间的关系,而问题涉及的方面却少了99个,使事情更加美好。

为了模仿这些利益,你不妨首先采用一种极高的言辞模式,然后使用各种备选办法之一来降低层面:

问题回答

暂无回答




相关问题
Resample Filter of WEKA - How to interpret the result

I am currently strugeling with a machine learning problem whereas I have to deal with great unbalanced data sets. That is, there are six classes ( 1 , 2 ... 6 ). Unfortunately there are e.g. for class ...

How to recognize rectangles in this image?

I have a image with horizontal and vertical lines. In fact, this image is the BBC website converted to horizontal and vertical lines. My problem is that I want to be able to find all the rectangles in ...

Question About Using Weka, the machine learning tool

I m using the explorer feature of Weka for classification. So I have my .arff file, with 2 features of NUMERIC value, and my class is a binary 0 or 1 (eg {0,1}). Sample: @RELATION summary @...

Implementing a linear, binary SVM (support vector machine)

I want to implement a simple SVM classifier, in the case of high-dimensional binary data (text), for which I think a simple linear SVM is best. The reason for implementing it myself is basically that ...

libsvm model file format

According to this FAQ the model format in libsvm should be straightforward. And in fact it is, when I call just svm-train. As an example, the first SV for the a1a dataset is 1 3:1 11:1 14:1 19:1 39:...

Competitive Learning in Neural Networks

I am playing with some neural network simulations. I d like to get two neural networks sharing the input and output nodes (with other nodes being distinct and part of two different routes) to compete. ...

热门标签