pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

Implement softmax activation function #39

Closed pg020196 closed 5 years ago

pg020196 commented 5 years ago

User story

As a team member

I want to use the softmax activation function

So that i can use the translator for further use cases.

Acceptance criteria

  1. General Code acceptance criteria:

    • Complex code must be commented
    • Variables must be self-descriptive
    • Input and output paths must not be hardcoded