An open API service indexing awesome lists of open source software.

https://github.com/uefi-code/selfadaptiveactivation-cnn

Code for the paper "A Self-Adaptive and Multiple Activation Function Neural Network for Facial Expression Recognition"
https://github.com/uefi-code/selfadaptiveactivation-cnn

activation-functions cnn machine-learning

Last synced: 3 months ago
JSON representation

Code for the paper "A Self-Adaptive and Multiple Activation Function Neural Network for Facial Expression Recognition"

Awesome Lists containing this project

README

          

# Self Adaptive Activation Function for CNN

Facial Expression Recognition Demo.

Expected to work on Python3 and latest PyTorch.

## How to train

First, you need to edit the config.py to fit your environment.

Then

```bash
pip3 install -r requirements.txt
python3 train.py
```

## Claim

Paper link: https://dl.acm.org/doi/10.1145/3501409.3501605

No commercial use.