radu-dogaru

radu-dogaru

Geek Repo

Github PK Tool:Github PK Tool

radu-dogaru's repositories

ELM-super-fast

Python implementation of ELM - with optimized speed on MKL-based platforms; Described in conference paper: Radu Dogaru, Ioana Dogaru, "Optimization of extreme learning machines for big data applications using Python", COMM-2018; Allows quantization of weight parameters in both layers and introduces a new and very effective hidden layer nonlinearity (absolute value)

Language:PythonLicense:BSD-3-ClauseStargazers:9Issues:3Issues:0

LightWeight_Binary_CNN_and_ELM_Keras

Light weight convolutional neural networks and Keras based ELM (extreme learning machine)

Language:Jupyter NotebookLicense:MITStargazers:6Issues:1Issues:0

fast-fhn-rd-cnn-simulators

Four simulators for reaction-diffusion cellular nonlinear networks running on Google COLAB

Language:Jupyter NotebookLicense:MITStargazers:4Issues:1Issues:0

LB-CNN-compact-and-fast-binary-including-very-fast-ELM

A framework to train and optimize light convolutional networks, also includes a very fast Chainer/Cupy training using extreme learning machine as output layer

Language:Jupyter NotebookLicense:MITStargazers:3Issues:1Issues:0

NL-CNN-a-compact-fast-trainable-convolutional-neural-net

A fast yet light convolutional neural network model suitable for small/medium input image sizes (up to 64x64)

Language:Jupyter NotebookLicense:MITStargazers:3Issues:2Issues:0

Fast-Support-Vector-Classifier

Implementation of the FSVC algorithm (Octave and Matlab MEX compiled)

Language:MATLABStargazers:2Issues:3Issues:0

V-CNN

Versatile CNN (for image classification, can be optimized to efficient TinyML solutions : good validation accuracy yet low complexity

Language:Jupyter NotebookLicense:MITStargazers:1Issues:0Issues:0

Binary_conv_CNN_models

Some CNN models where weights in the convolution layers are {-1,1} while weights in the output layers are fixed point integers (for finite number of bits)

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

NL-CNN-RDT-based-sound-classification-

Models and their evaluation for paper: Radu Dogaru and Ioana Dogaru "RD-CNN: A Compact and Efficient Convolutional Neural Net for Sound Classification ", ISETC-2020

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

numpyCNN

A simple vectorized implementation of a Convolutional Neural Network in plain Numpy && more

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Super_Fast_Vector_Classifier

A Python implementation of the algorithm described in paper Radu Dogaru, Ioana Dogaru, "Optimized Super Fast Support Vector Classifiers Using Python and Acceleration of RBF Computations", (2018) ; There is no output layer learning only a relatively fast selection of support vectors in a RBF-layer optimized for speed. Faster than SVM

Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:1Issues:0