There are 0 repository under l2-regularization topic.
A deep learning project using fine-tuned RoBERTa to classify mental health sentiments from text, aiming to provide early insights and support. ⚕️❤️
Logistic Regression technique in machine learning both theory and code in Python. Includes topics from Assumptions, Multi Class Classifications, Regularization (l1 and l2), Weight of Evidence and Information Value
Фреймворк для построения нейронных сетей, комитетов, создания агентов с параллельными вычислениями.
Short description for quick search
Analysis of the robustness of non-negative matrix factorization (NMF) techniques: L2-norm, L1-norm, and L2,1-norm
The given information of network connection, model predicts if connection has some intrusion or not. Binary classification for good and bad type of the connection further converting to multi-class classification and most prominent is feature importance analysis.
Modifiable neural network
Wrapper on top of liblinear-tools
Water and lipid signal removal in MRSI by L2 regularization (submitted by Liangjie Lin)
Implemented a neural network from scratch in Python with just NumPy, no frameworks involved.
Centralized Disaster Response and Inventory Management System that leverages AI and Google Cloud Technologies to predict disasters, optimize resource management, and provide real-time coordination.
Curso Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization. Segundo curso del programa especializado Deep Learning. Este repositorio contiene todos los ejercicios resueltos. https://www.coursera.org/learn/neural-networks-deep-learning
An OOP Deep Neural Network using a similar syntax as Keras with many hyper-parameters, optimizers and activation functions available.
PyTorch implementation of important functions for WAIL and GMMIL
A "from-scratch" 2-layer neural network for MNIST classification built in pure NumPy, featuring mini-batch gradient descent, momentum, L2 regularization, and evaluation tools — no ML libraries used.
Simple Demo to show how L2 Regularization avoids overfitting in Deep Learning/Neural Networks
A simple python repository for developing perceptron based text mining involving dataset linguistics preprocessing for text classification and extracting similar text for a given query.
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).
This is a repository with the assignments of IE675b Machine Learning course at University of Mannheim.
Implementation of optimization and regularization algorithms in deep neural networks from scratch
The aim was to create and implement a predictive model that can forecast the number of items sold for a period of 8 weeks ahead.
Implementing logistic regression with L2 regularization from scratch to classify circular datasets by mapping the feature space into higher dimensions.
During this study we will explore the different regularisation methods that can be used to address the problem of overfitting in a given Neural Network architecture, using the balanced EMNIST dataset.
Multivariate Regression and Classification Using a Feed-Forward Neural Network and Gradient Descent Optimization.
The point is to investigate three types of classifiers (linear classifier with feature selection, linear classifier without feature selection, and a non-linear classifier) in a setting where precision and interpretability may matter.
Generic L-layer 'straight in Python' fully connected Neural Network implementation using numpy.
Implementation of linear regression with L2 regularization (ridge regression) using numpy.
Deep Learning Course | Home Works | Spring 2021 | Dr. MohammadReza Mohammadi
Satellite imagery provides unique insights into various markets, including agriculture, defense and intelligence, energy, and finance. New commercial imagery providers, such as Planet, are using constellations of small satellites to capture images of the entire Earth every day. This flood of new imagery is outgrowing the ability for organizations to manually look at each image that gets captured, and there is a need for machine learning and computer vision algorithms to help automate the analysis process. The aim is to help address the difficult task of detecting the location of large ships in satellite images. Automating this process can be applied to many issues including monitoring port activity levels and supply chain analysis.
Image Classification with CNN using Tensorflow backend Keras on Fashion MNIST dataset
A framework for implementing convolutional neural networks and fully connected neural network.
Fully connected neural network with Adam optimizer, L2 regularization, Batch normalization, and Dropout using only numpy
Mathematical machine learning algorithm implementations