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.
This assigment evaluates different neural network models.
The ipynb file is under GC_venture_funding_with_deep_learning.ipynb
.
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
If there are any questions regarding the assignment, please reach out via email.