Fix:
-Corrected inheritance issue in `NormLinComb`.
- Renamed `activation_list` to `activations` for `LinComb` and `NormLinComb`.
- Parameter `n` of `ReLUN`
Add:
- Added unit tests to ensure the reliability of the code. Previous versions did not include a /test folder.
- Included a new logo for the project. Special thanks to [Alissa Nguyen](https://www.linkedin.com/in/alissa-nguyen-ab808520b) for creating the logo.
Change:
- Improved documentation by fixing various format errors. The documentation is now more accurate and easier to understand.
This is also the first stable version for `torch_activation`.