boostresnet

Neural net booster

An implementation of a deep neural network architecture using boosting theory to improve its performance

A PyTorch implementation of BoostResNet

GitHub

5 stars
3 watching
4 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sjsingh91/ib-cnnA library implementing a learning algorithm for improving classification accuracy with incremental updates and ensemble methods using neural networks2
google-research/noisystudentA semi-supervised learning method to improve the accuracy of machine learning models by using noisy teacher models and student models.755
jinlow/forustA package implementing a lightweight gradient boosted decision tree algorithm68
rcmalli/keras-squeezenetAn implementation of the SqueezeNet neural network model in the Keras framework404
bruinxiong/modified-crunet-and-residual-attention-network.mxnetAn MXNet implementation of a modified deep neural network architecture for image classification67
jhkim89/pyramidnetA Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models.129
jbarrow/lambdanetAn artificial neural network library for rapid prototyping and extension in Haskell.378
gbuesing/neural-net-rubyA Ruby implementation of a neural network using the Rprop training algorithm.127
ramon-oliveira/aorunA deep learning framework on top of PyTorch for building neural networks.61
d-li14/regnet.pytorchAn implementation of a PyTorch-based neural network architecture for image classification tasks.68
dyhan0920/pyramidnet-pytorchAn implementation of a deep neural network architecture for image classification tasks273
alexbrillant/multi-layer-perceptronAn implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks.5
titu1994/keras-resnextAn implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification.224
saschagrunert/nnA small neural network implementation of the backpropagation algorithm in Haskell127
jedld/brains-jrubyAn implementation of a feedforward neural network toolkit for JRuby60