17 resultados para typing
Resumo:
Online writing plays a complex and increasingly prominent role in the life of organizations. From newsletters to press releases, social media marketing and advertising, to virtual presentations and interactions via e-mail and instant messaging, digital writing intertwines and affects the day-to-day running of the company - yet we rarely pay enough attention to it. Typing on the screen can become particularly problematic because digital text-based communication increases the opportunities for misunderstanding: it lacks the direct audio-visual contact and the norms and conventions that would normally help people to understand each other. Providing a clear, convincing and approachable discussion, this book addresses arenas of online writing: virtual teamwork, instant messaging, emails, corporate communication channels, and social media. Instead of offering do and don’t lists, however, it teaches the reader to develop a practice that is observant, reflective, and grounded in the understanding of the basic principles of language and communication. Through real-life examples and case studies, it helps the reader to notice previously unnoticed small details, question previously unchallenged assumptions and practices, and become a competent digital communicator in a wide range of professional contexts.
Resumo:
The K-means algorithm is one of the most popular clustering algorithms in current use as it is relatively fast yet simple to understand and deploy in practice. Nevertheless, its use entails certain restrictive assumptions about the data, the negative consequences of which are not always immediately apparent, as we demonstrate. While more flexible algorithms have been developed, their widespread use has been hindered by their computational and technical complexity. Motivated by these considerations, we present a flexible alternative to K-means that relaxes most of the assumptions, whilst remaining almost as fast and simple. This novel algorithm which we call MAP-DP (maximum a-posteriori Dirichlet process mixtures), is statistically rigorous as it is based on nonparametric Bayesian Dirichlet process mixture modeling. This approach allows us to overcome most of the limitations imposed by K-means. The number of clusters K is estimated from the data instead of being fixed a-priori as in K-means. In addition, while K-means is restricted to continuous data, the MAP-DP framework can be applied to many kinds of data, for example, binary, count or ordinal data. Also, it can efficiently separate outliers from the data. This additional flexibility does not incur a significant computational overhead compared to K-means with MAP-DP convergence typically achieved in the order of seconds for many practical problems. Finally, in contrast to K-means, since the algorithm is based on an underlying statistical model, the MAP-DP framework can deal with missing data and enables model testing such as cross validation in a principled way. We demonstrate the simplicity and effectiveness of this algorithm on the health informatics problem of clinical sub-typing in a cluster of diseases known as parkinsonism.