Giter Site home page Giter Site logo

neural_network_charity_analysis's Introduction

Neural Network Charity Analysis

Overview of the analysis:

Purpose:

Beks is going to use her knowledge of machine learning and neural networks to help Alphabet Soup predict whether the organizations that have received funding will be successful if funded.

Results:

Data Preprocessing:

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

The target variable for this model is the "IS_SUCCESSFUL" COLUMN

2.) What variable(s) are considered to be the features for your model?

The features of the model are:

  • APPLICATION_TYPE
  • AFFILIATION
  • CLASSIFICATION
  • USE_CASE
  • ORGANIZATION
  • STATUS
  • INCOME_AMOUNT
  • SPECIAL_CONSIDERATIONS
  • ASK_AMOUNT

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

NAME and EIN were removed as it does not add to the accuracy to the model.

Compiling, Training, and Evaluating the Model:

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

The orginal model had neurons and layers to to match the output of the starter code i.e 80 and 30, I used the

2.) Were you able to achieve the target model performance?

No, it would be just under 75%

3.) What steps did you take to try and increase model performance?

  • Added a third hidden layer
  • Additional nuerons were added to the hidden layer
  • The number epochs were increased to 300
  • The activation for the outer layer from "sigmoid" to "tanh"

Summary:

The deep learning model was able to accurately predict which donations would be successful ~73% of the time.

neural_network_charity_analysis's People

Contributors

java2509 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.