ArtificialIntelligenceArticles
3.03K subscribers
1.64K photos
9 videos
5 files
3.86K links
for who have a passion for -
1. #ArtificialIntelligence
2. Machine Learning
3. Deep Learning
4. #DataScience
5. #Neuroscience

6. #ResearchPapers

7. Related Courses and Ebooks
Download Telegram
Yan lecun:
About to give a keynote at AAAI after Geoff Hinton and just before Yoshua Bengio.

My slides here: https://drive.google.com/open?id=1r-mDL4IX_hzZLDBKp8_e8VZqD7fOzBkF
Forget the old versions of capsule networks, they were all wrong. Here's the correct 2019 version, in which the presence and positions of object parts is detected with set transformers.
LeCun: 3 challenges for deep learning.
t-SNE algorithm on MNIST dataset in Kaggle kernels. NVIDIA's Rapids library with GPU acceleration. The algorithm achieves a 2000x speedup as compared to the sklearn version on CPU!
https://www.kaggle.com/tunguz/mnist-2d-t-sne-with-rapids
Fixed smooth convolutional layer for avoiding checkerboard artifacts in CNNs. http://arxiv.org/abs/2002.02117
Unbalanced GANs: Pre-training the Generator of Generative Adversarial Network using Varia... http://arxiv.org/abs/2002.02112
Nobel prize winner Danny Kahneman cited Gary Marcus (see the recent #AIdebate) and the need for hybrid models in science/AI (including reasoning and logic, in addition to learning), when referring to his systems 1 and 2 (see Thinking Fast and Slow). Neural-symbolic computing is a foundation for this line of research. #AAAI2020 congratulations to Francesca Rossi for the panel with Kahneman and the Turing Award winners. https://link.springer.com/book/10.1007/978-3-540-73246-4
PyTorch Wrapper version 1.1 is out!

New Features:

- Samplers for smart batching based on text length for faster training.

- Loss and Evaluation wrappers for token prediction tasks.

- New nn.modules for attention based models.

- Support for multi GPU training / evaluation / prediction.

- Verbose argument in system's methods.

- Examples using Transformer based models like BERT for text classification.

Check it out in the following links:

install with: pip install pytorch-wrapper

GitHub: https://github.com/jkoutsikakis/pytorch-wrapper

docs: https://pytorch-wrapper.readthedocs.io/en/latest/

examples: https://github.com/jkouts…/pytorch-wrapper/…/master/examples

#DeepLearning #PyTorch #NeuralNetworks #MachineLearning #DataScience #python #TensorFlow
"If you really believe in an idea, never give up" - Geoff Hinton

#AAAI2020
An Introduction to Reinforcement Learning - Lex Fridman, MIT
Blog by Luke Kenworthy, RE•WORK : https://blog.re-work.co/an-introduction-to-reinforcement-learning-lex-fridman-mit/
#ReinforcementLearning #reworkAI #reworkDL
Continuous Geodesic Convolutions for Learning on 3D Shapes. http://arxiv.org/abs/2002.02506