GitXplorerGitXplorer
s

Advance-Machine-Learning-EE622

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
7490dfdf36353a930668c69757fd1a783c233711

Update README.md

ssam575 committed 8 years ago
Unverified
fabe49d7ffdff10b0ace269c3dee02366abb21d0

Update README.md

ssam575 committed 8 years ago
Unverified
c25af01a603c90cf71b5785773a862c86782b115

Delete kk

ssam575 committed 8 years ago
Unverified
c6527db5cf87819a01431fd6bd3257cb1c4cda6e

Add files via upload

ssam575 committed 8 years ago
Unverified
d118fb18958162a80707f941f6398dfdfab69e8b

Create kk

ssam575 committed 8 years ago
Unverified
35ae49d238009f75ff68d3c3d41ae054c0517fe7

Delete lol

ssam575 committed 8 years ago

README

The README file for this repository.

Advance-Machine-Learning-EE622

Course Website: http://advancedmachinelearning.weebly.com/

Assignment 1: HDLSS analysis of gene expression data

Problem Statement: The Gene Expression Omnibus (GEO) data series GSE4115 contains data from 192 human subjects, each with 22,283 profiled genes. Each subject can have one of three disease states: cancer, no cancer, or suspected cancer. Your task is to build a classifier for cancer vs. no cancer by using HDLSS techniques (such as elastic net).

Dataset: http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE4115

Assignment 2: Classification of cat vs. dog images

Problem Statement: You are given a dataset with images of cats and dogs in zipped file CatDogdata.zip [0.7GB]. Each image is of size 64643 each arranged in the rows of trainX matrix in file traindata.mat . Labels for training are available in the trainY matrix in file traindata.mat. You should 3-fold cross validation to create separate training and validation datasets. Testing images are provided as the rows of matrix testX in the file testdata.mat. Testing labels are not provided. You are asked to use whatever method you wish to classify the test dataset.

Dataset: https://drive.google.com/file/d/0B_ves267SeMbOHlIVWhLSThlaVU/view

Assignment 3: Generate text using LSTM

Problem Statement: Train an LSTM on Human Action by Ludwig von Mises. This book is supposedly the best defense of capitalism ever written, which might be a good read for your winter vacation. For the assignment, you don't have to read it. Just train an LSTM on it and generate five samples of random text that sound like this book. Submit a single zip archive with well-commented code, sample output, and any interesting observations while training the code.