Skip to content

raja1196/Binary-Classification-using-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Binary-Classification-using-keras

Project Title

This project executes binary classification with the make_moon dataset using keras Neural network library.

Prerequisites

The prerequisites to executing this code include, installing scikit learn (for importing dataset), keras for the classification and tensorflow to execute callbacks

Scikit-Learn
Keras
tensorflow

Installing Dependencies

To install the dependencies to run this code,
scikit-learn
keras
TensorFlow

pip install -U scikit-learn
pip install Keras

For TensorFlow alone, follow the instruction in the link as it requires creating a virtual environment to run.

Running the code

To run the code, download the file, and open jupyter notebook to run the code. Execute the first cell to check whether the dependencies are installed properly. Then execute the rest of the code to visually observe the classification.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published