Ask HN: What are the most fun-to-play-with open source deep learning projects?
I have temporary access to a monster PC (32core thread ripper + 2x2080ti).
I've been playing with deep fakes which is fun (I look good as Neo fighting Morpheus).
But what other fun + awesome open source projects can I run with it before I have to give it back?
I'm a programmer (making apps, websites, games etc). But don't have a lot of deep learning experience though want to learn.
Any suggestions?
Thanks!
24 comments
[ 3.1 ms ] story [ 63.5 ms ] threadLike you, I have barely any ML experience so it was nice to be able to still finish what I set out to achieve.
I write a simple tutorial and sample code base -> https://ajaxdavis.com/post/An-Open-Source-Computer-vision-mo...
The main work is preparing the training data. Making sure the faces are detected correctly and not accidentally one of another person. It is very tedious work!
I find it interesting because, in theory, the learned policies transfer to real-world robots, and the time is nigh for development in that area. Plus you get to watch it do funky robot shit and slowly get better.
If you want a quick way to dive in, I have a repo[2] I've been using to train on a variety of PCs and Google Colab[3]. The task is a Panda robot pushing a randomly placed object. I had some trouble getting it all working with recent Keras at first, so my repo might save you time.
Email me[4] if you get stuck.
[0] https://gym.openai.com/
[1] https://pybullet.org/
[2] https://github.com/tlack/rl-experiments
[3] https://colab.research.google.com/drive/1HGmKMGwW_emok157ENr...
[4] lackner@gmail.com
https://runwayml.com/
Or for a real competition, the OpenAI ProcGen Benchmark is really heating up!
https://www.aicrowd.com/challenges/neurips-2020-procgen-comp...