General information:
- This is a personal project done by Luis Lopera.
- The main aim is to improve my Deep Learnig skills aplying an Artificial Neural Network for classification and regression.
- In this project I used two dataset from kaggle based on fetal health and insurance charges. (links: https://www.kaggle.com/datasets/andrewmvd/fetal-health-classification and https://www.kaggle.com/datasets/mirichoi0218/insurance)
- All the necessary requirements are on requirements.txt
- Research question: The Artificial Intelligence approach has been developed in many areas including Healthcare. So, in this case the idea is to apply and Artificial Neural Network to describe different patterns about health and its cost. So the two questions here are:
- Is it possible to predict the insurance charge of a person based on their health and demographic characteristics?
- Is it possible to classify the health condition of a fetal based on their medical test?
License: This is a open resource code, if someone wants to use it, go ahead.
Contents:
- in: files used as a inputs.
- out: final files as part of the outputs including the best classifier and regressor (ANN).
- EDA.ipynb: file with the exploratory data analysys.
- ANN_Classifier.ipynb: building, runnig, tuning and downlading a Neural Network classifier.
- ANN_Regressor.ipynb: building, runnig, tuning and downlading a Neural Network regressor.