Publications by Raymond Fries

608_homework_one

13.02.2023

Principles of Data Visualization and Introduction to ggplot2 I have provided you with data about the 5,000 fastest growing companies in the US, as compiled by Inc. magazine. lets read this in: inc <- read.csv("https://raw.githubusercontent.com/charleyferrari/CUNY_DATA_608/master/module1/Data/inc5000_data.csv", header= TRUE) And lets preview this d...

2470 sym R (8658 sym/29 pcs) 3 img

FX_Part_3

15.12.2021

library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyverse) ## ── Attaching packages ──────────────────────...

4559 sym R (9179 sym/73 pcs) 9 img

FX_Part_2

15.12.2021

Part II Digit Recognition rm(list=ls()) t1<- Sys.time() library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(purrr) library(randomForest) ## randomForest 4.6-1...

1624 sym R (9848 sym/50 pcs) 6 img

FX_Part_1

15.12.2021

605_Final_Exam Raymond Fries 12/9/2021 Part I Playing with PageRank You’ll verify for yourself that PageRank works by performing calculations on a small universe of web pages. Let’s use the 6 page universe that we had in the previous discussion For this directed graph, perform the following calculations in R. • Form the A matrix. Then, ...

1371 sym R (3750 sym/26 pcs) 1 img

605_Hw_13

21.11.2021

Calculus with R 1. Use integration by substitution to solve the integral below. \(u=-7x\hspace{.3cm} du=-7dx\) \(\huge\int_{}^{}4e^{-7x}dx\) \(\huge\int_{}^{}-\frac{4}{7}e^u\hspace{.1cm}du\) \(\huge\int_{}^{}-\frac{4}{7}e^u\hspace{.1cm}du\) \(\huge-\frac{4}{7}\int_{}^{}e^u du\) \(\huge-\frac{4}{7}e^u + C\) \(\huge-\frac{4}{7}e^{-7x} + C\) 2. B...

2692 sym R (485 sym/6 pcs)

Recommender

07.11.2021

Netflix Recommender System Scenario Design Analysis According to Netflix’s research page, Netflix has several different recommendation systems making recommendations on different aspects of their application. They try to personalize everything on the page, from the artwork that you see on the homepage to the artwork shown on the movie titles. ...

4148 sym R (1535 sym/5 pcs) 2 img

607_Hw_10

02.11.2021

Notes The text analyzing code is based on the code from Silge, J., & Robinson, D. (2017). Text Mining with R: A Tidy Approach (1st ed.). O’Reilly Media. Objective To scrape Advance Micro Devices Investor Relations press releases to derive sentiments by year. Shiny app for database sign in. This is a simple sign in gui that Rmarkdown will pi...

6451 sym R (6971 sym/21 pcs) 6 img

605_Hw_9

23.10.2021

11 page 363 11 The price of one share of stock in the Pilsdorff Beer Company (see Exercise 8.2.12) is given by Yn on the nth day of the year. Finn observes that the differences Xn = Yn+1 − Yn appear to be independent random variables with a common distribution having mean µ = 0 and variance σ2 = 1/4. If Y1 = 100, estimate the probability tha...

2022 sym R (323 sym/3 pcs) 3 img

607_Wk_9_Hw

22.10.2021

Objective: The New York Times web site provides a rich set of APIs, as described here: https://developer.nytimes.com/apis You’ll need to start by signing up for an API key. Your task is to choose one of the New York Times APIs, construct an interface in R to read in the JSON data, and transform it into an R DataFrame. Solution: The solution I ...

1765 sym R (4950 sym/9 pcs) 2 img

final

20.10.2021

Which are the most valued data science skills? If you google this question you will receive all kinds of results saying things like Python, Sql, R, Machine Learning, Natural Language Processessing, are the most important skills to have to be a data scientist. Which is accurate, those are necessary skills but it leaves out the most important skill...

4456 sym R (9603 sym/56 pcs) 3 img