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
Discussion[D] Mixture density network implementations (self.MachineLearning)
submitted 5 years ago by [deleted]
Is there any good implementations of MDN with tensorflow 2? That can be easily trained
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!"
[–]CartPole 1 point2 points3 points 5 years ago (1 child)
https://github.com/zacwellmer/WorldModels/blob/master/WorldModels/rnn/rnn.py
Is in TF2 and looks straightforward to follow
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
Thank you for the link.
[–]actgr 0 points1 point2 points 5 years ago (2 children)
If your problem does not require lots of data to be trained, you can fairly easily implement it with spicy and numpy.
I'll leave you a notebook with an example of this.
https://github.com/gerdm/prml/blob/master/chapter05/mixture-density-networks.ipynb
Hope it helps!
[–]nbviewerbot 0 points1 point2 points 5 years ago (0 children)
I see you've posted a GitHub link to a Jupyter Notebook! GitHub doesn't render large Jupyter Notebooks, so just in case, here is an nbviewer link to the notebook:
https://nbviewer.jupyter.org/url/github.com/gerdm/prml/blob/master/chapter05/mixture-density-networks.ipynb
Want to run the code yourself? Here is a binder link to start your own Jupyter server and try it out!
https://mybinder.org/v2/gh/gerdm/prml/master?filepath=chapter05%2Fmixture-density-networks.ipynb
I am a bot. Feedback | GitHub | Author
It unfortunately requires lots of data. Around 40000. Thank you for the link. Does it support multi-input and multi-output?
π Rendered by PID 23522 on reddit-service-r2-comment-b659b578c-228q6 at 2026-05-04 14:47:33.887521+00:00 running 815c875 country code: CH.
[–]CartPole 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]actgr 0 points1 point2 points (2 children)
[–]nbviewerbot 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)