• Stars
    star
    1
  • Language
    C++
  • Created over 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A LSTM (Long short term memory) implementation. Written in Qt/C++.

More Repositories

1

ImageResizerCUDA

A NVidia CUDA implementation of the bilinear and nearest neighbor resizing algorithms. Written in Qt/C++.
C++
9
star
2

ImageResizer

Tool capable of resizing images using the nearest neighbor, bilinear interpolation and bicubic interpolation algorithms. Written in Qt/C++.
C++
7
star
3

BMPDecoder

Advanced Windows Bitmap decoder. Supports the following bit depths: 1 bpp, 4 bpp, 4 bpp RLE, 8 bpp, 8 bpp RLE, 16 bpp, 32 bpp. Written in Qt/C++.
C++
3
star
4

SelectionModesDemo

Demonstration of different modes of selecting image areas (polygonal, lasso and rectangular selection modes). Written in Qt/C++.
C++
3
star
5

DefaultLibrary

Public domain general-purpose library full of useful functions needed in everyday programming tasks (text processing, IO functions, HTML/JSON/INI parsing, etc.). Written in C++.
C++
2
star
6

ImageRotator

Image rotator capable of rotating images using the Nearest Neighbor or bilinear interpolation algorithms. Written in Qt/C++.
C++
1
star
7

ConvolutionalNeuralNetworkDemo

Demonstration of a working convolutional neural network using the CIFAR-10 dataset. Written in Qt/C++.
C++
1
star
8

ColorExtractor

Color extractor that can be used to extract or remove a certain color from an image. An error tolerance may also be set. Written in Qt/C++.
C++
1
star
9

MultiLayerLongShortTermMemoryNeuralNetwork

A multi-layer LSTM (Long short term memory) implementation, featuring the ability to add hidden layers to each of the four LSTM gates. Written in Qt/C++.
C++
1
star
10

ImageAutoClipper

Program for auto-clipping images by removing "stray" pixels, with adjustable parameters. Written in Qt/C++.
C++
1
star
11

ImageTagger

ImageTagger is a tool written in Qt/C++ for tagging regions of images, for example in order to create training sets for deep learning. It produces JSON files.
C++
1
star