Skip to content

Commit

Permalink
hello world of ml
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah committed Aug 4, 2024
1 parent 608cea8 commit efe9c51
Show file tree
Hide file tree
Showing 12 changed files with 2,008 additions and 48 deletions.
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ parts:
chapters:
- file: tutorials/calculator
- file: tutorials/student_grade
- file: tutorials/hello_world_machine_learning
- file: tutorials/house_price_prediction
- file: tutorials/iris_classification
- file: tutorials/number_classification
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello_ml/hello_ml_ml_flow_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello_ml/hello_ml_person_cycling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello_ml/hello_ml_person_golfing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello_ml/hello_ml_person_running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello_ml/hello_ml_person_walking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello_ml/hello_ml_using_ml_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,377 changes: 1,377 additions & 0 deletions docs/tutorials/hello_world_machine_learning.ipynb

Large diffs are not rendered by default.

676 changes: 629 additions & 47 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jupyterlab = "^4.2.4"
black = "^24.4.2"
isort = "^5.13.2"
jupyterlab-code-formatter = "^3.0.0"
numpy = "^2.0.1"
matplotlib = "^3.9.1"
tensorflow = "^2.17.0"


[build-system]
Expand Down

0 comments on commit efe9c51

Please sign in to comment.