AI, Python, Cognitive Neuroscience
3.88K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
Mohammad sadegh rasouli:

Interested to intern facebookai Our team, LATTE (language and translation technologies), is hiring research interns for summer 2020.

Requirement: PhD student + strong publication record
Please send an email to rasooli@facebook.com if interested.

❇️ @AI_Python_EN
ever wondered how we translate questions and commands into programs a machine can run? Jonathan Berant gives us an overview of (executable) semantic parsing.
#NLP

https://t.co/Mzvks7f9GR

❇️ @AI_Python_EN
Here is a great explanation of how to combine Transformers and fastai to get great results from your NLP models
https://towardsdatascience.com/fastai-with-transformers-bert-roberta-xlnet-xlm-distilbert-4f41ee18ecb2
Free 81-page guide on learning #ComputerVision, #DeepLearning, and #OpenCV!

Includes step-by-step instructions on:
- Getting Started
- Face Applications
- Object Detection
- OCR
- Embedded/IoT
- ...and more

https://www.pyimagesearch.com/start-here
It should be really useful as according to this paper
https://arxiv.org/abs/1905.05583, the unsupervised finetuning and layer wise LR , and one-cycle are crucial for BERT performance. They mange to beat ULMFiT on IMDB with BERT-Base
Want to see how downstream results are affected by LSTM LM training configurations?

Save time/compute: use 125 pretrained LSTM LMs.

https://zenodo.org/record/3556943

❇️ @AI_Python_EN
Depth-Aware Video Frame Interpolation (CVPR 2019)

https://www.youtube.com/watch?v=IK-Q3EcTnTA
DEBATE : Yoshua Bengio | Gary Marcus Pre-readings recommended to the audience before the Debate :
Yoshua Bengio | Gary Marcus

This Is The Debate The #AI World Has Been Waiting For

❇️ @AI_Python_EN
💡 What's the difference between bagging and boosting?

Bagging and boosting are both ensemble methods, meaning they combine many weak predictors to create a strong predictor.

One key difference is that bagging builds independent models in parallel and "averages" their results in the end, whereas boosting builds models sequentially, at each step emphasizing reducing error that remains in the model by better fitting to the observations that were missed in previous steps.

❇️ @AI_Python_EN
Pre-Debate Material

“Yoshua Bengio, Revered Architect of AI, Has Some Ideas About What to Build Next”

The Turing Award winner wants AI systems that can reason, plan, and imagine

https://spectrum.ieee.org/tech-talk/robotics/artificial-intelligence/yoshua-bengio-revered-architect-of-ai-has-some-ideas-about-what-to-build-next

❇️ @AI_Python_EN
Machine Learning in a company is 10% Data Science & 90% other challenges It's VERY hard. Everything in this guide is ON POINT, and it's stuff you won't learn in an ML book "Best Practices of ML Engineering" This is a lifesaver.
project:
http://martin.zinkevich.org/rules_of_ml/rules_of_ml.pdf
Very interesting use of #AI to tackle bias in the written text by substituting words automatically to more neutral wording. However, one must also consider the challenges and ramifications such technology could mean to the written language as it can not only accidentally change the meaning of what was written, it can also change the tone and expression of the author and neutralize the point-of-view and remove emotion from language.
#NLP
https://arxiv.org/pdf/1911.09709.pdf

❇️ @AI_Python_EN