Skip to content

Jacobian Regularisation for Character Level Convolutional Neural Networks

License

Notifications You must be signed in to change notification settings

aayux/robust-large-margin-cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jacobian Regularisation for Convolutional Neural Networks

A Text Classification Example with Character Level ConvNets

Please Note: This is an incomplete project.

Downloads

About Model

A character level Convolutional Neural Network architecture[1], with a custom regularisation function described by the bounded norm of network’s Jacobian in the neighbourhood of training samples[2].

References

[1] Character-level Convolutional Networks for Text Classification, Zhang et al. (September 2015)

[2] Robust Large Margin Deep Neural Networks, Jure Sokolić et al. (revised May 2017)

Sources