Linear Regression with Percentages

Recently, I was asked to complete a linear regression task. I was given two .csv files, merged the two files, and cleaned up the data points using pandas. The dataset has the following information: 1) the country 2)the year 3)the dependent variable provided to me is in percent format, representing the percent of total GDPContinue reading “Linear Regression with Percentages”

Web Scraping #5

Scraping linked in profile and automated personalized connections. Previously, I posted about using Selenium’s WebDriver to automate the sign in process, scrape user profile headers, job experience, and education history. Once this information has been obtained, it can be used to create a ‘personalized’ message, and Selenium enables you to automate the entire process. IContinue reading “Web Scraping #5”

Web Scraping #3

Scraping individual Linkedin profiles for information. Previously, I went through the process of automating your Linkedin login, and scraping potential connections after automating the search from the homepage post sign in. I will start by creating the Selenium WebDriver instance, calling it ‘driver’. Then I will log into my linked in account using the processContinue reading “Web Scraping #3”

Audio & Machine Learning

Audio analysis in machine learning can be done using complete audio timelines or extracting information from certain features. Depending on the end goal, there are a multitude of methods one can use to analyze audio. Common applications for machine learning in audio classification include speech recognition, music tagging, and fingerprinting. My capstone project was doneContinue reading “Audio & Machine Learning”

Design a site like this with WordPress.com
Get started