/Kerassy-ANN

Primary LanguageJupyter Notebook

Kerassy-ANN

Introduction

This is an implementation of Arificial Neural Network(ANN). For data preprocessing, I have used sklearn and for data generation, numpy. Inspired by Keras I've written the class to resemble the brilliant framework as closely as possible.