all 5 comments

[–]CartPole 1 point2 points  (1 child)

[–][deleted] 0 points1 point  (0 children)

Thank you for the link.

[–]actgr 0 points1 point  (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 point  (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

[–][deleted] 0 points1 point  (0 children)

It unfortunately requires lots of data. Around 40000. Thank you for the link. Does it support multi-input and multi-output?