Machine Learning World
12.1K subscribers
113 photos
18 videos
17 files
977 links
The best of Machine Learning World
@devs_world - the best materials for developers

Our fund instagram to help homeless animals: https://www.instagram.com/ukraineanimalhelp/

Contacts: @anikishaev | [email protected]
Download Telegram
Machine Learning World pinned Β«Hello, friends πŸŽ‰ After 2 months of sleepless nights and battles with gradients, we're happy to share with you our new online course about Machine Learning - β€œObject Detection with PyTorch” https://learnml.today You may ask why we did it if there are so many…»
Create 3D scene from 1-2 images
https://arxiv.org/abs/1911.04554
How make smaller and faster network by knowledge got from big one?
https://blog.floydhub.com/knowledge-distillation/
IMG_9851.mp4
13.6 MB
DeepFake that we deserved
South Korea has created an entire city for testing self-driving cars with 35 kinds of road test facilities. Here is the video from BuzzFeed news
Here is new paper https://arxiv.org/abs/1911.08541 on debluring images. if you look closer you will notice that all blur was done almost with linear motion. Such blur can be removed without NN at all.
Canon already use this method in their cameras for software stabilization.
For example here paper on restoring licence plate after motion blur without NN https://iopscience.iop.org/article/10.1088/1757-899X/263/4/042024/pdf
Or here with deblur kernel estimation https://www.cse.cuhk.edu.hk/~leojia/projects/robust_deblur/
​​Hey friends, I want to share a great job opportunity with you.
Grammarly Kyiv office looking for ML/NLP engineers who are willing to build an awesome product by implementing their innermost fantasies.
https://bit.ly/grammarly-job
If you were searching the way how you can support us to make our community stronger and build more educational content, we have the answer now!

We just launched our page on Patreon so everyone now can become a supporter and help us to educate people :)
https://www.patreon.com/mlworld
Just found interesting thing torch.argmax(0,0,0) will return 2 instead logically 0 (torch.max also).
So be aware of this when you will be using it.