Skip to content

Commit

Permalink
Stub for scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 23, 2023
1 parent 879f494 commit ee86d61
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/python_data_science.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,12 +513,49 @@ print(df2.describe_optimized_plan())

---

## Scikit-learn

* Součást konceptu data procesingu a modelování
- klasifikace
- predikce
- výběr modelu
- redukce počtu dimenzí
- pre-processing
- modelování

---

### Fáze data procesingu a modelování

* Klasifikace
- "rozpoznani" objektu
* Prefikce (regrese)
* Clustering
- objekty seskupené do množin
- (různý typ zákazníků atd.)
* Model selection
- porovnání a validace parametrů modelu
- vylepšení modelu (parameter tuning)
* Redukce počtu dimenzí
- méně "náhodných" proměnných
* Pre-processing
- extrakce
- normalizace (!!!)

---

## Zpracování obrazů a přirozeného jazyka v Pythonu

*
*

---

## Strojové učení

* TensorFlow
* Keras

---

## Užitečné odkazy
Expand All @@ -527,6 +564,12 @@ print(df2.describe_optimized_plan())
- https://www.dataquest.io/blog/15-python-libraries-for-data-science/
* Top Python Libraries for Data Science in 2022
- https://www.datacamp.com/blog/top-python-libraries-for-data-science
* Image Recognition Tutorial in Python for Beginners
- https://howtocreateapps.com/image-recognition-python/
* Image Recognition and Classification in Python with TensorFlow and Keras
- https://stackabuse.com/image-recognition-in-python-with-tensorflow-and-keras/
* The CIFAR-10 dataset
- https://www.cs.toronto.edu/~kriz/cifar.html

---

0 comments on commit ee86d61

Please sign in to comment.