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

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

№ 4959169263
Download Telegram
🎥 How to convert text to speech using API | AWS | AI | Deep Learning
👁 1 раз 3321 сек.
At Aleta Software Labs our goal is to achieve deep connection between AI and Human Beings.
.
.
In this tutorial the text to speech conversion is done by the Deep Learning model provided by
the AWS. And the service offered by the AWS accordingly is called as Amazon Polly.
The wide range TTS is yet to come . This is only a glimpse of how to make it working.
Using Amazon Polly these type of applications can be brought to production level within a matter of hours.
Lambda Functions available in the following li
🎥 Top 10 Algorithms in Data Mining (2008)
👁 1 раз 706 сек.
WEBSITE: databookuw.com

This lecture highlights the top 10 algorithms of data mining circa 2008. This includes a variety of supervised and unsupervised methods and precedes the deep neural network revolution circa 2012.
🎥 Football Video Analysis Using Deep Learning
👁 2 раз 2116 сек.
The talk will present how to combine classical computer vision techniques with deep learning methods to automate analysis of football videos. It'll cover efficient methods for ball and player detection and recognition in long shot video coverage of football games.


EVENT:
PyData Warsaw 2019


SPEAKER:
Jacek Komorowski


PUBLICATION PERMISSIONS:
PyData provided Coding Tech with the permission to republish PyData talks


CREDITS:
PyData YouTube channel: https://www.youtube.com/channel/UCOjD18EJYcsBog4IozkF_7
🎥 Studying software evolution using topic models
👁 1 раз 3331 сек.
Тематическое моделирование широко применяется в самых различных областях науки и ставит перед собой задачу выделения оределённых «тем» в наборе текстовых документов. Традиционно оно связано с естественными языками, но может быть успешно применено и для кода. Кроме моделирования тем в статике, темы часто моделируются в динамике — это используется, например, для визуализации изменений в тематике научных журналов, популярности научных статей на определённые темы или даже для отслеживания популярности новостей
🎥 Solving PDEs with the FFT, Part 2 [Python]
👁 1 раз 924 сек.
This video continues to show how to solve PDEs with the FFT in Python.

Book Website: http://databookuw.com
Book PDF: http://databookuw.com/databook.pdf

These lectures follow Chapter 2 from:
"Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" by Brunton and Kutz

Amazon: https://www.amazon.com/Data-Driven-Science-Engineering-Learning-Dynamical/dp/1108422098/

Brunton Website: eigensteve.com
🎥 Машинное обучение. Семинар 6. Shap values
👁 3 раз 4290 сек.
Лекции по машинному обучению: https://www.youtube.com/playlist?list=PL4_hYwCyhAvZyW6qS58x4uElZgAkMVUvj
Семинары по машинному обучению: https://www.youtube.com/playlist?list=PL4_hYwCyhAvYPOWn6e44RKxEfRWEsPA1z

Монтаж: Роман Климовицкий
​Google at ICLR 2020">
Google at ICLR 2020

🔗 Google at ICLR 2020
Posted by Christian Howard, Google Research This week marks the beginning of the 8th International Conference on Learning Representations ...
​Альтернативное понимание контекста с помощью статистической языковой модели

🔗 Альтернативное понимание контекста с помощью статистической языковой модели
Написал библиотеку для работы со статистическими языковыми моделями – ALM. Надеюсь получить комментарии, критику, предложения. В интернете полно статей на тему...
🎥 Machine Learning With Python Video 17 : Support Vector Regression (SVR)
👁 1 раз 811 сек.
In this video we will discuss about support vector regression that is a part of support vector machine , as we know support vector machines can be used for both regression and classification data type .SVMs solve binary classification problems by formulating them as convex optimization problems. The optimization problem entails finding the maximum margin separating the hyperplane, while correctly classifying as many training points as possible. SVMs represent this optimal hyperplane with support vectors.
​Real Time Face And Eye Detection Using Python

🔗 Real Time Face And Eye Detection Using Python
In this video, I explained about how to detect eye and face in realtime with the help of haar cascade files in python and also I explained each and every line used in this code. if you have any doubt or any suggestions let me know in the comment section.
Опубликован 6ой урок ( https://youtu.be/7zyL5apWm1M ) курса “Язык R для пользователей Excel”.

Это один из самых важных уроков курса, в ходе которого вы научитесь группировать таблицы, и производить вычисления по каждой группе.

В данном уроке мы рассмотрим функции group_by() и семейство функций summarise().

Поблагодарить и поддержать курс можно любой произвольной суммой на этой странице: https://secure.wayforpay.com/payment/r4excel_users .

Подписывайтесь на YouTube канал, что бы получать уведомление о выходе новых уроков ( https://www.youtube.com/R4marketing/?sub_confirmation=1 ).

Ссылки:
Подписаться на YouTube канал - https://www.youtube.com/R4marketing/?sub_confirmation=1
Видео 6 урока - https://youtu.be/7zyL5apWm1M
Материалы - https://github.com/selesnow/r4excel_users/tree/master/lesson_6
Весь плейлист курса - https://www.youtube.com/playlist?list=PLD2LDq8edf4pgGg16wYMobvIYy_0MI0kF
Страница курса - https://selesnow.github.io/r4excel_users/
Благодарности - https://secure.wayforpay.com/payment/r4excel_users

🎥 Язык R для пользователей Excel #6: Группировка и агрегация данных на языке R
👁 1 раз 760 сек.
В этом видео мы разберём одну из основных операций анализа данных, группировку и агрегацию. В ходе урока мы будем использовать пакет dplyr из библиотеки tidyverse и функции group_by() и summarise().

Мы рассмотрим всё семейство функций summarise(), т.е. summarise(), summarise_if() и summarise_at().

Список основных агрегирующих функций:
sum - суммирование
mean - среднее арифметическое
min - минимальное
max - максимальное
median - медиана
length - количество

====================
Поддержать автора курса: ht