/NeuralNetworkCPU

Primary LanguageJavaMIT LicenseMIT

NeuralNetworkCPU

Library deep learning on java.

Find some datasets, that used in this library: https://drive.google.com/file/d/1pUiCEaB6mgx7vSjgbIQu-WoszNeiM36P/view?usp=sharing TinyImagenet and imbd: https://drive.google.com/file/d/1QnbGNTCgi11GyFEXcJY1nidToAOg42kx/view?usp=sharing

Some GPU support files have been taken from https://github.com/tberg12/murphy which are distributed apparently under the Apache-2.0 license

For GPU support, you will need to install the Nvidia CUDA Toolkit.

I am currently using v8.0. May require visual c++ 2015 compiler. There are ways around the need to install the compiler in newer versions.