In this video. You’ll learn how to use Python to scrape finance news from the web, natural language processing via Hugging Face to automatically summarise that news and finally calculate sentiment related to each asset. The awesome thing is that you can do this for almost any financial asset as well.
There’s so much news and research out there on financial markets that it can be hard to keep up. But what if you could automate some of that research using Python.
That’s exactly what you’ll learn how to do in this video. You’ll learn how to use Python to scrape finance news from the web, natural language processing via Hugging Face to automatically summarise that news and finally calculate sentiment related to each asset. The awesome thing is that you can do this for almost any financial asset as well. In the video we’ll run through the pipeline using Tesla, Bitcoin and Gamestop but you could plug in virtually any stock or crypto code and have this research done for you. In fact, at the end we’ll update the pipeline in two lines and run the same analysis for Ethereum as well.
In this video, you'll learn how to:
Chapters: 0:00 - Start 0:16 - Explainer 5:07 - Install and Import Baseline Dependencies 8:12 - Setup Summarization Model 11:29 - Auto Summarize a Single Article 12:39 - Scrape a Single Article from Yahoo Finance 16:49 - Cleaning Scraped Data using Text Processing 19:53 - Summarize a Single Article using Hugging Face Transformers 26:19- Building a News and Sentiment Pipeline for TSLA, BTC and GME 28:18 - Search for Stock News URLs using Google and Yahoo Finance 39:14 - Process and strip out unwanted URLs 49:17 - Scrape Cleaned Financial News Articles 56:17 - Summarize the News Pipeline 1:05:19 - Calculate Sentiment 1:13:16 - Export Results to CSV 1:23:18 - Running the Pipeline as a Script 1:24:37 - Running the Pipeline for Different Stocks and Cryptocurrencies
Get the Code: https://github.com/nicknochnack/Stock...
Subscribe: https://www.youtube.com/channel/UCHXa4OpASJEwrHrLeIzw7Yg
Looking to attend an AI event or two this year? Below ... Here are the top 22 machine learning conferences in 2020: ... Start Date: June 10th, 2020 ... Join more than 400 other data-heads in 2020 and propel your career forward. ... They feature 30+ data science sessions crafted to bring specialists in different ...
Emojify - Create your own emoji with Deep Learning. We will classify human facial expressions to filter and map corresponding emojis or avatars.
This video on "Python for Deep Learning" will provide you with detailed and comprehensive knowledge of Deep Learning, How it came into emergence. The various subparts of Data Science, how they are related, and How Deep Learning is revolutionalizing the world we live in.
Project walk-through on Convolution neural networks using transfer learning. From 2 years of my master’s degree, I found that the best way to learn concepts is by doing the projects.
Deep Learning with Python tutorial will help you understand what is deep learning, applications of deep learning, what is a neural network, biological versus artificial neural networks, activation functions, cost function, how neural networks work, and what gradient descent is. Finally, we'll code a neural network in Python using TensorFlow.