Without any hesitation.

2020-08-10
CPPCNN

GitHub

Source codes

A tiny framework of convolutional nerual networks with C++ implementation. You can add arbitrary number of convolutional layers, max pooling layers and hidden layers to construct your own convolutional neural networks.

This framework contains a sub neural network framework which is multi-layer neural network, you can also use it as CNNs to construct your own multi-layer neural netowrk.

This project also implemented Momentum SGD and Adam Optimizer in Multi-layer Neural Networks part and can be enabled by functions.

Read More

2020-08-10
QML Borderless Window

GitHub

Source codes

The default frameless window style of Qt will lose the native animation and window shadow in Windows system. This is due to it does not use Desktop Window Manager (DWM) APIs to enable borderless effect.

Demo

demo

Read More

2016-06-11
CUDA7.5+CUDNNv4+Caffe+Ubuntu16.04 Issues Collection

There are so many issues when I tried Caffe+CUDA7.5+CUDNNv4+Ubuntu16.04, put them here in case of need.

First, should use Python2.7 rather than Python3.5!!!

Read More