Skip to content

sivakarthik51/NNCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running in Mac:

  1. Create Make File:

     cmake -DCMAKE_C_COMPILER="/usr/local/opt/llvm/bin/clang" -DCMAKE_CXX_COMPILER="/usr/local/opt/llvm/bin/clang++" .
    
  2. To build the Project:

     make
    
  3. Make sure the executable nnfs is generated and to run:

     ./nnfs
    

About

Implementation of Neural Networks in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published