Publications by Abdelmalek Hajjam

Data 612 - Project 3

25.06.2020

Introduction The goal of this assignment is to implement a matrix factorization method—such as singular value decomposition (SVD) or Alternating Least Squares (ALS)—in the context of a recommender system. Matrix Factorization or matrix decomposition is factorization of that matrix into three matrices. The product of these matrices will produc...

3687 sym R (4845 sym/28 pcs) 2 img

Data612 - Project4

03.07.2020

Goal & Problem Statement The goal of this assignment is to compare the accuracy of recommender system algorithms. I will build functions to evaluate the best model and compare their accuracies. The data for the project is taken from the Jester Joke Recommender System and downloaded from http://www.ieor.berkeley.edu/~goldberg/jester-data/. The dat...

7488 sym R (8246 sym/32 pcs) 4 img

Data612-Discussion2

13.07.2020

For this discussion item, please watch the following talk and summarize what you found to be the most important or interesting points. The first half will cover some of the mathematical techniques covered in this unit’s reading and the second half some of the data management challenges in an industrial-scale recommendation system. Overview Chr...

3325 sym

Data612 - Final Project

16.07.2020

Introduction Goodreads is a social cataloging website that allows individuals to search freely its database of books, annotations, quotes, and reviews. Users can sign up and register books to generate library catalogs and reading lists. They can also create their own groups of book suggestions, surveys, polls, blogs, and discussions. Goodreads’...

6236 sym R (3172 sym/15 pcs) 3 img

Data 698 - Project Proposal

12.09.2020

Hospital Diebetic Cases Readmission Team Members Monu Chacko Md Forhad Akbar Abdelmalek Hajjam Shovan Biswas Overview and Motivation Hospitalizations account for almost one-third of the total health care spending in the United States. A substantial portion of those hospitalizations are readmissions, which is why the Hospital Readmissions Redu...

4403 sym

Data624 - Homework2

21.02.2021

Homework 2 library(knitr) library(kableExtra) library(ggplot2) library(fpp2) library(readxl) Exercise 3.1 For the following series, find an appropriate Box-Cox transformation in order to stabilise the variance. usnetelec usgdp mcopper enplanements usnetelec head(usnetelec) ## Time Series: ## Start = 1949 ## End = 1954 ## Frequency = 1...

2252 sym R (5715 sym/68 pcs) 16 img

Data624 Homework1

15.02.2021

library(knitr) library(kableExtra) #install.packages("fpp2") library(fpp2) Exercise 2.1 Use the help function to explore what the series gold, woolyrnq and gas represent. # help(gold) # help(woolyrnq) # help(gas) head(gold) ## Time Series: ## Start = 1 ## End = 6 ## Frequency = 1 ## [1] 306.25 299.50 303.45 296.75 304.40 298.35 tsdis...

3402 sym R (2972 sym/67 pcs) 35 img 1 tbl

Data624 - Homework3

01.03.2021

Homwork 3 library(knitr) library(kableExtra) library(ggplot2) library(fpp2) library(seasonal) library(readxl) Exercise 6.2 The plastics data set consists of the monthly sales (in thousands) of product A for a plastics manufacturer for five years. Plot the time series of sales of product A. Can you identify seasonal fluctuations and/or a tr...

1637 sym R (6720 sym/21 pcs) 12 img

data624 - Project 1

11.04.2021

This project consists of 3 parts - two required and one bonus and is worth 15% of your grade. The project is due at 11:59 PM on Sunday March 31. I will accept late submissions with a penalty until the meetup after that when we review some projects. library(tidyverse) library(scales) library(lubridate) library(knitr) library(fpp2) library(rea...

7514 sym R (13268 sym/90 pcs) 23 img 8 tbl

Data624-HW5

15.03.2021

library(kableExtra) library(corrplot) library(fpp2) library(plotly) library(gridExtra) library(readxl) Exercise 7.1 Consider the pigs series — the number of pigs slaughtered in Victoria each month. Monthly total number of pigs slaughtered in Victoria, Australia (Jan 1980 – Aug 1995). #using library(fpp2) #help("pigs") head(pigs) ## ...

5638 sym R (15919 sym/111 pcs) 29 img