# DLEngine **Repository Path**: chenguanfu/DLEngine ## Basic Information - **Project Name**: DLEngine - **Description**: DeepLearning Engine - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #DLEngine An Engine for deep learning here is some code mainly using cpp to construct a tool box to simplifiy the operation about the useful and classifical function currently compiled and make in the Linux environment the project is using the cmake tools to build a makefile so if the env is Linux using make and else using visual studio before build the project you should do first 1. mkdir build && mkdir lib && mkdir bin && cd build 2. cmake .. 3. make