Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.71 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.71 KB
logo

SimpleGraph

vscode build-passing author university
email release donate

Automatic Derivative Framework

This is a simple framework in automatic derivation. This project aims to provide a AI framework for teaching and learning.

This framework is not stable, but if you are interested in the program, welcome to join us.

Learning and teaching oriented

Tensorflow and other frameworks are too heavy, and we provide a simple implements on the matrix derivation. It can be used in teaching AI.

How to install ?

To use this library, you can use GCC compiler. For example, you use the given file example.c, then you must put this in your Windows.

  gcc example.c -c -o example.o
  gcc example.o libSimpleGraph.dll -o example.exe

Then, you can run your own SimpleGraph.

Instructions

We provide an example in this project. For more detail, you should read the note.