# ANN **Repository Path**: Z_959/ann ## Basic Information - **Project Name**: ANN - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ANN C++ An artificial neural network framework based on c++ ## BUILD **Linux** ``` ./build_with_gcc_linux.sh ``` Or Ensure that cmake, make, and g++ are installed ``` ./build_with_cmake_linux.sh ``` **Windows** You can change gcc to another compiler (such as clang,msvc) ``` build_with_gcc_win.bat ``` ## TEST Create models folder and logs folder (if they do not exist) ``` ./ann ``` ## BiliBili Video https://www.bilibili.com/video/BV1Us4y1z7dv