├── README.md ├── hw1 ├── Answer1.docx ├── Answer1.pdf └── assignment1.pdf ├── hw2 ├── Answer2.pdf ├── Answer2.tex ├── Assgnment2-fixed.pdf ├── hw2_1.png └── hw2_2.png ├── hw3 ├── Answer3.pdf ├── Answer3.tex ├── data.txt ├── hw3.py ├── hw3_1.png ├── hw3_2.png ├── hw3_3.png ├── hw3_4.png ├── hw3_5.png ├── hw3_6.png └── 第三次作业_2020.pdf ├── hw4 ├── Answer4.pdf ├── Answer4.tex ├── hw4.py ├── hw4_1.png └── hw4_2.png ├── hw5 ├── Answer5.pdf ├── Answer5.tex ├── K_Means.m ├── PR_hw5_1.m ├── data.txt ├── hw5_1.png ├── hw5_2.png ├── hw5_3.png ├── hw5_4.png ├── hw5_spectral_cluster.py ├── hw_5_kmeans.py └── kmeans.png ├── hw6 ├── Answer6.pdf ├── Answer6.tex ├── OUTPUT.txt ├── hw6.png ├── hw6_hotmap.png ├── hw6_verify.png └── hw_6.py └── img ├── assignment1.png ├── assignment2.png ├── assignment3.png ├── assignment4.png ├── assignment5.png └── assignment6.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/README.md -------------------------------------------------------------------------------- /hw1/Answer1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw1/Answer1.docx -------------------------------------------------------------------------------- /hw1/Answer1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw1/Answer1.pdf -------------------------------------------------------------------------------- /hw1/assignment1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw1/assignment1.pdf -------------------------------------------------------------------------------- /hw2/Answer2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw2/Answer2.pdf -------------------------------------------------------------------------------- /hw2/Answer2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw2/Answer2.tex -------------------------------------------------------------------------------- /hw2/Assgnment2-fixed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw2/Assgnment2-fixed.pdf -------------------------------------------------------------------------------- /hw2/hw2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw2/hw2_1.png -------------------------------------------------------------------------------- /hw2/hw2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw2/hw2_2.png -------------------------------------------------------------------------------- /hw3/Answer3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/Answer3.pdf -------------------------------------------------------------------------------- /hw3/Answer3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/Answer3.tex -------------------------------------------------------------------------------- /hw3/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/data.txt -------------------------------------------------------------------------------- /hw3/hw3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3.py -------------------------------------------------------------------------------- /hw3/hw3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3_1.png -------------------------------------------------------------------------------- /hw3/hw3_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3_2.png -------------------------------------------------------------------------------- /hw3/hw3_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3_3.png -------------------------------------------------------------------------------- /hw3/hw3_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3_4.png -------------------------------------------------------------------------------- /hw3/hw3_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3_5.png -------------------------------------------------------------------------------- /hw3/hw3_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/hw3_6.png -------------------------------------------------------------------------------- /hw3/第三次作业_2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw3/第三次作业_2020.pdf -------------------------------------------------------------------------------- /hw4/Answer4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw4/Answer4.pdf -------------------------------------------------------------------------------- /hw4/Answer4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw4/Answer4.tex -------------------------------------------------------------------------------- /hw4/hw4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw4/hw4.py -------------------------------------------------------------------------------- /hw4/hw4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw4/hw4_1.png -------------------------------------------------------------------------------- /hw4/hw4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw4/hw4_2.png -------------------------------------------------------------------------------- /hw5/Answer5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/Answer5.pdf -------------------------------------------------------------------------------- /hw5/Answer5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/Answer5.tex -------------------------------------------------------------------------------- /hw5/K_Means.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/K_Means.m -------------------------------------------------------------------------------- /hw5/PR_hw5_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/PR_hw5_1.m -------------------------------------------------------------------------------- /hw5/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/data.txt -------------------------------------------------------------------------------- /hw5/hw5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/hw5_1.png -------------------------------------------------------------------------------- /hw5/hw5_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/hw5_2.png -------------------------------------------------------------------------------- /hw5/hw5_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/hw5_3.png -------------------------------------------------------------------------------- /hw5/hw5_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/hw5_4.png -------------------------------------------------------------------------------- /hw5/hw5_spectral_cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/hw5_spectral_cluster.py -------------------------------------------------------------------------------- /hw5/hw_5_kmeans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/hw_5_kmeans.py -------------------------------------------------------------------------------- /hw5/kmeans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw5/kmeans.png -------------------------------------------------------------------------------- /hw6/Answer6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/Answer6.pdf -------------------------------------------------------------------------------- /hw6/Answer6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/Answer6.tex -------------------------------------------------------------------------------- /hw6/OUTPUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/OUTPUT.txt -------------------------------------------------------------------------------- /hw6/hw6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/hw6.png -------------------------------------------------------------------------------- /hw6/hw6_hotmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/hw6_hotmap.png -------------------------------------------------------------------------------- /hw6/hw6_verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/hw6_verify.png -------------------------------------------------------------------------------- /hw6/hw_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/hw6/hw_6.py -------------------------------------------------------------------------------- /img/assignment1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/img/assignment1.png -------------------------------------------------------------------------------- /img/assignment2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/img/assignment2.png -------------------------------------------------------------------------------- /img/assignment3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/img/assignment3.png -------------------------------------------------------------------------------- /img/assignment4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/img/assignment4.png -------------------------------------------------------------------------------- /img/assignment5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/img/assignment5.png -------------------------------------------------------------------------------- /img/assignment6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenem/PatternRecognition/HEAD/img/assignment6.png --------------------------------------------------------------------------------