Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmymugendi/neural-network-for-binary-classification


https://github.com/jimmymugendi/neural-network-for-binary-classification

aws neural-networks numpy pandas sagemaker tensorflow

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

For this project, I will create a simple neural network example in an AWS SageMaker notebook. l use a synthetic dataset to predict whether a customer will make a purchase based on two features:

* Website visit duration
* Number of pages visited.

This is a `binary classification problem`, and we'll use a small neural network for quick execution.

## Step 1: Set Up AWS SageMaker Notebook

* Launch a new SageMaker notebook instance.
* Open a new Jupyter notebook in the instance.
* Choose kernel conda_tensorflow2_p310.