0
votes
0answers
55 views

How to identify a new pattern in a URL with a machine learning algorithm (Text mining)

I am trying to identify new patterns after analyzing a number of URLs. So let's say, I am investigating the hypothetical website Yoohle.com and their URLs have the following structure. domain = ...
0
votes
0answers
162 views

How helpful is a quant job in Goldman Sachs for later PhD in Machine Learning?

I am a masters in Computer Science and am interested in pursuing a career in Machine Learning, possibly academic, in the long run. I have been offered a position related to Financial Modelling at ...
2
votes
1answer
42 views

How can I estimate a score for my users, on if they will match ad campaign criteria?

I have ad campaigns that I want to display to users. Each one has criteria a user must meet in order for them to be valid for the campaign. For example, "User must be in the USA", or "User must like ...
1
vote
1answer
45 views

Non-exclusive categorical model

I have a project to model users with characteristic tags (e.g. runner, cyclist, swimmer, vegan, pianist) in order to correlate user behaviour to these labels. Obviously a user can have multiple ...
2
votes
1answer
63 views

Relation between different ML models

Is there a paper or book that talks about the mathematical relation between different machine learning models - how they are different and how they can (sometimes) be equivalent? For instance ...
2
votes
0answers
175 views

Genetic algorithms, genetic programming or machine learning algorithms for solving this problem

I have a problem that consists of finding the optimal solution based on the following criteria: Logic for identifying that event A has occurred (i.e. "find" logic that most accurately categorises an ...
2
votes
1answer
204 views

Multiclass SVM + Ineffective X Validation, Time Series Prediction

I've recently run into an interesting and rather odd problem with cross validating a multiclass SVM that I can't figure out. Basically, I have a timeseries to predict and have created a dataset of ...
0
votes
1answer
151 views

Error metric for a regression model with two dependent variables

I'm working on an algorithm that estimates two parameters of its input data. I have a representative set of samples with the true parameters, to act as a ground truth. As this algorithm uses a ...
9
votes
4answers
366 views

Which statistical classification algorithm can predict true/false for a sequence of inputs?

Given a sequence of inputs, I need to determine whether this sequence has a certain desired property. The property can only be true or false, that is, there are only two possible classes that a ...
1
vote
1answer
120 views

Algorithms for predicting a couple points in the future

I'm familiar with supervised learning algorithms like regression and neural networks which look at a bunch of input points and learn a function which outputs a value (the value varying depending on ...
2
votes
1answer
142 views

How to get started in data-relation algorithms and mathematics?

I am very interested in the concepts and discussions taking place here. However, I'm not entirely sure what this field of study is called or what the many branches of study are being discussed here ...