Programming Project

How To Scrape Web Pages and Post Content to Twitter with Python 3 — step-by-step Python tutorial on Progressive Robot

How To Scrape Web Pages and Post Content to Twitter with Python 3

Twitter bots are a powerful way for managing your social media as well as for extracting information from the microblogging network. In this tutorial, you’ll build a Twitter bot using this Twitter API library for Python. You’ll program your bot to alternately tweet content from these two websites and at set time intervals.

Read more
Bias-Variance for Deep Reinforcement Learning: How To Build a Bot for Atari with OpenAI Gym — AI And Machine Learning tutorial on Progressive Robot

Bias-Variance for Deep Reinforcement Learning: How To Build a Bot for Atari with OpenAI Gym

Reinforcement learning is a subfield within control theory, which concerns controlling systems that change over time and broadly includes applications such as self-driving cars, robotics, and bots for games. Throughout this guide, you will use reinforcement learning to build a bot for Atari video games. By following this tutorial, you will have gained an understanding of the fundamental concepts that govern one’s choice of model complexity in machine learning.

Read more
How To Crawl A Web Page with Scrapy and Python 3 — step-by-step Python tutorial on Progressive Robot

How To Crawl A Web Page with Scrapy and Python 3

Whether you want to mine data about a set of products, get a large corpus of text or quantitative data to play around with, get data from a site without an official API, or just satisfy your own personal curiosity, web scraping is a powerful way to work with data

Read more
CHAT