Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
-
Updated
May 11, 2020 - Jupyter Notebook
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
Python for “Deep Learning”,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
Training neural models with structured signals.
Official Pytorch implementation of CutMix regularizer
Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.
Early stopping for PyTorch
Code for reproducing Manifold Mixup results (ICML 2019)
Simple Implementation of many GAN models with PyTorch.
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Deep Learning Specialization courses by Andrew Ng, deeplearning.ai
Generalized Linear Models in Sklearn Style
机器学习-Coursera-吴恩达- python+Matlab代码实现
a Ready-to-use PyTorch Extension of Unofficial CutMix Implementations with more improved performance.
The tools and syntax you need to code neural networks from day one.
Ordered Weighted L1 regularization for classification and regression in Python
A machine learning project in F#
Efficient Algorithms for L0 Regularized Learning
AI Learning Hub for Machine Learning, Deep Learning, Computer Vision and Statistics
Implementation of key concepts of neuralnetwork via numpy
Software for learning sparse Bayesian networks
MATLAB package of iterative regularization methods and large-scale test problems. This software is described in the paper "IR Tools: A MATLAB Package of Iterative Regularization Methods and Large-Scale Test Problems" that will be published in Numerical Algorithms, 2018.
A set of machine learning experiments in Clojure
A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, AdsGrad, CG, Nesterov etc.) and Classifiers/Regressors (Logistic Regression, SVMs, Least Squares Regression etc.)
An implementation of DropConnect Layer in Keras
Statistical Models with Regularization in Pure Julia
Now on CRAN, bigKRLS combines bigmemory & RcppArmadillo (C++) for speed into a new Kernel Regularized Least Squares algorithm. Slides:
Optimization and Regularization variants of NMF
Add a description, image, and links to the regularization topic page so that developers can more easily learn about it.
To associate your repository with the regularization topic, visit your repo's landing page and select "manage topics."
Hello,
I am trying to go through the Multibody Refinement tutorial: ftp://ftp.mrc-lmb.cam.ac.uk/pub/scheres/multibody_protocol.pdf using the EMPIAR 10180 data. I make it through the first iteration, but my GPU fills up and crashes on the second iteration. I am using Tesla P100-PCIE 16 GB GPUs, so I don't think I should be running out of space.
Here is my submission script:
`#!/bin