Neural Networks | Нейронные сети
11.8K subscribers
760 photos
166 videos
170 files
9.41K links
Все о машинном обучении

По всем вопросам - @notxxx1

№ 4959169263
Download Telegram
🤓Interesting note on weight decay vs L2 regularization

In short, the was difference when moving from caffe (which implements weight decay) to keras (which implements L2). That led to different results on the same net architecture and same set of hyperparameters.

Link: https://bbabenko.github.io/weight-decay/

#DL #nn #hyperopt #hyperparams

🔗 weight decay vs L2 regularization
one popular way of adding regularization to deep learning models is to include a weight decay term in the updates. this is the same thing as adding an $L_2$ ...
​Implementing a ResNet model from scratch.

Well-written and explained note on how to build and train a ResNet model from ground zero.

Link: https://towardsdatascience.com/implementing-a-resnet-model-from-scratch-971be7193718

#ResNet #DL #CV #nn #tutorial

🔗 Implementing a ResNet model from scratch. – Towards Data Science
A basic description of how ResNet works and a hands-on approach to understanding the state-of-the-art network.
​Project: DeepNLP course
Link: https://github.com/DanAnastasyev/DeepNLP-Course
Description:
Deep learning for NLP crash course at ABBYY. Topics include: sentiment analysis, word embeddings, CNNs, seq2seq with attention and much more. Enjoy!
#ML #DL #NLP #python #abbyy #opensource

🔗 DanAnastasyev/DeepNLP-Course
Deep NLP Course. Contribute to DanAnastasyev/DeepNLP-Course development by creating an account on GitHub.
Deep learning with Python Develop Deep Learning models on Theano and Thensorflow using Keras
#book #keras #DL

📝 5_6133943928459624650.pdf - 💾5 709 397
​Neural networks taught to "read minds" in real time

🔗 Neural networks taught to "read minds" in real time
As part of the NeuroNet NTI Assistive Neurotechnology project, employees of the Neurobotics Group of Companies and the Moscow Institute of Physics and Technology have trained neural networks to recreate images of the electrical activity of the brain. Earlier, no such experiments were performed on EEG material (other scientists used fMRI or analyzed signals directly from neurons). In the future, this discovery will create a new type of device for post-stroke rehabilitation.

https://www.biorxiv.org/content/10.1101/787101v2

#AI #ML #DL