Git Product home page Git Product logo

sohrabrezaei / neural-network-charity-analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 163 KB

This analysis aims to create a deep neural network to classify whether the donations that were given to this charity are being used appropriately. Afterward, we try to optimize the whole model by first increasing neurons, then adding a hidden layer, and finally increasing the epochs.

Jupyter Notebook 100.00%
deep-neural-networks neural-networks optimization preprocessing tensorflow

neural-network-charity-analysis's Introduction

Neural-Network-Charity-Analysis

Overview of the analysis

This analysis aims to create a deep neural network to classify whether the donations that were given to this charity are being used appropriately. Afterward, we try to optimize the whole model by first increasing neurons, then adding a hidden layer, and finally increasing the epochs.

Results

  • What variable(s) are considered the target(s) for your model?

The Is Succesful column, which shows whether the donated money was used efficiently, is our target in this specific model.

  • What variable(s) are considered to be the features of your model?

The features were any column except our Is Succesful column.

image

  • What variable(s) are neither targets nor features, and should be removed from the input data?

Status and ASK_AMT column should be removed because they create noise in the accuracy of the model.

image image

  • How many neurons, layers, and activation functions did you select for your neural network model, and why?

At first, I started with 8 and 5 neurons, respectively, for the two hidden layers. Then, I increased the neurons to 11 for the first hidden layer in order to get a better model accuracy. Finally, I added another hidden layer with three neurons to further escalate the model's accuracy.

image

image

image

image

  • Were you able to achieve the target model performance?

No, I couldn't reach 75 percent accuracy.

  • What steps did you take to try and increase model performance?

1-dropped two features

2-Increased the first hidden layer's neurons from 8 to 11

3-added another hidden layer with three neurons

Summary

After several optimization processes, I increased the model's accuracy from 72.37 to 72.79 by dropping features and adding neurons and a hidden layer to the model.

neural-network-charity-analysis's People

Contributors

sohrabrezaei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.