Skip to content

moved the sigmoid_linear_unit.py from maths/ to neural_network/activation_functions #9801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Contributing guidelines

## Contribution Checklist

- [ ] Read the [Code of Conduct](CODE_OF_CONDUCT.md).
- [ ] Fork the repository.
- [ ] Clone the repository to your local machine.
- [ ] Create a new branch for your changes.
- [ ] Implement your changes and commit them.
- [ ] Push your changes to your forked repository.
- [ ] Create a pull request.
- [ ] Review and address feedback from maintainers.
- [ ] Yay! Your pull request is merged.


## Before contributing

Welcome to [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python)! Before sending your pull requests, make sure that you __read the whole guidelines__. If you have any doubt on the contributing guide, please feel free to [state it clearly in an issue](https://github.com/TheAlgorithms/Python/issues/new) or ask the community in [Gitter](https://gitter.im/TheAlgorithms/community).
Expand Down