All Projects → maet3608 → nuts-ml

maet3608 / nuts-ml

Licence: other
Flow-based data pre-processing for deep learning

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to nuts-ml

Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (+7156.25%)
Mutual labels:  deep-learning-framework
candock
A time series signal analysis and classification framework
Stars: ✭ 56 (+75%)
Mutual labels:  data-preprocessing
InsNet
InsNet Runs Instance-dependent Neural Networks with Padding-free Dynamic Batching.
Stars: ✭ 58 (+81.25%)
Mutual labels:  deep-learning-library
machine-learning-data-pipeline
Pipeline module for parallel real-time data processing for machine learning models development and production purposes.
Stars: ✭ 22 (-31.25%)
Mutual labels:  data-preprocessing
Stock-Trading-Using-Machine-Learning
A comprehensive approach for stock trading implemented using Neural Network and Reinforcement Learning separately.
Stars: ✭ 20 (-37.5%)
Mutual labels:  data-preprocessing
klar-EDA
A python library for automated exploratory data analysis
Stars: ✭ 15 (-53.12%)
Mutual labels:  data-preprocessing
NumpyDL
Deep Learning Library. For education. Based on pure Numpy. Support CNN, RNN, LSTM, GRU etc.
Stars: ✭ 206 (+543.75%)
Mutual labels:  deep-learning-framework
Dandelion
A light weight deep learning framework, on top of Theano, offering better balance between flexibility and abstraction
Stars: ✭ 15 (-53.12%)
Mutual labels:  deep-learning-library
xplore
A python package built for data scientist/analysts, AI/ML engineers for exploring features of a dataset in minimal number of lines of code for quick analysis before data wrangling and feature extraction.
Stars: ✭ 21 (-34.37%)
Mutual labels:  data-preprocessing
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+8496.88%)
Mutual labels:  data-preprocessing
modelscript
REPO MOVED TO https://github.com/repetere/jsonstack-data - Data Science and Machine learning in JavaScript
Stars: ✭ 40 (+25%)
Mutual labels:  data-preprocessing
SMMT
Social Media Mining Toolkit (SMMT) main repository
Stars: ✭ 116 (+262.5%)
Mutual labels:  data-preprocessing
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-40.62%)
Mutual labels:  data-preprocessing
sciblox
sciblox - Easier Data Science and Machine Learning
Stars: ✭ 48 (+50%)
Mutual labels:  data-preprocessing
Lasagne
Lightweight library to build and train neural networks in Theano
Stars: ✭ 3,800 (+11775%)
Mutual labels:  deep-learning-library
Deep Learning Model Convertor
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
Stars: ✭ 3,044 (+9412.5%)
Mutual labels:  deep-learning-framework
sparklanes
A lightweight data processing framework for Apache Spark
Stars: ✭ 17 (-46.87%)
Mutual labels:  data-preprocessing
mlpractical
Machine Learning Practical Course Code Repository
Stars: ✭ 26 (-18.75%)
Mutual labels:  deep-learning-library
The Incredible Pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Stars: ✭ 8,584 (+26725%)
Mutual labels:  deep-learning-library
prosto
Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby
Stars: ✭ 54 (+68.75%)
Mutual labels:  data-preprocessing

pics/nutsml_logo.gif

nuts-ml is a data pre-processing library for GPU based deep learning that provides common pre-processing functions as independent, reusable units. These so called 'nuts' can be freely arranged to build data flows that are efficient, easy to read and modify.

The following example gives a taste of a nuts-ml data-flow that trains a network on image data and prints training loss and accuracy

(train_samples >> Stratify(1) >> read_image >> transform >> augment >>
   Shuffle(100) >> build_batch >> network.train() >>
   Print('train loss:{} acc:{}') >> Consume())

nuts-ml is based on nuts-flow, which is described here.

https://travis-ci.org/maet3608/nuts-ml.svg?branch=master https://coveralls.io/repos/github/maet3608/nuts-ml/badge.png?branch=master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].