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

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

№ 4959169263
Download Telegram
🎥 Can AI Pick Your Next Winning Lottery Number?
👁 2 раз 325 сек.
AI operates based on data. We have years of lottery number data. Can we use it to pick the next number?

What are the characteristics of problems that can be solved by AI and machine learning?
​How to Develop a Stacking Ensemble for Deep Learning Neural Networks in Python With Keras

https://machinelearningmastery.com/stacking-ensemble-for-deep-learning-neural-networks/

🔗 How to Develop a Stacking Ensemble for Deep Learning Neural Networks in Python With Keras
Model averaging is an ensemble technique where multiple sub-models contribute equally to a combined prediction. Model averaging can be improved by weighting the contributions of each sub-model to the combined prediction by the expected performance of the submodel. This can be extended further by training an entirely new model to learn how to best combine …
Engineering Lessons Learned by Data Scientists | Data Council NYC '18

https://www.youtube.com/watch?v=Oa1t1GFVwxM

🎥 Engineering Lessons Learned by Data Scientists | Data Council NYC '18
👁 1 раз 1842 сек.
ABOUT THE TALK:

MalwareScore is a machine learning based antivirus solution included in Endgame's enterprise security platform. It is fast, lightweight, frequently updated, and has been continually expanded to more and more file types. MalwareScore's journey from Kaggle competition code built in 2015, to brittle proof of concept, to robust production model running on customer workstations contains many twists and turns.

I'll talk about how a small team of data scientists built the original data pipeline a
Applying Statistical Modeling and Machine Learning to Perform Time-Series Forecasting

🎥 Applying Statistical Modeling and Machine Learning to Perform Time-Series Forecasting
👁 1 раз 5106 сек.
Forecasting time-series data has applications in many fields, including finance, health, etc. There are potential pitfalls when applying classic statistical and machine learning methods to time-series problems. This talk will give folks the basic toolbox to analyze time-series data and perform forecasting using statistical and machine learning models, as well as interpret and convey the outputs.

EVENT:

PyData Los Angeles

SPEAKER:

Tamara Louie

CREDITS:

Original video source: https://www.youtube.com/wat
🎥 An introduction to Reinforcement Learning
👁 1 раз 987 сек.
This episode gives a general introduction into the field of Reinforcement Learning:
- High level description of the field
- Policy gradients
- Biggest challenges (sparse rewards, reward shaping, ...)

This video forms the basis for a series on RL where I will dive much deeper into technical details of state-of-the-art methods for RL.

Links:
- "Pong from Pixels - Karpathy": http://karpathy.github.io/2016/05/31/rl/
- Concept networks for grasp & stack (Paper with heavy reward shaping): https://arxiv.org/abs/
10 Machine Learning Interview Questions - ANSWERED

🎥 10 Machine Learning Interview Questions - ANSWERED
👁 2 раз 719 сек.
We cover 10 machine learning interview questions. Have you had interesting interview experiences you'd like to share? Leave them in the comments!

My channel: https://www.youtube.com/c/CodeEmporium

To submit your video to CS Dojo Community, please use this link: https://csdojo.io/enter

REFERENCES:
[1] Interview Questions: https://www.springboard.com/blog/machine-learning-interview-questions/
[2] Generative Vs Discriminative: https://stats.stackexchange.com/questions/12421/generative-vs-discriminative
[3]:
Geometric Deep Learning on Graphs and Manifolds

https://www.youtube.com/watch?v=LvmjbXZyoP0

🎥 Geometric Deep Learning on Graphs and Manifolds - #NIPS2017
👁 126 раз 7489 сек.
The purpose of the proposed tutorial is to introduce the emerging field of geometric deep learning on graphs and manifolds, overview existing solutions and applications for this class of problems, as well as key difficulties and future research directions

Michael Bronstein · Joan Bruna · arthur szlam · Xavier Bresson · Yann LeCun
​TensorFlow for JavaScript

🔗 TensorFlow for JavaScript
TensorFlow.js is the recently-released JavaScript version of TensorFlow that runs in the browser and Node.js. In this talk, the team introduced the TensorFlo...