Coder Social home page Coder Social logo

xulizhi321 / deepflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omidsakhi/deepflow

0.0 2.0 0.0 14.14 MB

A node based deep neural network library on top of CuDNN

License: BSD 3-Clause "New" or "Revised" License

CMake 0.76% TypeScript 2.47% JavaScript 0.52% HTML 0.21% CSS 0.11% C++ 71.40% C 0.07% Batchfile 0.12% Cuda 24.34%

deepflow's Introduction

Deepflow

A node based deep neural network library on top of CuDNN

Status

A work in progress. Not mature enough for a release but cool enough for poking around.

Features

  • Node base like Tensorflow
  • Multiple execution phases per graph
  • Custom solver per variable
  • Live weight/data display
  • Create C++ code from Deepflow model

Requirments

  • NVIDIA Graphics Card
  • GPU Only

Dependencies

Working Examples

  • face_dcgan: A least-square generative adversarial network.

results

  • face_ac: Deep auto-encoder on 128x128 CelebA dataset.

results

  • face_vae: Deep variational auto-encoder on 128x128 CelebA dataset.

results

  • mnist_ac: Deep auto-encoder on MNIST dataset.

results

  • mnist_dcgan: Least-square gan (generative adversarial) on MNIST dataset.

results

  • mnist_lenet

Current Nodes

Nodes Nodes Nodes Nodes
data_generator variable place_holder conv2d
image_batch_generator pooling convolution_2d transposed_conv2d
image_reader add square matmult
mnist_reader subtract bias_add dropout
argmax argmin reduce_max reduce_min
reduce_mean reduce_sum reduce_absmax reduce_norm1
reduce_norm2 leaky_relu sigmoid relu
tanh clipped_relu elu phaseplexer
random_selector softmax_loss euclidean_loss print
display psnr softmax equal
cast_float accumulator batch_normalization logger
negate multiplexer random_selector restructure
softmax ...

Current Solvers

  • AdaDelta
  • Adam
  • RMSProp
  • SGD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.