learn-python/contrib/machine-learning/index.md

14 wiersze
561 B
Markdown
Czysty Zwykły widok Historia

2024-05-11 13:38:11 +00:00
# List of sections
2024-05-20 16:21:47 +00:00
- [Binomial Distribution](binomial_distribution.md)
2024-05-17 14:14:58 +00:00
- [Regression in Machine Learning](Regression.md)
- [Confusion Matrix](confusion-matrix.md)
2024-05-22 16:50:21 +00:00
- [Decision Tree Learning](Decision-Tree.md)
2024-05-18 07:14:43 +00:00
- [Support Vector Machine Algorithm](support-vector-machine.md)
- [Artificial Neural Network from the Ground Up](ArtificialNeuralNetwork.md)
2024-05-22 23:40:19 +00:00
- [TensorFlow.md](tensorFlow.md)
2024-05-27 03:10:56 +00:00
- [PyTorch.md](pytorch.md)
2024-05-24 17:27:17 +00:00
- [Types of optimizers](Types_of_optimizers.md)
2024-05-31 00:51:28 +00:00
- [Logistic Regression](logistic-regression.md)
-[Types_of_Cost_Functions](Types_of_Cost_Functions.md)