Skip to content

Instantly share code, notes, and snippets.

View Elijah57's full-sized avatar
💭
Currently developing new skills

Elijah Echekwu Elijah57

💭
Currently developing new skills
View GitHub Profile
@NiharG15
NiharG15 / README.md
Last active February 27, 2024 14:39
Iris Classification using a Neural Network

A Simple Neural Network in Keras + TensorFlow to classify the Iris Dataset

Following python packages are required to run this file:

    pip install tensorflow
    pip install scikit-learn
    pip install keras