boostresnet
Neural net booster
An implementation of a deep neural network architecture using boosting theory to improve its performance
A PyTorch implementation of BoostResNet
5 stars
3 watching
4 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sjsingh91/ib-cnn | A library implementing a learning algorithm for improving classification accuracy with incremental updates and ensemble methods using neural networks | 2 |
google-research/noisystudent | A semi-supervised learning method to improve the accuracy of machine learning models by using noisy teacher models and student models. | 753 |
jinlow/forust | A package implementing a lightweight gradient boosted decision tree algorithm | 67 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
gbuesing/neural-net-ruby | A Ruby implementation of a neural network using the Rprop training algorithm. | 127 |
ramon-oliveira/aorun | A deep learning framework on top of PyTorch for building neural networks. | 61 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
alexbrillant/multi-layer-perceptron | An implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks. | 5 |
titu1994/keras-resnext | An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
jedld/brains-jruby | An implementation of a feedforward neural network toolkit for JRuby | 60 |