Skip to content

ogbanugot/DeepKurtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepKurtex: A Library for the Design Space Exploration of Deep Neural Network Architectures

Version

Getting started

First, Clone the repository and build the solution.

Building your own CNN model

Include the CNN module

using AI.ML.CNN;

Model configuration

Configuration can be achieved using either a configuration string or by initialization of the classes with their parameters passed to them.
Configure with configuration string.

alt text

Construct model and initialize training

alt text

Check the test files in Tests/ for many use case examples.

The library is a work in progress, more classes and optimization to come.

Send a pull request if you would like to collaborate!