Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.
-
Updated
May 13, 2019 - Python
Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.
L1-regularized least squares with PyTorch
Yolov8-pruning based on constraint of BN layer gamma values.
An Image Reconstructor that applies fast proximal gradient method (FISTA) to the wavelet transform of an image using L1 and Total Variation (TV) regularizations
Overparameterization and overfitting are common concerns when designing and training deep neural networks. Network pruning is an effective strategy used to reduce or limit the network complexity, but often suffers from time and computational intensive procedures to identify the most important connections and best performing hyperparameters. We s…
High Dimensional Portfolio Selection with Cardinality Constraints
Sparse index replication engine: tracks the S&P 500, Nasdaq-100, Russell 2000 and Nifty 50 with a small basket of stocks (~10% of each index) using a custom ADMM solver for L1-regularized portfolio optimization. Built for direct indexing, tax-loss harvesting and low-cost benchmark tracking. Python, FastAPI, Next.js, Azure.
Regression algorithm implementaion from scratch with python (OLS, LASSO, Ridge, robust regression)
The module allows working with simple neural networks (Currently, the simplest model of a multilayer perceptron neural network with the backpropagation method and the Leaky ReLu activation function is used).
Implementation of optimization and regularization algorithms in deep neural networks from scratch
A feed-forward neural network that learns to prune itself during training using differentiable gate parameters
Реализация модели многослойного перцептрона с двумя скрытыми слоями без использования специальных библиотек; реализация функций активации RELU, SIGMOID для внутренних слоев, регуляризации для весов L1, L2, оптимизаторов градиентного спуска VANILLA, ADAM
This is a mid-term project of Optimization Methods, a course of Institute of Data Science, National Cheng Kung University. This project aimed to construct the linear regression with L1 regularization and the logistic regression with L1 regularization.
The project encompasses the statistical analysis of a high-dimensional data using different classification, feature selection, clustering and dimension reduction techniques.
Mathematical machine learning algorithm implementations
This repository contains the code for the blog post on Understanding L1 and L2 regularization in machine learning. For further details, please refer to this post.
🧠 Predict COVID-19 mortality rates using a Multilayer Perceptron model, built from CDC data, without high-level frameworks.
Add a description, image, and links to the l1-regularization topic page so that developers can more easily learn about it.
To associate your repository with the l1-regularization topic, visit your repo's landing page and select "manage topics."