Publications by Shovan Biswas

Document

28.06.2020

Project 4 | Accuracy and Beyond Project Objectives Deliverables Libraries Data Preparation and Exploration Load Data Preview data Create Matrix Check and Remove Empty Lines Subset Data Visualization Exploring the values of the rating Recommendation algorithms Split the dataset into training set (80%) and testing set (20%): User Based Collabo...

6034 sym R (17360 sym/43 pcs) 4 img 4 tbl

Document

19.09.2020

Blog - 4 What is being presented in the blog Libraries Mathematical steps for SVD computation Math Example to implement the above outline Citation Shovan Biswas 9/18/2020 What is being presented in the blog Although Matrix Factorization is a side topic, it’s required for Linear Regression related computations. So, I thought of creating a ...

4325 sym R (2693 sym/20 pcs)

Publish Document

17.09.2020

library(tidyverse) ## Warning: package 'tidyverse' was built under R version 3.6.3 ## -- Attaching packages ------------------------------------------------------------------------------------------------------------------------------------------------------ tidyverse 1.3.0 -- ## v ggplot2 3.2.1 v purrr 0.3.3 ## v tibble 2.1.3 v dplyr...

2188 sym R (2263 sym/11 pcs) 2 img

Document

17.09.2020

library(tidyverse) ## Warning: package 'tidyverse' was built under R version 3.6.3 ## -- Attaching packages ---------------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.2.1 v purrr 0.3.3 ## v tibble 2.1.3 v dplyr 0.8.3 ## v tidyr 1.0.0 v stringr 1.4.0 ## v readr 1.3.1 v...

314 sym R (1502 sym/17 pcs) 2 img

Linear Regression

30.12.2020

Linear Regression Linear Regression Load Packages Problem Statement Shovan Biswas 2020/04/07 Load Packages library(knitr) Problem Statement Since the book has no problems, I chose this problem, from a different book. Marker: 605-11_d ...

244 sym R (14 sym/1 pcs) 1 img

Central Limit Theorem

30.12.2020

Central Limit Theorem Central Limit Theorem Load Packages Problem 1 Problem 2 Problem 3 Shovan Biswas 2020/03/23 Load Packages library(knitr) library(matlib) Problem 1 The answers are in the following pages. The calculations of (a), (b), (c) are shown in the code chunks. v <- 365 * (1/4) x <- pnorm(100 - 100, mean = 0, sd = sqrt(v), low...

550 sym R (296 sym/7 pcs) 3 img

Sums of Independent Random Variables and Law of Large Numbers

30.12.2020

Sums of Independent Random Variables and Law of Large Numbers Sums of Independent Random Variables and Law of Large Numbers Load Packages Problem Statement Shovan Biswas 2020/03/16 Load Packages library(knitr) Problem Statement Problem 1 selected from page 312 of “Introduction to Probability”, by Charles M. Grinstead and J. Laurie Snel...

407 sym R (14 sym/1 pcs) 1 img

Taylor Series McLaurin Series

30.12.2020

Taylor Series McLaurin Series Taylor Series McLaurin Series LOad Packages Problem Statement Shovan Biswas 2020/05/04 LOad Packages library(knitr) library(matlib) Problem Statement The problems and answers are in the following pages. Marker: 605-14 ...

244 sym R (31 sym/1 pcs) 3 img

Probability

30.12.2020

Probability Probability Load Packages Problem Set 1 Problem Set 2 Shovan Biswas 2020/03/09 Load Packages library(knitr) library(matlib) Problem Set 1 The answers are in the following pages. Problem Set 2 Your organization owns a copier (future lawyers, etc.) or MRI (future doctors). This machine has a manufacturer’s expected lifetime ...

3264 sym R (1508 sym/25 pcs) 3 img

Distributions and Densities and Expected Value and Variance

30.12.2020

Distributions and Densities and Expected Value and Variance Distributions and Densities and Expected Value and Variance Load Packages Problem Statement Shovan Biswas 2020/03/09 Load Packages library(knitr) Problem Statement Problem 8 selected from page 279 of “Introduction to Probability”, by Charles M. Grinstead and J. Laurie Snell. T...

403 sym R (14 sym/1 pcs) 1 img