All Projects → AFAgarap → dl-relu

AFAgarap / dl-relu

Licence: Apache-2.0 license
Deep Learning using Rectified Linear Units (ReLU)

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to dl-relu

Gru Svm
[ICMLC 2018] A Neural Network Architecture Combining Gated Recurrent Unit (GRU) and Support Vector Machine (SVM) for Intrusion Detection
Stars: ✭ 76 (+280%)
Mutual labels:  recurrent-neural-networks, supervised-learning, classification, artificial-neural-networks
Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+280%)
Mutual labels:  artificial-neural-networks, keras-models, keras-neural-networks, keras-tensorflow
Malware Classification
Towards Building an Intelligent Anti-Malware System: A Deep Learning Approach using Support Vector Machine for Malware Classification
Stars: ✭ 88 (+340%)
Mutual labels:  recurrent-neural-networks, supervised-learning, classification, artificial-neural-networks
GTAV-Self-driving-car
Self driving car in GTAV with Deep Learning
Stars: ✭ 15 (-25%)
Mutual labels:  recurrent-neural-networks, keras-models, keras-neural-networks, keras-tensorflow
Invoicenet
Deep neural network to extract intelligent information from invoice documents.
Stars: ✭ 1,886 (+9330%)
Mutual labels:  classification, keras-neural-networks, keras-tensorflow
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+3840%)
Mutual labels:  keras-models, keras-neural-networks, keras-tensorflow
Cnn Svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
Stars: ✭ 170 (+750%)
Mutual labels:  supervised-learning, classification, artificial-neural-networks
Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (+1245%)
Mutual labels:  classification, keras-models, keras-tensorflow
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (+500%)
Mutual labels:  classifier, classification, keras-models
Recurrent-Neural-Network-for-BitCoin-price-prediction
Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction
Stars: ✭ 53 (+165%)
Mutual labels:  keras-neural-networks, keras-tensorflow
Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (+50%)
Mutual labels:  keras-neural-networks, keras-tensorflow
omikuji
An efficient implementation of Partitioned Label Trees & its variations for extreme multi-label classification
Stars: ✭ 69 (+245%)
Mutual labels:  supervised-learning, classification
Artistic-Style-Transfer-using-Keras-Tensorflow
Art to Image Style Transfer using Keras and Tensorflow.
Stars: ✭ 22 (+10%)
Mutual labels:  vgg16, keras-neural-networks
MI-MVI 2016
Semestral project for the subject Methods of computational inteligence @ fit.cvut.cz
Stars: ✭ 24 (+20%)
Mutual labels:  supervised-learning, keras-neural-networks
babble-rnn
babble-rnn is a research project in the use of machine learning to generate new speech by modelling human speech audio, without any intermediate text or word representations. The idea is to learn to speak through imitation, much like a baby might.
Stars: ✭ 34 (+70%)
Mutual labels:  keras-models, keras-neural-networks
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+230%)
Mutual labels:  keras-neural-networks, keras-tensorflow
classy
Super simple text classifier using Naive Bayes. Plug-and-play, no dependencies
Stars: ✭ 12 (-40%)
Mutual labels:  classifier, classification
Artificial-Neural-Networks-Visualizer
Visualizing Artificial Neural Networks (ANNs) with just One Line of Code
Stars: ✭ 21 (+5%)
Mutual labels:  artificial-neural-networks, keras-neural-networks
stock-volatility-google-trends
Deep Learning Stock Volatility with Google Domestic Trends: https://arxiv.org/pdf/1512.04916.pdf
Stars: ✭ 74 (+270%)
Mutual labels:  keras-neural-networks, keras-tensorflow
NN-scratch
Coding up a Neural Network Classifier from Scratch
Stars: ✭ 78 (+290%)
Mutual labels:  classifier, classification

Deep Learning using Rectified Linear Units

Abstract

We present a simple comparison of using the rectified linear units (ReLU) activation function, and a number of its variations, in a deep neural network. We present empirical results comparing ReLU functions with Logistic and Hyperbolic Tangent functions in image classification, text classification, and image reconstruction.

License

Copyright 2018-2020 Abien Fred Agarap

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].