Skip to content

Bryanvdstegen/Module13_Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Module13_Challenge

Submission for Bryan Tran Lu.

  • Please note that the entirely of this assignment was performed on Google Colab.
  • All script outputs were cleared to reduce the size of the file to upload to GitHub.

Description

This assigment evaluates different neural network models.

Instructions

The ipynb file is under GC_venture_funding_with_deep_learning.ipynb.

Installation Requirements

If using Google Colab, installing the following libraries are required prior to running the script:

!pip install tensorflow
!pip install keras
!pip install sklearn

Once installed, import the following:

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

Authors and Support

If there are any questions regarding the assignment, please reach out via email.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published