ML for Developers

This commit is contained in:
GokuMohandas
2023-07-26 04:53:11 -07:00
commit 776a75b010
54 changed files with 55464 additions and 0 deletions

10
docs/index.md Normal file
View File

@@ -0,0 +1,10 @@
## Documentation
- [madewithml](madewithml/data.md): documentation.
## Lessons
Learn how to combine machine learning with software engineering to design, develop, deploy and iterate on production ML applications.
- **Lessons**: [https://madewithml.com/](https://madewithml.com/#course)
- **Code**: [GokuMohandas/Made-With-ML](https://github.com/GokuMohandas/Made-With-ML)

1
docs/madewithml/data.md Normal file
View File

@@ -0,0 +1 @@
::: madewithml.data

View File

@@ -0,0 +1 @@
::: madewithml.evaluate

View File

@@ -0,0 +1 @@
::: madewithml.models

View File

@@ -0,0 +1 @@
::: madewithml.predict

1
docs/madewithml/serve.md Normal file
View File

@@ -0,0 +1 @@
::: madewithml.serve

1
docs/madewithml/train.md Normal file
View File

@@ -0,0 +1 @@
::: madewithml.train

1
docs/madewithml/tune.md Normal file
View File

@@ -0,0 +1 @@
::: madewithml.tune

1
docs/madewithml/utils.md Normal file
View File

@@ -0,0 +1 @@
::: madewithml.utils