├── DecisionTree.py ├── Init_data.py ├── LR.py ├── Labeled_Data_2cls_1000.csv ├── Learn_TensorFlow_1.py ├── Learn_TensorFlow_2.py ├── Learn_TensorFlow_3.py ├── Learn_TensorFlow_4.py ├── Learn_TensorFlow_5.py ├── NeuralNetwork.py ├── README.md ├── ScikitLearn_Classification.py ├── ScikitLearn_CrossValidation.py ├── ScikitLearn_GridSearch.py ├── ScikitLearn_ModelEvaluation.py ├── ScikitLearn_Preprocessing.py ├── ScikitLearn_data.py ├── TensorFlow_Practice_1.py ├── Unlabeled_Data_2cls_1000.csv ├── Unlabeled_Data_4cls_1000.csv └── kmeans_1.py /DecisionTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/DecisionTree.py -------------------------------------------------------------------------------- /Init_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Init_data.py -------------------------------------------------------------------------------- /LR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/LR.py -------------------------------------------------------------------------------- /Labeled_Data_2cls_1000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Labeled_Data_2cls_1000.csv -------------------------------------------------------------------------------- /Learn_TensorFlow_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Learn_TensorFlow_1.py -------------------------------------------------------------------------------- /Learn_TensorFlow_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Learn_TensorFlow_2.py -------------------------------------------------------------------------------- /Learn_TensorFlow_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Learn_TensorFlow_3.py -------------------------------------------------------------------------------- /Learn_TensorFlow_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Learn_TensorFlow_4.py -------------------------------------------------------------------------------- /Learn_TensorFlow_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Learn_TensorFlow_5.py -------------------------------------------------------------------------------- /NeuralNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/NeuralNetwork.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/README.md -------------------------------------------------------------------------------- /ScikitLearn_Classification.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScikitLearn_CrossValidation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/ScikitLearn_CrossValidation.py -------------------------------------------------------------------------------- /ScikitLearn_GridSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/ScikitLearn_GridSearch.py -------------------------------------------------------------------------------- /ScikitLearn_ModelEvaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/ScikitLearn_ModelEvaluation.py -------------------------------------------------------------------------------- /ScikitLearn_Preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/ScikitLearn_Preprocessing.py -------------------------------------------------------------------------------- /ScikitLearn_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/ScikitLearn_data.py -------------------------------------------------------------------------------- /TensorFlow_Practice_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/TensorFlow_Practice_1.py -------------------------------------------------------------------------------- /Unlabeled_Data_2cls_1000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Unlabeled_Data_2cls_1000.csv -------------------------------------------------------------------------------- /Unlabeled_Data_4cls_1000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/Unlabeled_Data_4cls_1000.csv -------------------------------------------------------------------------------- /kmeans_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuyangZhangFTD/zyy_ML-DL/HEAD/kmeans_1.py --------------------------------------------------------------------------------