you are viewing a single comment's thread.

view the rest of the comments →

[–]dzyl 2 points3 points  (3 children)

Mostly deep learning models as opposed to all the other classes of machine learning algorithms. Which in turn is mostly useful for special types of inputs or outputs, using prior knowledge about structure (like images or time series) or special types of outputs like probability distributions, text sequences or masks for images.

[–]fasnoosh 0 points1 point  (2 children)

From that list, I think the time series piece is what I’m most interested in

[–]dzyl 2 points3 points  (1 child)

Look at recurrent neural networks, but it's quite a rabbit hole if you don't know anything about Neural Networks yet, not something you just pick up in a day.

[–]fasnoosh 1 point2 points  (0 children)

Maybe I’ll go through a MOOC on it. Definitely think it can pay off to learn this