Publications by Md Asaduzzaman

Document

19.12.2024

Introduction: According to the CDC, the number of suicides is on the rise. The main objective of this project is to find out these reasons why people want to end their lives. When we get to the root of it we find that unhappiness is root cause of the oneself killing. In this project, we will now try to find out where this unhappiness comes from...

3046 sym R (25341 sym/87 pcs) 22 img

Document

14.12.2024

R Markdown library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.4.2 ## Warning: package 'ggplot2' was built under R version 4.4.2 ## Warning: package 'tibble' was built under R version 4.4.2 ## Warning: package 'stringr' was built under R version 4.4.2 ## Warning: package 'lubridate' was built under R version 4.4.2 ## ─�...

986 sym R (3580 sym/18 pcs) 1 img

Document

13.12.2024

R Markdow library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.4.2 ## Warning: package 'ggplot2' was built under R version 4.4.2 ## Warning: package 'tibble' was built under R version 4.4.2 ## Warning: package 'stringr' was built under R version 4.4.2 ## Warning: package 'lubridate' was built under R version 4.4.2 ## ─�...

745 sym R (357915 sym/37 pcs) 1 img

Document

12.12.2024

R Markdown library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.4.2 ## Warning: package 'ggplot2' was built under R version 4.4.2 ## Warning: package 'tibble' was built under R version 4.4.2 ## Warning: package 'stringr' was built under R version 4.4.2 ## Warning: package 'lubridate' was built under R version 4.4.2 ## ─�...

935 sym R (6851 sym/44 pcs)

Document

04.12.2024

Using the information you collected on movie ratings, implement a Global Baseline Estimate recommendation system in R. Most recommender systems use personalized algorithms like “content management” and “item-item collaborative filtering.” Sometimes non-personalized recommenders are also useful or necessary. One of the best non-personali...

1286 sym R (25708 sym/174 pcs)

Document

21.11.2024

Instructions In Text Mining with R, Chapter 2 looks at Sentiment Analysis. In this assignment, you should start by getting the primary example code from chapter 2 working in an R Markdown document. You should provide a citation to this base code. You’re then asked to extend the code in two ways: Work with a different corpus of your choosing, ...

3363 sym R (32700 sym/177 pcs) 10 img

Document

14.11.2024

Week 9 TidyVerse/GitHub CREATE assignment Md Asaduzzaman library(phylotypr) #> Warning: package 'phylotypr' was built under R version 4.4.2 library(purrr) {r} # usethis::use_vignette("Week_9_TidyVerse_GitHub_CREATE_assignment") # R Markdown Your task here is to Create an Example. Using one or more TidyVerse packages, and any dataset from five...

1775 sym Python (8920 sym/13 pcs) 3 img

Document

10.11.2024

R Markdown 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. library(tidyverse) ## ...

903 sym R (335078 sym/35 pcs) 1 img

Document

23.10.2024

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within...

9391 sym R (41194 sym/34 pcs) 2 tbl

Document

16.10.2024

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(tidyr) library(magrittr) ## ## Attaching package: 'magrittr' ## The following object is masked from ...

1760 sym R (530933 sym/64 pcs)