/neuralNet

Primary LanguagePython

Neural Net

Followed the improved code in this Kaggle comment

Run python main.py

Using a Conda environment. Conda set up below:

conda create -n neuralNet python=3.11 tensorflow keras matplotlib pandas numpy

conda activate neuralNet

conda deactivate neuralNet