Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

WardDeb/Advanced_analytics_KUL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Analytics KUL

Repository for KUL course advanced analytics in Business

Overview

The input datasets can be found either datasets folder, or were to large to be included (assignment 2). A conda environment specifying all the packages and versions needed for the analyses per assignment can be found in the envs folder.

Note that assignment 2 does not have a conda environment, instead the notebook are meant to be ran in a docker environment that is based on a tensorflow-gpu-jupyter image.

  • assignment1: Predictive modeling on tabular data
  • assignment2: Image regression using CNNs
  • assignment3: Streaming analytics on test data
  • assignment4: graph analytics on social network data

Example jupyter

Create a conda environment to house all the dependencies for assignment 1:

conda env create -f envs/assignment1.yaml -n advan_1
conda activate advan_1
jupyter lab

Example docker

First create the docker container (ideally on a machine with a GPU available):

docker build -t tensorflow:1 envs/
docker run --gpus all -it -p 8888:8888 -v /path/to/repository:/tf --user 1000:1000 tensorflow:1

And run notebook assignment2 Note that the images should be available in the repository path under an 'images' directory.

About

Repository for KUL course advanced analytics in Business

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors