Skip to content
/ kuu Public

`kuu` is a deep learning framework developed in modern C++.

License

Notifications You must be signed in to change notification settings

yuukicammy/kuu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kuu: A modern C++ deep learning framework

Introduction

kuu is a deep learning framework developed in modern C++.

This framework has been developed for the following purposes for myself.

  • To gain a deeper understanding of the structure and behaviour of deep learning frameworks
  • To study modern C++ development

Requirements

  • C++ compiler supporting C++17 (gcc or Clang)
  • xtensor
  • cmake

Installation

$ cd kuu
$ mkdir build
$ cd build
$ cmake ..
$ make 

About

`kuu` is a deep learning framework developed in modern C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published