Advertisement
pongfactory

For keng EE

Sep 11th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.37 KB | None | 0 0
  1. Step 1 : Cloud Segmentaion using Image Processing
  2. Algorithm
  3. 1.1 Local Adaptive Thresholding : matlab code >> https://www.mathworks.com/matlabcentral/fileexchange/8647-local-adaptive-thresholding
  4. 1.2 K-Means Clustering : matlab code >> http://www.mathworks.com/help/images/examples/color-based-segmentation-using-k-means-clustering.html
  5. Step 2 : Prediction using Data mining / Machine learning
  6. Algorithm
  7. book (1) : https://www.cp.eng.chula.ac.th/~boonserm/publication/AlgoDataMining.pdf
  8. book (2) : http://www.cse.hcmut.edu.vn/~chauvtn/data_mining/Texts/[1]%20Data%20Mining%20-%20Concepts%20and%20Techniques%20(3rd%20Ed).pdf
  9. 2.1 Support Vector Machine Classification : matlab code >> http://www.mathworks.com/help/stats/support-vector-machine-classification.html
  10. 2.2 Association Rules : matlab code >> https://www.mathworks.com/matlabcentral/fileexchange/42541-association-rules
  11. ** ใน prediction part แนะนำให้อ่านอันนี้นะเก่ง สรุปสั้นๆ http://www.cs.ccsu.edu/~markov/ccsu_courses/DataMining-8.html ส่วนใหญ่ก็จะหนไม่พ้น neural network (ตอนนี้ทางคอมกำลังฮิต keyword ใหม่ "Deep Learning" จริงๆก็คือ neural network แต่หลายชั้น hidden layer) และก็พวก regression, linear model, svm ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement