Publications by Brian Liswell

Practical Machine Learning Course Project

22.12.2020

Executive Summary The goal of the project is to predict the manner in which people did the exercise. This is the “classe” variable (factor A, B, C, D, E) in the training set. HAR website for weight lifting exercise (WLE) says individuals were asked to perform "Unilateral Dumbbell Biceps Curl in five different fashions exactly according to th...

3729 sym R (3471 sym/14 pcs)

Reproducible Research Course Project 2

04.12.2020

Repro Course Project 2: Title that Briefly summarizes data analysis Storms are bad. If you can’t stop them, try to live better with them. Synopsis This project involves exploring the U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database. The 985 event labels will be be grouped together into 7 Broad Categories. The cost...

3650 sym R (3336 sym/11 pcs) 2 img

A presentation W3 Project

22.01.2021

1/22/2021 Slide 1 Combined sine, adjust phase and frequency Make a plot_ly plot, combining two sine waves with nearby frequencies through multiplcation. Give controls over the phase of the second sine wave. See what it does to the result. Trig identity: cos(α + β) = cos(α) cos(β) – sin(α) sin(β) Rearranged: sin(α) sin(β) = cos(α) cos(...

646 sym R (304 sym/5 pcs)

Combined Sines, adjust Phase in 2nd

22.01.2021

Today’s date is January 21st, 2021 Combined sine, adjust phase and frequency Make a plot_ly plot, combining two sine waves with nearby frequencies through multiplcation. Give controls over the phase of the second sine wave. See what it does to the result. Trig identity: cos(α + β) = cos(α) cos(β) – sin(α) sin(β) Rearranged: sin(α) sin...

765 sym R (1732 sym/9 pcs)

default junk

14.01.2021

TODAYS DATE IS JANUARY 14 2021 Get the COVID data. Get the “Coronavirus Source Data” https://ourworldindata.org/coronavirus-source-data 59930 + observations of 55 variables. From different countries (“location”) in the world, with many different metrics. Each “date” is a different observation. file_loc <- 'https://covid.ourworldindat...

467 sym R (1817 sym/13 pcs)

Capstone Project

09.02.2021

Next Word Prediction NLP, What would Conan say?Brian Liswell2-9-2021 Capstone Project Presentation Try out the app at: https://bliswell.shinyapps.io/good_guess/ SwiftKey dataset: Blogs 15% used News 15% used Twitter 15% used 100% of Conan O'Brien Joke Set (dry wit, surreal humor, etc.) Conan jokes pulled from: https://github.com/bren...

1163 sym 2 img

Capstone W2 Short

08.02.2021

The dataset 210,160,014 bytes en_US.blogs.txt 205,811,889 bytes en_US.news.txt 167,105,338 bytes en_US.twitter.txt This page will show: some basic summaries of the 3 files: Word counts, line counts and basic data tables Histograms to illustrate features of the data f <- file("en_US.news.txt", open="rb") read_news <- readLines(f) close(f) f ...

1752 sym R (5940 sym/55 pcs) 3 img 1 tbl