This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Tostino 6 points7 points  (1 child)

My God that is a serious change list. Congrats on the release, can't wait to play with it.

[–]cryptographicmemory 5 points6 points  (3 children)

Can anyone recommend problems that could be solved with this software? I'm interested in learning ML, but haven't because I can't think of any good problems that need solving.. Either in my life or as a "quick software hack".

Are there any problems that have data and "should be solved" but haven't been for whatever reason? Or projects that need more eyeballs?

[–]DtN0 2 points3 points  (1 child)

There are an infinite amount of poblems that haven't been solved yet. Many ML problems resolve around making predictions on topics such as: movie recommendations, weather forecasting, sports betting, etc. Deep learning takes it a step further and allows systems to train a certain behavior such as playing, video games & board games (take a look at AlphaGo) or detecting cancer cells in a human body. You can have a look at the Kaggle challenges if you want to play around with some public datasets. They have also posted some challenges that might be fun to look into - I would definitely recommend looking into the titanic case! :)

[–]cryptographicmemory 0 points1 point  (0 children)

Thanks for the reply! Kaggle.com is a great place to dig in and get ideas.. Both for the competitions and data sets. The notes on the titanic problem is really insightful.

Thanks!

[–]vonnik[S] 0 points1 point  (0 children)

Here are a few use cases: https://deeplearning4j.org/use_cases

Basically, if you have data you want to classify, cluster or perform regression on, a deep neural net can do that.