开源软件名称(OpenSource Name):KangCai/Machine-Learning-Algorithm开源软件地址(OpenSource Url):https://github.com/KangCai/Machine-Learning-Algorithm开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):Machine-Learning-Algorithm注意: 每个文件只有开始的 class 是模型本身,其它代码都是用来测试的,每个模型的实现都在 100 行以内 Note: Only the class at the beginning of each file is the model itself, the rest of the code is for testing, and the implementation of each model is within 100 lines 1. Logistic RegressionFile - logistic_regression.py Cost Function - Optimization Algorithm - Gradient descent method 2. Support Vector MachineFile - support_vector_machine.py Example - Cost Function - Optimization Algorithm - Sequential minimal optimization (SMO) 3. PerceptionFile - perception.py Example - 4. Naive BayesFile - naive_bayes.py Example - 5. K-Nearest NeighborFile - k_nearest_neighbor.py | util_kd_tree.py Example - 6. Decision TreeFile - decision_tree.py Optimization Algorithm - Generalized Iterative Scaling (GIS) Example - 7. Random ForestFile - random_forest.py | | decision_tree.py Example - 8. Gradient Boosting Decision TreeFile - gradient_boosting_decision_tree.py | decision_tree.py 9. Linear Discriminant AnalysisFile - linear_discriminant_analysis.py 10. Maximum EntropyFile - maximum_entropy.py Example - 11. Gaussian Discriminant AnalysisFile - gaussian_discriminant_analysis.py 12. Principal Component AnalysisFile - principal_component_analysis.py Example - 13. K-meansFile - kmeans.py | util_kd_tree.py |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论