#20558 Keras
01
Submitted a PR for adding a new activation Sparsemax activation function in keras implementing it in jax, numpy, tensorflow and pytorch as keras supports all these backends.
#15015 Keras
02
Submitted a PR for fixing a Sparse Categorical Crossentropy loss and Mixed precision while using float16 and bfloat16 data type and overflow caused due to this.
#15491 Keras
03
Submitted a PR for creating a new parameter, initial_value_threshold in ModelCheckpoint Callback that only overwrites the model weights already saved if the performance of current model is better than this value.
#15867 Keras
04
Submitted a PR for implementing the different scoring methods in Luong-Style Attention. Thus creating a new parameter for Attention Layer in Keras called score_mode.
#16277 Keras
05
Submitted a PR for implementing Thresholded_Relu with different data types, essentially making it compatible with list datatype.
#17330 Keras
06
Submitted a PR for raising a warning if 2 labels are only present in categorical crossentropy loss rather than binary loss.
#51 Repo
07
Implementation of the paper MLP-Mixer: An all-MLP Architecture for Vision, MLP-mixer in Tensorflow/Keras.