Skip to content

shunting314/tmlf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmlf

A simply machine learning framework.

The main purpose I start this project is to understand in deep how a machine learning framework does all the interesting stuff (espacially autograd).

This project relies on Eigen to represent tensor and do linear algebra.

Check nb/tmlf_nn.ipynb whichs achieves 96% accuracy on Kaggle digit recognizer contest.

Instructions to build and run

Use tmlf/build script to build the tmlf_pybind.[PLATFORM_STRING].so . Make sure the root directory of the repository is under python search path. Then you can directly use tmlf package in your code like:

from tmlf.python import workspace

About

A simply machine learning framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published