NeuralNetworkCreator
1.0.0
Create Sequential Neural Networks Using a GUI program
this program only works with 1D datasets
Clone this repository:
git clone https://github.com/yousifj129/NeuralNetworkCreator.git
Install the required dependencies:
pip install -r requirements.txt
Run the application:
python NeuralNetworkCreator.py
Load your CSV data using the "Load CSV Data" button.
Configure your neural network:
Train the model using the "Train Model" button.
Use the "Predict" function to make predictions with your trained model.
Analyze your model using the "Analyze Model" button to open the analysis window.
Contributions to improve the Neural Network GUI are welcome!
This GUI application uses TensorFlow, Keras, and PySide6.