-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
36 lines (35 loc) · 1.27 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Weights Reset Implicit Regularization
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Plyusch
family-names: Grigoriy
email: [email protected]
affiliation: Gubkin University
orcid: 'https://orcid.org/0000-0002-0942-6134'
repository-code: 'https://github.com/amcircle/weights-reset/'
abstract: >-
Weights Reset is a simple yet effective regularization
technique that prevents overfitting and helps avoid
vanishing and exploding gradients in deep neural networks.
This GitHub repository contains the implementation of the
Weights Reset method in Python, along with an example
usage on the Caltech-101 and CIFAR-100 datasets. The code
is built using the Keras deep learning framework and
includes a simple sequential model architecture. The
repository also includes a Jupyter notebooks that
demonstrates the effectiveness of the Weights Reset method
on the datasets compared to other popular regularization
techniques.
keywords:
- Machine Learning
- Deep Learning
- Computer Vision
- Regularization
license: MIT
version: 0.0.1