Skip to content

Commit

Permalink
add mind map
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah committed Aug 12, 2024
1 parent cc3f912 commit d9f7aae
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ parts:
- file: getting_started/setup_wsl
- file: getting_started/setup_git

- caption: Tutorials
chapters:
- file: tutorials/calculator
- file: tutorials/student_grade_with_oo
- file: tutorials/analyzing_ai_wiki_page
- file: tutorials/hello_world_machine_learning
- file: tutorials/house_price_prediction
- file: tutorials/iris_classification
- file: tutorials/number_classification
- file: tutorials/openai_api

- caption: Python
chapters:
- file: python/python_fundamentals_1/index
Expand Down Expand Up @@ -45,6 +56,22 @@ parts:
- file: python/oop/inheritance
- file: python/oop/polymorphism

- caption: NumPy
chapters:
- file: numpy/intro_to_numpy
- file: numpy/numpy_quickstart
- file: numpy/numpy_fundamentals

- caption: Pandas
chapters:
- file: pandas/intro_to_pandas

- caption: TensorFlow
chapters:
- file: tensorflow/intro_to_tensorflow
- file: tensorflow/intro_to_tensors
- file: tensorflow/neural_network_regression_in_tensorflow

- caption: Data Science
chapters:
- file: data_science/intro_to_data_science
Expand All @@ -68,30 +95,3 @@ parts:
- caption: LLM
chapters:
- file: llm/intro_to_llm

- caption: NumPy
chapters:
- file: numpy/intro_to_numpy
- file: numpy/numpy_quickstart
- file: numpy/numpy_fundamentals

- caption: Pandas
chapters:
- file: pandas/intro_to_pandas

- caption: TensorFlow
chapters:
- file: tensorflow/intro_to_tensorflow
- file: tensorflow/intro_to_tensors
- file: tensorflow/neural_network_regression_in_tensorflow

- caption: Tutorials
chapters:
- file: tutorials/calculator
- file: tutorials/student_grade_with_oo
- file: tutorials/analyzing_ai_wiki_page
- file: tutorials/hello_world_machine_learning
- file: tutorials/house_price_prediction
- file: tutorials/iris_classification
- file: tutorials/number_classification
- file: tutorials/openai_api
Binary file added docs/images/mindmap_training.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Pada pelatihan penerapan Python ini, kamu akan belajar bagaimana menggunakan Pyt

Kamu akan belajar bagaimana menggunakan Python untuk melakukan analisis data, visualisasi data, dan membuat model machine learning. Kamu juga akan belajar bagaimana mem-publish aplikasi Python kamu. Training ini akan membekali kamu dengan skills yang diperlukan untuk menjadi seorang data scientist atau software engineer yang handal.

![Mind Map](./images/mindmap_training.png)

Selamat belajar! 🚀

## Tentang Dokumentasi Ini
Expand Down

0 comments on commit d9f7aae

Please sign in to comment.