highway-network
There are 29 repositories under highway-network topic.
daviddao/awesome-very-deep-learning
♾A curated list of papers and code about very deep neural networks
zephyr-data-specs/GMNS
General Modeling Network Specification
kefirski/pytorch_Highway
Highway network implemented in pytorch
dalinvip/pytorch_Highway_Networks
Highway Networks implement in pytorch
hwalsuklee/how-far-can-we-go-with-MNIST
A collection of codes for 'how far can we go with MNIST' challenge
c0nn3r/pytorch_highway_networks
Highway networks implemented in PyTorch.
26hzhang/Dense_BiLSTM
Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification
FengZiYjun/CharLM
Character-aware Neural Language Model implemented by PyTorch
26hzhang/AmusingPythonCodes
Interesting python codes to tackle simple machine/deep learning tasks
zouguojian/Traffic-speed-prediction
Using to predict the highway traffic speed
VieVie31/cool-papers-in-pytorch
Reimplementing cool papers in PyTorch...
omidrohanian/gappy-mwes
Code for NAACL 2019 paper: "Bridging the Gap: Attending to Discontinuity in Identification of Multiword Expressions"
Js-Mim/aes_wimp
Support material and source code for the system described in : "New Sonorities for Jazz Recordings: Separation and Mixing using Deep Neural Networks".
wut0n9/cnn_chinese_text_classification
运用cnn + highway network网络结构中文文本分类
FilippoAiraldi/sym-metanet
Symbolic Modelling of Highway Traffic Networks with METANET
protonx-tf-03-projects/highway-networks
Implementation for paper Highway Network (2015) using Tensorflow 2
Sshanu/Bidirectional-Attention-Flow-for-Machine-Comprehension
Machine Comprehension using Squad and Triviqa Data sets
wujysh/highway-networks-tensorflow
Implement Highway Networks based on Tensorflow
lucko515/deep-convolutional-highway-network
This is the implementation of Highway version of Deep convolutional network, based on https://arxiv.org/pdf/1505.00387.pdf.
harshanavkis/PyTorch-implementation-of-Highway-Networks
Implementing a robust Highway Net in PyTorch
gazelle93/charCNN
This project aims to implement the charCNN word embedding method that is leveraged in ELMo and characterBERT.
kcelia/Learning_PyTorch
Various architectures in PyTorch (CNN, RNN, etc.)
lucko515/fully-connected-highway-network
The imeplementation of Fully Connected Highway network using TensorFlow. The imeplementation is based on this paper: https://arxiv.org/pdf/1505.00387.pdf
mhmdsabry/BERT_with_Residual_vs_Highway
Comparing between residual stream and highway stream in transformers(BERT) .
Taoerwang/tensorflow-models-with-simple-ways
some models with easy understand code
tisljaricleo/fuzzy-highway-bottleneck-python
Python-based code for estimation of highway bottleneck probability using speed transition matrices.
Agha-Muqarib/CPEC-Highway-Network
The network of highway of CPEC is to be discussed in it.
avinashsai/Highway-Networks
Implementation of Highway module
KohlerHECTOR/MNIST-DeepLearning
Code image classification of MNIST dataset using different architectures: simple linear NN, autoencoder, and highway network