Skip to content

harisyammnv/MasterArbeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Thesis

Topic - Development of Robust Machine Learning Algorithms to deal with Noise and Skewness in very Large Datasets

Introduction

This Repository contains exemplary Notebooks where I had applied similar methods to the real datasets i have worked with in my thesis. These notebooks illustrate how important it is to deal with skewness and noise in datasets.

Dealing with Noise and Skewness in the data

Imbalanced Learning in the presence of annotation noise can be dealt in 2 ways as follows:

Method-1 : Noise Models Using Neural Networks with Noise Treatment Layers Network Architecture

Method-2: Denoising Auto encoder + MLP with Noise Treatment Layer dnn result

Exemplary Results

Dealing with Noise in the data using Noise Treatment Layers

For the forest covertype dataset these above models are applied and the results are as follows:

NAR Model Result: 20% Label Noise treated with 5-layer neural network with simple noise layer NAR result

NNAR Model Result: 20% Label+Feature Noise treated with 5-layer neural network with compound noise layer NNAR result