Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 556 Bytes

File metadata and controls

21 lines (15 loc) · 556 Bytes

Data-Mining-Using-NN

.# add following jar files to jdk library .#jgraph .#jgrapht

Overview

The dataset conists of the following attributes: 1.Age 2.Education 3.Gender 4.HoursPerWeek

Our aim is to predict whether an individual will earn more than $50K or not.

Neural Network architecure

The neural network consists of 16 input neurons, 9 hidden neurons and 1 output neuron

alt text

The network achieved an accuracy of 76%