├── README.md ├── machine_learning_11_L2.py ├── machine_learning_11_overfittin.py ├── machine_learning_12_L1.py ├── machine_learning_16.py ├── machine_learning_17.py ├── machine_learning_20_1_svm.py ├── machine_learning_20_2_svm.py ├── machine_learning_26.py ├── machine_learning_31.py ├── machine_learning_33.py ├── machine_learning_33_animate.py ├── machine_learning_34.py ├── machine_learning_35.py ├── machine_learning_40_classification.py ├── machine_learning_40_regression.py ├── machine_learning_41_regression.py ├── machine_learning_42_adaboost_classification.py ├── machine_learning_43_adaboost_regression.py ├── machine_learning_6.py ├── machine_learning_7.py ├── machine_learning_9_sgd.py └── world map of machine learning.jpg /README.md: -------------------------------------------------------------------------------- 1 | # machine_learning -------------------------------------------------------------------------------- /machine_learning_11_L2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_11_L2.py -------------------------------------------------------------------------------- /machine_learning_11_overfittin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_11_overfittin.py -------------------------------------------------------------------------------- /machine_learning_12_L1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_12_L1.py -------------------------------------------------------------------------------- /machine_learning_16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_16.py -------------------------------------------------------------------------------- /machine_learning_17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_17.py -------------------------------------------------------------------------------- /machine_learning_20_1_svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_20_1_svm.py -------------------------------------------------------------------------------- /machine_learning_20_2_svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_20_2_svm.py -------------------------------------------------------------------------------- /machine_learning_26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_26.py -------------------------------------------------------------------------------- /machine_learning_31.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_31.py -------------------------------------------------------------------------------- /machine_learning_33.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_33.py -------------------------------------------------------------------------------- /machine_learning_33_animate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_33_animate.py -------------------------------------------------------------------------------- /machine_learning_34.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_34.py -------------------------------------------------------------------------------- /machine_learning_35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_35.py -------------------------------------------------------------------------------- /machine_learning_40_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_40_classification.py -------------------------------------------------------------------------------- /machine_learning_40_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_40_regression.py -------------------------------------------------------------------------------- /machine_learning_41_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_41_regression.py -------------------------------------------------------------------------------- /machine_learning_42_adaboost_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_42_adaboost_classification.py -------------------------------------------------------------------------------- /machine_learning_43_adaboost_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_43_adaboost_regression.py -------------------------------------------------------------------------------- /machine_learning_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_6.py -------------------------------------------------------------------------------- /machine_learning_7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_7.py -------------------------------------------------------------------------------- /machine_learning_9_sgd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/machine_learning_9_sgd.py -------------------------------------------------------------------------------- /world map of machine learning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfedu-rus/machine_learning/HEAD/world map of machine learning.jpg --------------------------------------------------------------------------------