Recent Advances in Language Model Fine-tuning
By Sebastian Ruder:
https://ruder.io/recent-advances-lm-fine-tuning/
@Machine_learn
By Sebastian Ruder:
https://ruder.io/recent-advances-lm-fine-tuning/
@Machine_learn
ruder.io
Recent Advances in Language Model Fine-tuning
This post provides an overview of recent methods to fine-tune large pre-trained language models.
Lyra: A New Very Low Bitrate Codec for Speech Compression
http://ai.googleblog.com/2021/02/lyra-new-very-low-bitrate-codec-for.html
@Machine_learn
http://ai.googleblog.com/2021/02/lyra-new-very-low-bitrate-codec-for.html
@Machine_learn
research.google
Lyra: A New Very Low-Bitrate Codec for Speech Compression
Posted by Alejandro Luebs, Software Engineer and Jamieson Brettle, Product Manager, Chrome Connecting to others online via voice and video calls is...
This media is not supported in your browser
VIEW IN TELEGRAM
Unbiased Teacher for Semi-Supervised Object Detection
Github: https://github.com/facebookresearch/unbiased-teacher
Paper: https://arxiv.org/abs/2102.09480
Project: https://ycliu93.github.io/projects/unbiasedteacher.html
@Machine_learn
Github: https://github.com/facebookresearch/unbiased-teacher
Paper: https://arxiv.org/abs/2102.09480
Project: https://ycliu93.github.io/projects/unbiasedteacher.html
@Machine_learn
A great note to become a data engineer by Chip Huyen:
- Data formats
- ETL
- Batch processing vs Stream processing
...
https://docs.google.com/document/u/0/d/1b9iuZiDEGVLHyMmnf6w2y1aN6yWQhAyqk3GHlpI9q6M/mobilebasic
@Machine_learn
- Data formats
- ETL
- Batch processing vs Stream processing
...
https://docs.google.com/document/u/0/d/1b9iuZiDEGVLHyMmnf6w2y1aN6yWQhAyqk3GHlpI9q6M/mobilebasic
@Machine_learn
👍1
Real-Time Hand sign Recognition using Python and TensorFlow API
Check the Article here:- https://codeperfectplus.herokuapp.com/real-time-hand-sign-recogntion-using-tesnorflow
Android app download link in the Article.
@Machine_learn
Check the Article here:- https://codeperfectplus.herokuapp.com/real-time-hand-sign-recogntion-using-tesnorflow
Android app download link in the Article.
@Machine_learn
1-s2.0-S136403211930454X-main.pdf
2.8 MB
Data-driven health estimation and lifetime prediction of lithium-ion
batteries: A review #Paper #ML @Machine_learn
batteries: A review #Paper #ML @Machine_learn
MIT Introduction to Deep Learning
And specifically, lecture about RNN and its modifications:
https://youtu.be/qjrad0V0uJE
The course is excellent as well, but more about image processing. For NLP beginners, such clear and elegant survey about RNNs will be quite useful. So, a lot of architectures in NLP models came from image processing tasks. If you want to recap some theory or get understanding of basics of DL — strong recommendation!
@Machine_learn
And specifically, lecture about RNN and its modifications:
https://youtu.be/qjrad0V0uJE
The course is excellent as well, but more about image processing. For NLP beginners, such clear and elegant survey about RNNs will be quite useful. So, a lot of architectures in NLP models came from image processing tasks. If you want to recap some theory or get understanding of basics of DL — strong recommendation!
@Machine_learn
YouTube
MIT 6.S191 (2021): Recurrent Neural Networks
MIT Introduction to Deep Learning 6.S191: Lecture 2
Recurrent Neural Networks
Lecturer: Ava Soleimany
January 2021
For all lectures, slides, and lab materials: http://introtodeeplearning.com
Lecture Outline
0:00 - Introduction
2:37 - Sequence modeling…
Recurrent Neural Networks
Lecturer: Ava Soleimany
January 2021
For all lectures, slides, and lab materials: http://introtodeeplearning.com
Lecture Outline
0:00 - Introduction
2:37 - Sequence modeling…
LEAF: A Learnable Frontend for Audio Classification
http://ai.googleblog.com/2021/03/leaf-learnable-frontend-for-audio.html
@Machine_learn
http://ai.googleblog.com/2021/03/leaf-learnable-frontend-for-audio.html
@Machine_learn
research.google
LEAF: A Learnable Frontend for Audio Classification
Posted by Neil Zeghidour, Research Scientist, Google Research Developing machine learning (ML) models for audio understanding has seen tremendous p...
Leveraging Machine Learning for Game Development
http://ai.googleblog.com/2021/03/leveraging-machine-learning-for-game.html
@Machine_learn
http://ai.googleblog.com/2021/03/leveraging-machine-learning-for-game.html
@Machine_learn
research.google
Leveraging Machine Learning for Game Development
Posted by Ji Hun Kim and Richard Wu, Software Engineers, Stadia Over the years, online multiplayer games have exploded in popularity, captivating m...
XLA: Optimizing Compiler for Machine Learning
Tensorflow: https://www.tensorflow.org/xla
XLA Architecture: https://www.tensorflow.org/xla/architecture
Github: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/xla
Code: https://www.tensorflow.org/xla/tutorials/jit_compile
@Machine_learn
Tensorflow: https://www.tensorflow.org/xla
XLA Architecture: https://www.tensorflow.org/xla/architecture
Github: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/xla
Code: https://www.tensorflow.org/xla/tutorials/jit_compile
@Machine_learn
سلام دوستان جهت کسب اطلاعات از نحوه خرید می تونین با بنده در ارتباط باشین
@Raminmousa
@Raminmousa
Recursive Classification: Replacing Rewards with Examples in RL
http://ai.googleblog.com/2021/03/recursive-classification-replacing.html
@Machine_learn
http://ai.googleblog.com/2021/03/recursive-classification-replacing.html
@Machine_learn
research.google
Recursive Classification: Replacing Rewards with Examples in RL
Posted by Benjamin Eysenbach, Student Researcher, Google Research A general goal of robotics research is to design systems that can assist in a var...
Ted Talk with Yann LeCun
in which Yann discusses his current research into self-supervised machine learning, how he's trying to build machines that learn with common sense (like humans) and his hopes for the next conceptual breakthrough in AI.
▶️ Watch
@Machine_learn
in which Yann discusses his current research into self-supervised machine learning, how he's trying to build machines that learn with common sense (like humans) and his hopes for the next conceptual breakthrough in AI.
▶️ Watch
@Machine_learn
Ted
Deep learning, neural networks and the future of AI
Yann LeCun, the chief AI scientist at Facebook, helped develop the deep learning algorithms that power many artificial intelligence systems today. In conversation with head of TED Chris Anderson, LeCun discusses his current research into self-supervised machine…
PlenOctrees For Real-time Rendering of Neural Radiance Fields
And yet another speed-up of NERF. Exactly the same idea as in FastNeRF and NEX (predict spherical harmonics coefficients k) - incredible! It's the first time I see so many concurrent papers sharig the same idea. But this one has code at least, which makes it the best!
📝 Paper arxiv.org/abs/2103.14024
🌐Project page alexyu.net/plenoctrees/
🛠Code github.com/sxyu/volrend
@Machine_learn
And yet another speed-up of NERF. Exactly the same idea as in FastNeRF and NEX (predict spherical harmonics coefficients k) - incredible! It's the first time I see so many concurrent papers sharig the same idea. But this one has code at least, which makes it the best!
📝 Paper arxiv.org/abs/2103.14024
🌐Project page alexyu.net/plenoctrees/
🛠Code github.com/sxyu/volrend
@Machine_learn