Skip to content
View cdeeply's full-sized avatar

Block or report cdeeply

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cdeeply/README.md

C Deeply (cdeeply.com) builds neural networks very quickly from small training datasets (<100 kB). The web portal and APIs allow a 1 second computation time, used for architecture search and network training.

This repository contains the APIs that allow C Deeply's algorithms to be called directly by another application rather than manually through web form submissions. The current interfaces are:

  • C / C++
  • MATLAB / Octave
  • Python
  • R
  • UNIX Bash scripts -- these embed neural networks in myNN.html, just as the web portal does

Each interface gives access to two methods:

  • Supervised training (regression), used to predict certain columns/rows from others in a numeric table.
  • Unsupervised training to find features in tabular data. The algorithm can produce an autoencoder, or just an encoder or decoder.

Additional methods (e.g. reinforcement training, methods to use on image/audio data, etc) will be added as they are developed.

Questions or comments should be directed to: info@cdeeply.com.

Popular repositories Loading

  1. cdeeply-python cdeeply-python Public

    Python interface to C Deeply's neural network generators

    Python 1 1

  2. cdeeply cdeeply Public

    Config files for my GitHub profile.

  3. cdeeply-unix-bash cdeeply-unix-bash Public

    Bash shell commands to call C Deeply's neural network generator

    Shell

  4. cdeeply-C cdeeply-C Public

    C/C++ interface to C Deeply's neural network generator

    C 1

  5. cdeeply-m-file cdeeply-m-file Public

    MATLAB / Octave interface to C Deeply's neural network generator

    MATLAB 1

  6. cdeeply-web cdeeply-web Public

    HTML/Javascript wrapper for embedded neural networks

    HTML