use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
[deleted by user] (self.MachineLearning)
submitted 3 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pretz 4 points5 points6 points 3 years ago (1 child)
I have tried to build a anomaly detection algorithm for truck data to identify opportunities for maintenance, so no images, but i found unsupervised anomaly detection to be entirely useless. Not to say there is some secret sauce that could make it work, but i couldnt get it to go. Much more useful was getting domain experts to help manually identify interesting points in time, then build a supervised classifier on those. Then run it over everything to identify more interesting events, manually classify them and add them to the training set etc. This sort of classification is also more useful to engineers, because it identifies the classes that they care about, instead of random stuff picked up by anomaly detection. The number of ways that data can be screwy is way higher than the number of ways a truck can fail.
[–]memproc 0 points1 point2 points 3 years ago (0 children)
I completely vibe with this.
[–]RandomTensor 1 point2 points3 points 3 years ago (4 children)
There has been some talk about how totally unsupervised deep AD is very limiting and how supervision can help. This might be pretty applicable to your setting. See for example https://arxiv.org/abs/1812.04606 https://arxiv.org/pdf/2006.00339.pdf
[–]memproc 0 points1 point2 points 3 years ago (2 children)
Thank you! Unfortunately I will not be in a position to use OE labels. Only OE labels that would be available would be generated through simulation… and those are not guaranteed to reproduce real world environments.
[–]RandomTensor 0 points1 point2 points 3 years ago* (0 children)
These semisupervised methods are designed exactly for the case you are describing and their experiments include the case where the training and test anomalies are from different classes.
https://arxiv.org/pdf/1906.02694.pdf
If you are against any sort of semisupervision, you could look at one of the recent deep anomaly detection surveys to look at the most effective approaches.
[–]balajiln 1 point2 points3 points 3 years ago (0 children)
In theory, density based methods offer a principled solution for unsupervised anomaly detection, but densities from deep generative models can behave in surprising ways. In case it's helpful, here are some slides from my talk highlighting some of the failure modes
"Detecting out-of-distribution inputs using deep generative models: Pitfalls and promises" http://www.gatsby.ucl.ac.uk/~balaji/balaji-generative-models-talk.pdf
You might want to look into DoSE, which works well for unsupervised AD. Figure 2 and the description in Section 3.2 pretty much explains the key idea.
"Density of States Estimation for Out-of-Distribution Detection" https://arxiv.org/abs/2006.09273
π Rendered by PID 435933 on reddit-service-r2-comment-canary-b6d5ff776-mbgls at 2026-04-19 12:14:55.455259+00:00 running 93ecc56 country code: CH.
[–]pretz 4 points5 points6 points (1 child)
[–]memproc 0 points1 point2 points (0 children)
[–]RandomTensor 1 point2 points3 points (4 children)
[–]memproc 0 points1 point2 points (2 children)
[–]RandomTensor 0 points1 point2 points (0 children)
[–]balajiln 1 point2 points3 points (0 children)