Skip to content

henry-aw/DNNforRiskManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Module 13 Challenge

Deep Neural Network for Predicting Successful Funding Applicants

Welcome to my Module 13 Challenge repository. Here, you can check out the binary classification model I created using a deep neural network to predict whether Alphabet Soup funding aaplicants will be successful. Find out more in the follwing sections!


Background

For this project, I acted as a risk management associate at Alphabet Soup, a venture capital firm. Alphabet Soup’s business team receives many funding applications from startups every day. This team has asked me to help them create a model that predicts whether applicants will be successful if funded by Alphabet Soup.

The business team has given me a CSV file containing more than 34,000 organizations that have received funding from Alphabet Soup over the years. The CSV file contains a variety of information about each business, including whether or not it ultimately became successful. Using techniques of machine learning and neural networks, I decided to use the features in the provided dataset to create a binary classifier model that will predict whether an applicant will become a successful business.

This project consists of three technical deliverables:

  • Preprocessing data for a neural network model.
  • Using the model-fit-predict pattern to compile and evaluate a binary classification model.
  • Optimizing the model.

Technologies & Usage

This project leverages Python 3.7, TensorFlow and the Keras Library, SciKit-Learn, and the Pandas library with the following requirements and dependencies:

  • import pandas as pd
  • from pathlib import Path
  • import tensorflow as tf
  • from tensorflow.keras.layers import Dense
  • from tensorflow.keras.models import Sequential
  • from sklearn.model_selection import train_test_split
  • from sklearn.preprocessing import StandardScaler,OneHotEncoder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published