CS 4375.501 | Machine Learning Models

Norway

LR-Direct

The Linear Regression script using the direct method, and hours as input and grades as response.

Norway

LR-Direct-Polynomial

The Linear Regression script using the direct method and a polynomial model.

Norway

LR-Direct-Many

The Linear Regression script using using the direct method and many feature-variables as input.

Norway

LR-SGD

The Linear Regression script using Stochastic Gradient Descent.

Norway

KMeans-Blobs

The K-Means method applied on 2D Blob-points.

Norway

KMeans-Moons

The K-Means method applied on 2D Moon-points.

Norway

Gaussian-3D

The plot of Gaussian densities: 3D and level sets.

Norway

Gaussian-Sampling

Sampling from a Gaussian density.

Norway

PCA-2D

Example of PCA on 2D points.

Norway

PCA-Reduction

Dimensionality reduction applied on 2D points, from 2D to 1D.

Norway

PCA-Noise

Sampling from a Gaussian density.

Norway

PCA-Handwriting

Example of dimensionality reduction on the dataset ’Handwriting’.

Norway

PCA-Eigenfaces

Showing eigenfaces via Python and PCA.

Norway

KNN-Iris

The K-Nearest Neighbor method applied on the Iris dataset.

Norway

KNN-Iris-K

The K-Nearest Neighbor method applied on the Iris dataset and using multiple values for K.

Norway

KNN-MNIST

The K-Nearest Neighbor method applied on the MNIST dataset.

Norway

Image-Handling

Load, handle and show images using OpenCV.

Norway

LogisticR-Simple

Logistic Regression method applied on the Social Networks Ads dataset.

Norway

LogisticR-Exploratory

Logistic Regression method applied on the Credit Card dataset.

Norway

DTree-Classification

Decision Tree method for classification of instances in a dataset.

Norway

DTree-Regression

Example of Decision Tree method for simple regression.