Code Monkey home page Code Monkey logo

huichengz0520 / intellgraph Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lingbozhang/intellgraph

1.0 0.0 0.0 16.25 MB

IntellGraph is an abbreviation of Intelligent Graph. As the name indicates, the IntellGraph framework is developed for Artifical Intelligence and is abstracted based on Graph Theory. The project is still under development. In current version, users are able to use it for constructing fully connected deep neural networks with different activation and loss functions (e.g. sigmoid activation function, mean square error loss function, cross-entropy loss function, etc). Examples (in the example/ directory) are prepared to show the capability of the IntellGraph project and you are encouraged to study them before building your own neural networks.

License: Apache License 2.0

CMake 0.93% C++ 88.98% C 0.51% Shell 0.72% Python 8.15% Makefile 0.31% M4 0.41%

intellgraph's Introduction

IntellGraph License

A Deep Learning Framework in C++, developed with Just-in-time Compilation and Symbolic Computation.

drawing

Description

IntellGraph is an abbreviation of Intelligent Graph. As the name indicates, the IntellGraph framework is developed for Artifical Intelligence and is abstracted based on Graph Theory. The project is still under development. In current version, users are able to use it for constructing fully connected deep neural networks with different activation and loss functions (e.g. sigmoid activation function, mean square error loss function, cross-entropy loss function, etc). Examples (in the example/ directory) are prepared to show the capability of the IntellGraph project and you are encouraged to study them before building your own neural networks.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Homebrew (A package manager for MacOS and could be used to install CMake and Conan)
  • CMake
  • Conan

Building

Git Clone

First we need to check out the git repo:

$ cd ${insert your workspace folder here}
$ git clone https://github.com/lingbozhang/IntellGraph my-project

Now we should be in the project's top level folder.

Building Manually

$ rm -rf build/manual && mkdir -p build/manual
$ cd build/manual
$ conan install ../..
$ cmake ../..
$ make && make install

Run examples

To run examples (codes are located in the examples/ directory), do following:

$ cd intellgraph/build/manual/bin
$ ./examples

Contribution guidelines

We welcome every people who interested in the IntellGraph project, if you want to contribute, please do not hesitate to contact us [email protected]. You are recommended to review the contribution guidelines and development tutorial. By participating, you are also expected to join the Gitter community:

Gitter chat

License

Apache License

Acknowledgments

intellgraph's People

Contributors

lingbozhang avatar huichengz0520 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.