Skip to content

An implementation of DropConnect Layer in Keras

License

Notifications You must be signed in to change notification settings

khorshidpour/KerasDropconnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KerasDropconnect

An implementation of DropConnect Layer in Keras

Install

  git clone https://github.com/andry9454/KerasDropconnect.git
  cd KerasDropconnect
  pip3 install .

Usage

from ddrop.layers import DropConnect

x = DropConnect(Dense(64, activation='relu'), prob=0.5)(x)

About

An implementation of DropConnect Layer in Keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%