add nn module for sigmoid activation (#111)

* add nn module for sigmoid activation

* update .gitignore with .cache folder generated by jetbrains fleet ide

* remove .cache folder
This commit is contained in:
Henry Ansah
2023-12-10 15:00:39 +00:00
committed by GitHub
parent 600db7d754
commit 68bf1d7867
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored
View File

@@ -74,3 +74,6 @@ build/
# VSCode
.vscode/
.DS_Store
# Jetbrains
.cache