2017年8月20日 星期日

DEAN 690_Week 6

Assignment: Week 6
Question
41. What is power analysis?
Power analysis is from experimental design. This analysis determine the sample size and be required to detect an effect of a given size with a given degree of confidence. On the other hand, it determines the effect size and be limited in sample size.

Data fusion?
About data fusion, this article explains that the data fusion as the process of integration of multiple data and knowledge representing the same real-world object into a consistent, accurate, and useful representation. Does anyone could give suggestions for this criterion KUAN-HUNG_LIN_Assignment- Week 4 “data fusion”?

Reference
[1] M. Haghighat, M. Abdel-Mottaleb and W. Alhalabi, "Discriminant Correlation Analysis: Real-Time Feature Level Fusion for Multimodal Biometric Recognition", IEEE Transactions on Information Forensics and Security, vol. 11, no. 9, pp. 1984-1996, 2016.
News
"What makes a good data visualization"
If people have to do data visualization. This article could be a reference to revise the data visualization in order to provide better graphs for presentation.
http://www.kdnuggets.com/2017/03/what-makes-good-data-visualization.html
Project Idea
Python 3 Text Processing with NLTK 3 Cookbook
http://streamhacker.com/

This book could read online from GMU library. ( FREE )

沒有留言:

張貼留言

Python program to display calendar

# Python program to display calendar of given month of the year # importing calendar module for calendar operations import calendar # set t...