Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MagmaDNN: a simple deep learning framework in c++

License

NotificationsYou must be signed in to change notification settings

MagmaDNN/magmadnn

Repository files navigation

A neural network library in c++ aimed at providing a simple, modularized framework for deep learning that is accelerated for heterogeneous architectures. MagmaDNN's releases are located athttps://bitbucket.org/icl/magmadnn (andhere), while active development occurs athttps://github.com/MagmaDNN/magmadnn/tree/dev. If you're looking to contribute or submit a pull-requests/issues, then please do so on the github development repository.

GitHub tag (latest by date)

In version 1.0 MagmaDNN offers a strong tensor core with standard machine learning and DNN functionalities built around it. For nightly development builds use the github repository linked above.

MagmaDNN is optimized towards heterogeneous architectures (multi-core CPU and GPU), so it is advised to use with a modern NVIDIA GPU. However, MagmaDNN does support a CPU only install. This is mainly meant for testing and is not nearly as optimized as the GPU version.

The documentation can be found on thedocs site. For the most recent version of the documentation see thebuild & install tutorial on how to build the docs from source. Thetodo page contains information on the future of the package and thetroubleshooting page walks through common issues and there solution.

Tutorials


There are several tutorials indocs/tutorials. These give an introduction into installing and using the library.

Examples


For examples of what MagmaDNN code looks like see theexamples/ folder. If MagmaDNN is downloaded and installed, then the examples can be made and run withmake examples.

Development Activity


All development takes place on thegithub site.

GitHub issuesGitHub closed issuesGitHub pull requestsGitHub closed pull requests

GitHub commit activityGitHub contributors

author: Daniel Nichols

co-authors: Florent Lopez, Sedrick Keh, Rocco Febbo


[8]ページ先頭

©2009-2025 Movatter.jp