Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
artificial-neural-network – AI Model by ShahadAljohani | AlphaNeural AI
You can deploy this model and start earning money today!
ShahadAljohani
/
artificial-neural-network
like
0
keras
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Simple ANN Binary Classification Model
Overview
This project implements an Artificial Neural Network (ANN) using TensorFlow/Keras for binary classification.
Model Architecture
Input features: 2
Hidden layers:
Dense layer (6 neurons, ReLU)
Dense layer (6 neurons, ReLU)
Output:
Dense layer (1 neuron, Sigmoid)
Training
Optimizer: Adam
Loss: Binary Crossentropy
Epochs: 100
Batch size: 32
Files
simpleArtificialNeuralNetworkTraining.py: Model training
evaluation.py: Model evaluation
inference.py: Prediction script
model.keras: Trained model