Надстройка для Excel, облегчающая установку фильтров при работе с кубами (VBA)
Как известно, из коробки Excel не позволяет устанавливать фильтры по списку значений для сводных таблиц, а это ведь такая нужная вещь! Как отфильтровать товары по сотне кодов, а потом по другой сотне? #BigData #DataMining
https://habr.com/ru/post/457094/
🔗 Надстройка для Excel, облегчающая установку фильтров при работе с кубами (VBA)
Как известно, из коробки Excel не позволяет устанавливать фильтры по списку значений для сводных таблиц, а это ведь такая нужная вещь! Как отфильтровать товары п...
Как известно, из коробки Excel не позволяет устанавливать фильтры по списку значений для сводных таблиц, а это ведь такая нужная вещь! Как отфильтровать товары по сотне кодов, а потом по другой сотне? #BigData #DataMining
https://habr.com/ru/post/457094/
🔗 Надстройка для Excel, облегчающая установку фильтров при работе с кубами (VBA)
Как известно, из коробки Excel не позволяет устанавливать фильтры по списку значений для сводных таблиц, а это ведь такая нужная вещь! Как отфильтровать товары п...
Хабр
Надстройка для Excel, облегчающая установку фильтров при работе с кубами (VBA)
Как известно, из коробки Excel не позволяет устанавливать фильтры по списку значений для сводных таблиц, а это ведь такая нужная вещь! Как отфильтровать товары по сотне кодов, а потом по другой сотне?...
SQL Summer Camp: Writing Efficient Queries | Kaggle
🔗 SQL Summer Camp: Writing Efficient Queries | Kaggle
In this special bonus stream, we'll talk about making your queries more efficient. How can you get the same results with less data and less time? Course link: https://www.kaggle.com/learn/advanced-sql SUBSCRIBE: https://www.youtube.com/c/kaggle?sub_... About Kaggle: Kaggle is the world's largest community of data scientists. Join us to compete, collaborate, learn, and do your data science work. Kaggle's platform is the fastest way to get started on a new data science project. Spin up a Jupyter notebook w
🔗 SQL Summer Camp: Writing Efficient Queries | Kaggle
In this special bonus stream, we'll talk about making your queries more efficient. How can you get the same results with less data and less time? Course link: https://www.kaggle.com/learn/advanced-sql SUBSCRIBE: https://www.youtube.com/c/kaggle?sub_... About Kaggle: Kaggle is the world's largest community of data scientists. Join us to compete, collaborate, learn, and do your data science work. Kaggle's platform is the fastest way to get started on a new data science project. Spin up a Jupyter notebook w
YouTube
SQL Summer Camp: Writing Efficient Queries | Kaggle
In this special bonus stream, we'll talk about making your queries more efficient. How can you get the same results with less data and less time? Course link...
Как я учил змейку играть в себя с помощью Q-Network
#Python #Машинноеобучение
Однажды, исследуя глубины интернета, я наткнулся на видео, где человек обучает змейку с помощью генетического алгоритма. И мне захотелось так же. Но просто взять все то же самое и написать на python было бы не интересно. И я решил использовать более современный подход для обучения агентных систем, а именно Q-network. Но начнем с начала.
Обучение с подкреплением
В машинном обучении RL(Reinforcement Learning) достаточно сильно отличается от других направлений. Отличие состоит в том, что классический ML алгоритм обучается уже на готовых данных, в то время как RL, так сказать, сам создает себе эти данные. Идея RL состоит в том, что помимо самого алгоритма, который называют агентом, существует среда(environment), в которую этот агент и помещается. На каждом этапе агент должен совершать какое-то действие(action), а среда отвечает на это наградой(reward) и своим состоянием(state), на основе которого агент и совершает действие.
DQN
Здесь должно быть объяснение того, как алгоритм работает, но я оставлю ссылку на то, где это объясняют умные люди.
https://habr.com/ru/post/465477/
🔗 Как я учил змейку играть в себя с помощью Q-Network
Однажды, исследуя глубины интернета, я наткнулся на видео, где человек обучает змейку с помощью генетического алгоритма. И мне захотелось так же. Но просто взять...
#Python #Машинноеобучение
Однажды, исследуя глубины интернета, я наткнулся на видео, где человек обучает змейку с помощью генетического алгоритма. И мне захотелось так же. Но просто взять все то же самое и написать на python было бы не интересно. И я решил использовать более современный подход для обучения агентных систем, а именно Q-network. Но начнем с начала.
Обучение с подкреплением
В машинном обучении RL(Reinforcement Learning) достаточно сильно отличается от других направлений. Отличие состоит в том, что классический ML алгоритм обучается уже на готовых данных, в то время как RL, так сказать, сам создает себе эти данные. Идея RL состоит в том, что помимо самого алгоритма, который называют агентом, существует среда(environment), в которую этот агент и помещается. На каждом этапе агент должен совершать какое-то действие(action), а среда отвечает на это наградой(reward) и своим состоянием(state), на основе которого агент и совершает действие.
DQN
Здесь должно быть объяснение того, как алгоритм работает, но я оставлю ссылку на то, где это объясняют умные люди.
https://habr.com/ru/post/465477/
🔗 Как я учил змейку играть в себя с помощью Q-Network
Однажды, исследуя глубины интернета, я наткнулся на видео, где человек обучает змейку с помощью генетического алгоритма. И мне захотелось так же. Но просто взять...
Хабр
Как я учил змейку играть в себя с помощью Q-Network
Однажды, исследуя глубины интернета, я наткнулся на видео, где человек обучает змейку с помощью генетического алгоритма. И мне захотелось так же. Но просто взять все то же самое и написать на...
🎥 Eric Weinstein: Intellectual Dark Web - Changing the Conversation | AI Podcast Clips
👁 1 раз ⏳ 131 сек.
👁 1 раз ⏳ 131 сек.
This is a clip from a conversation with Eric Weinstein on the Artificial Intelligence podcast. You can watch the full conversation here: http://bit.ly/2Hp8due If you enjoy these, consider subscribing, sharing, and commenting below.
Full episode: http://bit.ly/2Hp8due
Full episodes playlist: http://bit.ly/2EcbaKf
Clips playlist: http://bit.ly/2JYkbfZ
Podcast website: https://lexfridman.com/ai
Eric Weinstein is a mathematician, economist, physicist, and managing director of Thiel Capital. He formed the "intVk
Eric Weinstein: Intellectual Dark Web - Changing the Conversation | AI Podcast Clips
This is a clip from a conversation with Eric Weinstein on the Artificial Intelligence podcast. You can watch the full conversation here: http://bit.ly/2Hp8due If you enjoy these, consider subscribing, sharing, and commenting below.
Full episode: http://bit.ly/2Hp8due…
Full episode: http://bit.ly/2Hp8due…
PyTorch Examples
A repository showcasing examples of using PyTorch
https://github.com/pytorch/examples
🔗 pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. - pytorch/examples
A repository showcasing examples of using PyTorch
https://github.com/pytorch/examples
🔗 pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. - pytorch/examples
GitHub
GitHub - pytorch/examples: A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. - pytorch/examples
A to Z of SVM — Machine Learning For Everyone
🔗 A to Z of SVM — Machine Learning For Everyone
We aim to provide simplest and effective understanding of machine learning algorithms with simple theory, simple math and simple code
🔗 A to Z of SVM — Machine Learning For Everyone
We aim to provide simplest and effective understanding of machine learning algorithms with simple theory, simple math and simple code
Medium
A to Z of SVM — Machine Learning For Everyone
We aim to provide simplest and effective understanding of machine learning algorithms with simple theory, simple math and simple code
From scratch to search: setup Elasticsearch under 4 minutes, load a CSV with Python and read some mo
🔗 From scratch to search: setup Elasticsearch under 4 minutes, load a CSV with Python and read some mo
Practical technology introduction (for data science, logging and monitoring, full-text search etc.)
🔗 From scratch to search: setup Elasticsearch under 4 minutes, load a CSV with Python and read some mo
Practical technology introduction (for data science, logging and monitoring, full-text search etc.)
Medium
From scratch to search: setup Elasticsearch under 4 minutes, load a CSV with Python and read some more about it
Practical technology introduction (for data science, logging and monitoring, full-text search etc.)
SVD: Where Model Tuning Goes Wrong
🔗 SVD: Where Model Tuning Goes Wrong
Exploring the limits of hyperparameter tuning for SVD Recommender systems using the Surprise library in Python.
🔗 SVD: Where Model Tuning Goes Wrong
Exploring the limits of hyperparameter tuning for SVD Recommender systems using the Surprise library in Python.
Medium
SVD: Where Model Tuning Goes Wrong
Exploring the limits of hyperparameter tuning for SVD Recommender systems using the Surprise library in Python.
Text Classification Algorithms
Наш телеграм канал - tglink.me/ai_machinelearning_big_data
Text feature extraction and pre-processing for classification algorithms are very significant. In this section, we start to talk about text cleaning since most of documents contain a lot of noise. In this part, we discuss two primary methods of text feature extractions- word embedding and weighted word.
https://github.com/kk7nc/Text_Classification
🔗 kk7nc/Text_Classification
Text Classification Algorithms: A Survey. Contribute to kk7nc/Text_Classification development by creating an account on GitHub.
Наш телеграм канал - tglink.me/ai_machinelearning_big_data
Text feature extraction and pre-processing for classification algorithms are very significant. In this section, we start to talk about text cleaning since most of documents contain a lot of noise. In this part, we discuss two primary methods of text feature extractions- word embedding and weighted word.
https://github.com/kk7nc/Text_Classification
🔗 kk7nc/Text_Classification
Text Classification Algorithms: A Survey. Contribute to kk7nc/Text_Classification development by creating an account on GitHub.
Мониторинг ETL-процессов в хранилище данных
Хранилища данных
Многие используют специализированные инструменты для создания процедур извлечения, трансформации и загрузки данных в реляционные базы данных. Процесс работы инструментов логируется, ошибки фиксируются.
В случае ошибки в логе содержится информация о том, что инструменту не удалось выполнить задачу и какие модули (часто это java) где остановились. В последних строках можно найти ошибку базы данных, например, нарушение уникального ключа таблицы.
Чтобы ответить на вопрос, какую роль играет информация об ошибках ETL, я классифицировал все проблемы, произошедшие за последние два года в немаленьком хранилище.
https://habr.com/ru/post/465637/
🔗 Мониторинг ETL-процессов в хранилище данных
Многие используют специализированные инструменты для создания процедур извлечения, трансформации и загрузки данных в реляционные базы данных. Процесс работы инст...
Хранилища данных
Многие используют специализированные инструменты для создания процедур извлечения, трансформации и загрузки данных в реляционные базы данных. Процесс работы инструментов логируется, ошибки фиксируются.
В случае ошибки в логе содержится информация о том, что инструменту не удалось выполнить задачу и какие модули (часто это java) где остановились. В последних строках можно найти ошибку базы данных, например, нарушение уникального ключа таблицы.
Чтобы ответить на вопрос, какую роль играет информация об ошибках ETL, я классифицировал все проблемы, произошедшие за последние два года в немаленьком хранилище.
https://habr.com/ru/post/465637/
🔗 Мониторинг ETL-процессов в хранилище данных
Многие используют специализированные инструменты для создания процедур извлечения, трансформации и загрузки данных в реляционные базы данных. Процесс работы инст...
Хабр
Мониторинг ETL-процессов в маленьком хранилище данных
Многие используют специализированные инструменты для создания процедур извлечения, трансформации и загрузки данных в реляционные базы данных. Процесс работы инст...
Introducing TF-GAN: A lightweight GAN library for TensorFlow 2.0
article: https://medium.com/tensorflow/introducing-tf-gan-a-lightweight-gan-library-for-tensorflow-2-0-36d767e1abae?source=collection_home---4------0-----------------------
code: https://github.com/tensorflow/gan
🔗 Introducing TF-GAN: A lightweight GAN library for TensorFlow 2.0
Posted by Joel Shor, Yoel Drori, Google Research Tel Aviv, Aaron Sarna, David Westbrook, Paige Bailey
article: https://medium.com/tensorflow/introducing-tf-gan-a-lightweight-gan-library-for-tensorflow-2-0-36d767e1abae?source=collection_home---4------0-----------------------
code: https://github.com/tensorflow/gan
🔗 Introducing TF-GAN: A lightweight GAN library for TensorFlow 2.0
Posted by Joel Shor, Yoel Drori, Google Research Tel Aviv, Aaron Sarna, David Westbrook, Paige Bailey
Medium
Introducing TF-GAN: A lightweight GAN library for TensorFlow 2.0
Posted by Joel Shor, Yoel Drori, Google Research Tel Aviv, Aaron Sarna, David Westbrook, Paige Bailey
What is implicit deep learning?
🔗 What is implicit deep learning?
Laurent El Ghaoui, UC Berkeley (BAIR) and sumup.ai
🔗 What is implicit deep learning?
Laurent El Ghaoui, UC Berkeley (BAIR) and sumup.ai
Medium
What is implicit deep learning?
Laurent El Ghaoui, UC Berkeley (BAIR) and sumup.ai
Human-grounded Evaluations of Explanation Methods for Text Classification
Authors: Piyawat Lertvittayakumjorn, Francesca Toni
Abstract: Due to the black-box nature of deep learning models, methods for explaining the models' results are crucial to gain trust from humans and support collaboration between AIs and humans. In this paper, we consider several model-agnostic and model-specific explanation methods for CNNs for text classification and conduct three human-grounded evaluations, focusing on different purposes of explanations: (1) revealing model behavior, (2) justifying model predictions, and (3) helping humans investigate uncertain predictions.
https://arxiv.org/abs/1908.11355
🔗 Human-grounded Evaluations of Explanation Methods for Text Classification
Due to the black-box nature of deep learning models, methods for explaining the models' results are crucial to gain trust from humans and support collaboration between AIs and humans. In this paper, we consider several model-agnostic and model-specific explanation methods for CNNs for text classification and conduct three human-grounded evaluations, focusing on different purposes of explanations: (1) revealing model behavior, (2) justifying model predictions, and (3) helping humans investigate uncertain predictions. The results highlight dissimilar qualities of the various explanation methods we consider and show the degree to which these methods could serve for each purpose.
Authors: Piyawat Lertvittayakumjorn, Francesca Toni
Abstract: Due to the black-box nature of deep learning models, methods for explaining the models' results are crucial to gain trust from humans and support collaboration between AIs and humans. In this paper, we consider several model-agnostic and model-specific explanation methods for CNNs for text classification and conduct three human-grounded evaluations, focusing on different purposes of explanations: (1) revealing model behavior, (2) justifying model predictions, and (3) helping humans investigate uncertain predictions.
https://arxiv.org/abs/1908.11355
🔗 Human-grounded Evaluations of Explanation Methods for Text Classification
Due to the black-box nature of deep learning models, methods for explaining the models' results are crucial to gain trust from humans and support collaboration between AIs and humans. In this paper, we consider several model-agnostic and model-specific explanation methods for CNNs for text classification and conduct three human-grounded evaluations, focusing on different purposes of explanations: (1) revealing model behavior, (2) justifying model predictions, and (3) helping humans investigate uncertain predictions. The results highlight dissimilar qualities of the various explanation methods we consider and show the degree to which these methods could serve for each purpose.
#GANPaint
Finally, AI-Based Painting is here!
https://www.youtube.com/watch?v=IqHs_DkmDVo
paper: http://ganpaint.io/
Наш телеграм канал - tglink.me/ai_machinelearning_big_data
🔗 GANPaint Studio by MIT and IBM
🎥 Finally, AI-Based Painting is here!
👁 1 раз ⏳ 250 сек.
Finally, AI-Based Painting is here!
https://www.youtube.com/watch?v=IqHs_DkmDVo
paper: http://ganpaint.io/
Наш телеграм канал - tglink.me/ai_machinelearning_big_data
🔗 GANPaint Studio by MIT and IBM
🎥 Finally, AI-Based Painting is here!
👁 1 раз ⏳ 250 сек.
❤️ Check out Weights & Biases here and sign up for a free demo: https://www.wandb.com/papers
📝 The paper "GANPaint Studio - Semantic Photo Manipulation with a Generative Image Prior" and its online demo are available here:
http://ganpaint.io/
🙏 We would like to thank our generous Patreon supporters who make Two Minute Papers possible:
313V, Alex Haro, Andrew Melnychuk, Angelos Evripiotis, Anthony Vdovitchenko, Brian Gilman, Bruno Brito, Bryan Learn, Christian Ahlin, Christoph Jadanowski, Claudio FernandesYouTube
Finally, AI-Based Painting is Here!
❤️ Check out Weights & Biases here and sign up for a free demo: https://www.wandb.com/papers
📝 The paper "GANPaint Studio - Semantic Photo Manipulation with a Generative Image Prior" and its online demo are available here:
http://ganpaint.io/
🙏 We would…
📝 The paper "GANPaint Studio - Semantic Photo Manipulation with a Generative Image Prior" and its online demo are available here:
http://ganpaint.io/
🙏 We would…
Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning | AI Podcast
🔗 Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning | AI Podcast
Yann LeCun is one of the fathers of deep learning, the recent revolution in AI that has captivated the world with the possibility of what machines can learn from data. He is a professor at New York University, a Vice President & Chief AI Scientist at Facebook, co-recipient of the Turing Award for his work on deep learning. He is probably best known as the founding father of convolutional neural networks, in particular their early application to optical character recognition. This conversation is part of the
🔗 Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning | AI Podcast
Yann LeCun is one of the fathers of deep learning, the recent revolution in AI that has captivated the world with the possibility of what machines can learn from data. He is a professor at New York University, a Vice President & Chief AI Scientist at Facebook, co-recipient of the Turing Award for his work on deep learning. He is probably best known as the founding father of convolutional neural networks, in particular their early application to optical character recognition. This conversation is part of the
YouTube
Yann LeCun: Deep Learning, ConvNets, and Self-Supervised Learning | Lex Fridman Podcast #36
Cracking an 82-year-old stock trading board game using Monte Carlo simulation
🔗 Cracking an 82-year-old stock trading board game using Monte Carlo simulation
Using MC simulation in Python to determine optimal strategies for the board game Stock Ticker.
🔗 Cracking an 82-year-old stock trading board game using Monte Carlo simulation
Using MC simulation in Python to determine optimal strategies for the board game Stock Ticker.
Medium
Cracking an 82-year-old stock trading board game using Monte Carlo simulation
Using MC simulation in Python to determine optimal strategies for the board game Stock Ticker.
Reflections on Applying Data Science for Financial Freedom
🔗 Reflections on Applying Data Science for Financial Freedom
At the time of writing this article, it’s a casual Friday due to the long weekend, so I thought of doing a nice little reflection article…
🔗 Reflections on Applying Data Science for Financial Freedom
At the time of writing this article, it’s a casual Friday due to the long weekend, so I thought of doing a nice little reflection article…
Medium
Reflections on Applying Data Science for Financial Freedom
At the time of writing this article, it’s a casual Friday due to the long weekend, so I thought of doing a nice little reflection article…
🎥 telegram bot tutorial: how to create a telegram Chatbot with Python from scratch (2019)
👁 1 раз ⏳ 1359 сек.
👁 1 раз ⏳ 1359 сек.
Topic: telegram bot tutorial: how to create a telegram Chatbot with Python from scratch (2019).
Subscribe Us: http://bit.ly/2UaSC5s
------------------------------------------------------------------------------------------------------------
We want to create more videos tutorial to help people that want to learn more about mobile development web development and new technology. somrithchhean.com try to gather more about new technique about programming, mobile app design, app development, UI and UX Design,Vk
telegram bot tutorial: how to create a telegram Chatbot with Python from scratch (2019)
Topic: telegram bot tutorial: how to create a telegram Chatbot with Python from scratch (2019).
Subscribe Us: http://bit.ly/2UaSC5s
------------------------------------------------------------------------------------------------------------
We want to…
Subscribe Us: http://bit.ly/2UaSC5s
------------------------------------------------------------------------------------------------------------
We want to…
🎥 EMAIL AUTOMATION USING PYTHON
👁 1 раз ⏳ 531 сек.
👁 1 раз ⏳ 531 сек.
In this video, I am going to show you how you can automatically send emails using python's smtplib library
source code: https://github.com/harshitroy2605/email-automation-using-smtplib
link to less secure app setting link : https://myaccount.google.com/lesssecureapps
some questions which maybe answered in this video are :
* how to automatically send emails
* how to automatically send emails using python
* how to emails automation
* what is smtplib library
tags : #python #emailautomation #iknowpythonVk
EMAIL AUTOMATION USING PYTHON
In this video, I am going to show you how you can automatically send emails using python's smtplib library
source code: https://github.com/harshitroy2605/email-automation-using-smtplib
link to less secure app setting link : https://myaccount.google.c…
source code: https://github.com/harshitroy2605/email-automation-using-smtplib
link to less secure app setting link : https://myaccount.google.c…
🎥 Getting to Know any Dataset in 4 Lines of Python || Eyal Trabelsi
👁 1 раз ⏳ 439 сек.
👁 1 раз ⏳ 439 сек.
In our modern era, companies have more data available to them. This data is empowering a smarter data-driven decision making process. The first major step of this process is Exploratory Data Analysis (EDA), for developing a general gist of what the data looks like, and what kind of insights this data may provide.
In this talk, I will discuss a few libraries that will make your EDA work much easier, and will empower you to conduct your own EDA with only few lines of python
EVENT:
PyData Tel Aviv Meetup 201Vk
Getting to Know any Dataset in 4 Lines of Python || Eyal Trabelsi
In our modern era, companies have more data available to them. This data is empowering a smarter data-driven decision making process. The first major step of this process is Exploratory Data Analysis (EDA), for developing a general gist of what the data looks…