How to perform web scraping with Python!

web scraping with python

Guide to Web Scraping with Python¶ In this blog post we’ll get you started with web scraping and Python. Before we begin, here are some important rules to follow and understand: Always be respectful and try to get premission to scrape, do not bombard a website with scraping requests, otherwise your IP address may be […]

Using Deep Learning and Tensorflow to generate new song lyrics in the style of Weezer

Using Deep Learning and Tensorflow to generate new song lyrics in the style of Weezer

Welcome to this blog post on Natural Language Processing, specifically generating new text! In this blog post we’ll explore how to gather a bunch of Weezer lyrics and train a Recurrent Neural Network (RNN) to generate new lyrics character by character. Let’s dive in! Gathering the Data¶ Let’s leverage an existing an API to gather […]