-
Updated
Jan 3, 2019 - Python
#
mlp
Here are 305 public repositories matching this topic...
TensorFlow template application for deep learning
machine-learning
csv
deep-learning
tensorflow
inference
cnn
lstm
tensorboard
mlp
libsvm
tfrecords
wide-and-deep
serving
The deeplearning algorithms implemented by tensorflow
-
Updated
Feb 27, 2019 - Jupyter Notebook
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
python
machine-learning
computer-vision
deep-learning
cnn
pytorch
rnn
mlp
transfer-learning
pytorch-tutorial
rnn-pytorch
colaboratory
colab-notebook
cnn-pytorch
pytorch-implementation
colab-tutorial
-
Updated
May 7, 2019 - Jupyter Notebook
Efficient, transparent deep learning in hundreds of lines of code.
deep-learning
neural-network
matlab
cnn
lstm
sgd
rnn
mlp
cudnn
softmax-layer
quasi-recurrent-neural-networks
-
Updated
Apr 25, 2019 - MATLAB
Can a neural network predict your next move on a game of rock, paper and scissor?
-
Updated
Aug 30, 2019 - JavaScript
Speech emotion recognition using LSTM, SVM and MLP, implemented in Keras | 语音情感识别
-
Updated
May 27, 2020 - Python
各种深度学习结构、模型和技巧的集合
tensorflow
cnn
pytorch
gan
mnist
vgg
rnn
autoencoder
svhn
resnet
alexnet
deeplearning
mlp
vgg16
celeba
quickdraw
deep-learning-tutorial
char-rnn
cifar10
pytorch-tutorial
-
Updated
Dec 8, 2019 - Jupyter Notebook
Allstate Kaggle Competition ML Capstone Project
data-science
machine-learning
udacity
tutorial
neural-network
notebook
keras
capstone
kaggle
xgboost
keras-tutorials
mlp
hyperopt
cudnn
-
Updated
Dec 10, 2016 - Jupyter Notebook
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
machine-learning
qlearning
ai
deep-learning
neural-network
micropython
esp32
q-learning
artificial-intelligence
neurons
deeplearning
mlp
predictive-modeling
ann
lopy
wipy
pycom
multilayer-perceptron
hc2
-
Updated
Jun 1, 2019 - Python
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
machine-learning
deep-learning
svm
scikit-learn
cnn
python3
pytorch
mnist
rnn
mnist-classification
logistic-regression
mlp
knn
-
Updated
Jun 9, 2020 - Python
run a multitude of classifiers on you data and get an AUC report
-
Updated
Oct 25, 2019 - Python
several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytorch, theano, keras]
-
Updated
Jan 19, 2018 - Python
OpenCL for Nets - A Deep Learning Framework based on OpenCL, written by C++. Supports popular MLP, RNN(LSTM), CNN(ResNet). Friendly debugger. Transparent data. No library dependencies. 基于OpenCL的深度学习计算框架,C++开发,支持多层感知器,长短时记忆模型,卷积神经网络,残差网络。调试方便,数据透明。无外部依赖。
machine-learning
deep-learning
opencl
cnn
artificial-intelligence
lstm
neural-networks
resnet
mlp
charrnn
-
Updated
Jun 3, 2019 - C
Speaker Diarization is the problem of separating speakers in an audio. There could be any number of speakers and final result should state when speaker starts and ends. In this project, we analyze given audio file with 2 channels and 2 speakers (on separate channels).
audio
tensorflow
cnn
recurrent-neural-networks
lstm
rnn
mlp
cnn-model
speaker-diarization
speaker-diarization-problem
speakerdiarization-rnn
separating-speakers
-
Updated
Jun 11, 2020 - Python
This repo contains all the notebooks mentioned in blog.
deep-learning
cnn
lstm
gru
style-transfer
tensorflow-tutorials
keras-tutorials
object-detection
mlp
transfer-learning
char-rnn
bert
pytorch-tutorials
federated-learning
allennlp
cnn-visualization
elmo
fastai-tutorials
gpt-2
transfer-learning-nlp
-
Updated
Jan 26, 2020 - Jupyter Notebook
Solutions to kdd99 dataset with Decision tree and Neural network by scikit-learn
-
Updated
Apr 1, 2017 - Python
Neuron class provides LNU, QNU, RBF, MLP, MLP-ELM neurons
python
time-series
neural-network
prediction
artificial-intelligence
neural-networks
artificial-neural-networks
neurons
mlp
ann
multi-layer-perceptron
lnu
rbf
mlp-elm
qnu
-
Updated
Aug 5, 2016 - Python
1
This code implements a basic MLP for speech recognition. The MLP is trained with pytorch, while feature extraction, alignments, and decoding are performed with Kaldi. The current implementation supports dropout and batch normalization. An example for phoneme recognition using the standard TIMIT dataset is provided.
python
deep-neural-networks
deep-learning
cuda
pytorch
speech-recognition
neural-networks
feedforward-neural-network
mlp
kaldi
asr
timit
multilayer-perceptron
kaldi-asr
-
Updated
Feb 10, 2018 - Perl
Simple multilayer perceptron c++ implementation.
-
Updated
Apr 28, 2019 - C++
Tensorflow Examples
machine-learning
deep-learning
tensorflow
linear-regression
cnn
mnist
ae
rnn
autoencoder
logistic-regression
rbm
mlp
nearest-neighbors
multilayer-perceptron-network
tf
grbm
brnn
drnn
sparseae
sparse-autoencoder
-
Updated
May 11, 2017 - Python
Stock price prediction using ensemble MLP in PyTorch.
-
Updated
Jun 8, 2017 - Python
JavaScript implementation of simple multilayer perceptron (MLP)
javascript
machine-learning
neural-network
simple
ml
javascript-library
deeplearning
mlp
multilayer-perceptron
simple-neural-net
neuronix
-
Updated
Jul 25, 2019 - JavaScript
Open
PyTorch/Tensorflow
13
ClashLuke
commented
Nov 24, 2019
Hello there,
I recently stumbled upon this repository and was interested in trying out your code. However, using single-threaded sklearn doesn't seem to be efficient to me, compared to using GPU-optimized PyTorch or TF.
Do you have any plans of moving to those frameworks, or would you accept a pullrequest implementing these?
Regards,
Luke
Convolutional Neural Networks in Go
-
Updated
Mar 5, 2020 - Go
Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.
audio
classifier
cnn
audio-analysis
dataset
cricket
convolutional-layers
noise
convolutional-neural-networks
mlp
tflearn
audio-classification
audio-processing
multilayer-perceptron-network
-
Updated
Jan 19, 2020 - Python
A Simple and Accurate Neural Network Model for Irony Detection in Twitter
-
Updated
Jun 4, 2018 - Python
Implementations of machine learning algorithm by Python 3
machine-learning
neural-network
tensorflow
scikit-learn
machine-learning-algorithms
python3
lstm
pca-analysis
pca
gaussian-mixture-models
mlp
perceptron
kmeans
decision-trees
gmm
hmm-viterbi-algorithm
perceptron-learning-algorithm
fastmap
-
Updated
Apr 12, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the mlp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mlp topic, visit your repo's landing page and select "manage topics."
This was long due. It's time to do it! Spacy takes minutes to install, requires dictionary for each language...etc. etc. Gensim does not.