Skip to content

This repo contains examples of binary classification with ANN and hyper-parameter tuning with grid search.

Notifications You must be signed in to change notification settings

SadmanSakib93/ANN-Stratified-K-Fold-Cross-Validation-Keras-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • DS1 folder contains the dataset (cardio.csv) used in both example programs.
  • This repository contains an example program (CV_ClassificationExample.ipynb) of Artificial Neural Network (ANN) and Stratified Cross-Validation for a classification task.
  • For hyper-parameter tuning, please refer to the example use of grid search technique (GridSearch.ipynb).