Adds some gradient descent stuff

This commit is contained in:
2021-08-02 08:57:07 -05:00
parent 472ff166cc
commit 026519697b
7 changed files with 290 additions and 130 deletions

View File

@@ -5,7 +5,8 @@ description = ""
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
numpy = "^1.21.1"
[tool.poetry.dev-dependencies]
pytest = ">=6"
@@ -16,3 +17,6 @@ mypy = "^0.790"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]