DeepBlockDeepak / kaggle_titanic

Titanic Survivor Predictor: A multiple machine learning model project to forecast survival outcomes of Titanic passengers. Engineered from historical data, refined with feature selection, tested with CI/CD, and outputs validation metrics.
https://www.kaggle.com/c/titanic
1 stars 0 forks source link

Integrate my-neural-network as a model #24

Closed DeepBlockDeepak closed 4 months ago

DeepBlockDeepak commented 4 months ago

Description

Integrate the my-neural-network project as a dependency into this project. Leverage the SimpleNeuralNetwork and ActivationFunction classes from my-neural-network for modeling.

Tasks: