Neural Network Model
Collection
1 item • Updated
How to use ShahadAljohani/artificial-neural-network with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://ShahadAljohani/artificial-neural-network")
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This project implements an Artificial Neural Network (ANN) using TensorFlow/Keras for binary classification.