Overview
The 20 Most Popular MIT Sloan Management Review Articles of 2016
Or Meaningless New research offers insights into what gives work meaning -- as well as into common management mistakes that can leave employees feeling that their work is meaningless. GE's Big Bet on Data and Analytics This case study focuses on GE's "industrial internet" strategy. Aligning the Organization for Its Digital Future In this report, MIT Sloan Management Review and Deloitte explore how digitally savvy executives are aligning their people, processes, and culture with an eye toward long-term digital success. Data Sharing and Analytics Drive Success with IoT This MIT Sloan Management Review study concluded that obtaining business value from the internet of things depends on companies' willingness to share data with other organizations. Beyond the Hype: The Hard Work Behind Analytics Success This report by MIT Sloan Management Review and SAS found that few companies have a strategic plan for analytics or are executing a strategy for what they hope to achieve with analytics.
Cell-Graphs
The structure-function relationship is fundamental to our understanding of biological systems at all levels, and drives most, if not all, techniques for detecting, diagnosing, and treating a disease. The predominant means of collecting structure/function data in biomedicine is reductionist and has thus led to a proliferation of complex data (for example, gene expression arrays, digital images) that captures only a fraction of the structure/function relationship. Gene sequence and expression data illustrates the structure and activities of individual genes but does not explain how these genes collaborate to control cellular and tissue-scale functions. As a result, despite the abundance of molecular details known about wound healing, for example, it is virtually impossible to accurately predict the final functional state of a healing wound.36 This illustrates a need to build models that represent the structural organization at the organ, tissue, cellular, and molecular levels. Furthermore, such models must capture relationships between these scales and relate them to the underlying functional state. Data-driven network/graph analysis is primed to decipher cellular interactions in the intricate relationship between protein-protein interactions, genetic changes, metabolic pathways, and chemical secretions, which comprise cellular events. When extended to the organ level, the key challenge would be to link the local and global structural properties of tissues to the overall morphology and function of a tissue. Only a systems-level understanding of the various cellular processes encompassing multiple biological levels will take into account the multidimensional complexity of these processes. If the principles governing biological organization on a morphological, spectral, local, and global scale can be deduced, the correlation between structural and molecular signaling within the tissue can be understood and applied to inform and accelerate studies of organ development and tissue regeneration. The cell-graph technique11,12,20 aims to learn structure-function relationship by modeling structural organization of a tissue/organ sample using graph theory. Its main hypothesis is that cells in a tissue/organ organize to perform a specific function.
The Year in Machine Learning (Part One)
This is the first installment in a three-part review of 2016 in machine learning and deep learning. In Part Two, we cover developments in each of the leading open source machine learning and deep learning projects. Part Three will review the machine learning and deep learning moves of commercial software vendors. As organizations expand the use of machine learning for profiling and automated decisions, there is growing concern about the potential for bias. In 2016, reports in the media documented racial bias in predictive models used for criminal sentencing, discriminatory pricing in automated auto insurance quotes, an image classifier that learned "whiteness" as an attribute of beauty, and hidden stereotypes in Google's word2vec algorithm.
AI and Speech Recognition: A Primer for Chatbots
Our smartphone currently represents the most expensive area to be purchased per squared centimeter (even more expensive than the square meters price of houses in Beverly Hills), and it is not hard to envision that having a bot as unique interfaces will make this area worth almost zero. None of these would be possible though without heavily investing in speech recognition research. Deep Reinforcement Learning (DFL) has been the boss in town for the past few years and it has been fed by human feedbacks. However, I personally believe that soon we will move toward a B2B (bot-to-bot) training for a very simple reason: the reward structure. Humans spend time training their bots if they are enough compensated for their effort.
5 Free Statistics eBooks You Need to Read This Autumn
I hope you enjoy them, and it would be great if you would leave brief reviews of these books in the comments below โ I'm sure all the authors would appreciate your comments and shares. About the Author Lee Baker is an award-winning software creator with a passion for turning data into a story. A proud Yorkshireman, he now lives by the sparkling shores of the East Coast of Scotland. Physicist, statistician and programmer, child of the flower-power psychedelic '60s, it's amazing he turned out so normal! Turning his back on a promising academic career to do something more satisfying, as the CEO and co-founder of Chi-Squared Innovations he now works double the hours for half the pay and 10 times the stress - but 100 times the fun! He also wanted to be rich, famous and good looking.
Optimal whitening and decorrelation
Kessy, Agnan, Lewin, Alex, Strimmer, Korbinian
Whitening, or sphering, is a common preprocessing step in statistical analysis to transform random variables to orthogonality. However, due to rotational freedom there are infinitely many possible whitening procedures. Consequently, there is a diverse range of sphering methods in use, for example based on principal component analysis (PCA), Cholesky matrix decomposition and zero-phase component analysis (ZCA), among others. Here we provide an overview of the underlying theory and discuss five natural whitening procedures. Subsequently, we demonstrate that investigating the cross-covariance and the cross-correlation matrix between sphered and original variables allows to break the rotational invariance and to identify optimal whitening transformations. As a result we recommend two particular approaches: ZCA-cor whitening to produce sphered variables that are maximally similar to the original variables, and PCA-cor whitening to obtain sphered variables that maximally compress the original variables.
Deep Learning and Its Applications to Machine Health Monitoring: A Survey
Zhao, Rui, Yan, Ruqiang, Chen, Zhenghua, Mao, Kezhi, Wang, Peng, Gao, Robert X.
Since 2006, deep learning (DL) has become a rapidly growing research direction, redefining state-of-the-art performances in a wide range of areas such as object recognition, image segmentation, speech recognition and machine translation. In modern manufacturing systems, data-driven machine health monitoring is gaining in popularity due to the widespread deployment of low-cost sensors and their connection to the Internet. Meanwhile, deep learning provides useful tools for processing and analyzing these big machinery data. The main purpose of this paper is to review and summarize the emerging research work of deep learning on machine health monitoring. After the brief introduction of deep learning techniques, the applications of deep learning in machine health monitoring systems are reviewed mainly from the following aspects: Auto-encoder (AE) and its variants, Restricted Boltzmann Machines and its variants including Deep Belief Network (DBN) and Deep Boltzmann Machines (DBM), Convolutional Neural Networks (CNN) and Recurrent Neural Networks (RNN). Finally, some new trends of DL-based machine health monitoring methods are discussed.
Graph-based semi-supervised learning for relational networks
We address the problem of semi-supervised learning in relational networks, networks in which nodes are entities and links are the relationships or interactions between them. Typically this problem is confounded with the problem of graph-based semi-supervised learning (GSSL), because both problems represent the data as a graph and predict the missing class labels of nodes. However, not all graphs are created equally. In GSSL a graph is constructed, often from independent data, based on similarity. As such, edges tend to connect instances with the same class label. Relational networks, however, can be more heterogeneous and edges do not always indicate similarity. For instance, instead of links being more likely to connect nodes with the same class label, they may occur more frequently between nodes with different class labels (link-heterogeneity). Or nodes with the same class label do not necessarily have the same type of connectivity across the whole network (class-heterogeneity), e.g. in a network of sexual interactions we may observe links between opposite genders in some parts of the graph and links between the same genders in others. Performing classification in networks with different types of heterogeneity is a hard problem that is made harder still when we do not know a-priori the type or level of heterogeneity. Here we present two scalable approaches for graph-based semi-supervised learning for the more general case of relational networks. We demonstrate these approaches on synthetic and real-world networks that display different link patterns within and between classes. Compared to state-of-the-art approaches, ours give better classification performance without prior knowledge of how classes interact. In particular, our two-step label propagation algorithm gives consistently good accuracy and runs on networks of over 1.6 million nodes and 30 million edges in around 12 seconds.
5 Free Data Science eBooks For Your Summer Reading List
So there you have it โ 5 free eBooks (plus a bonus book) for your summer reading. It would be great if you would leave brief reviews of these books in the comments below โ I'm sure all the authors would appreciate your comments and shares. Join the debate below and let me know your thoughts... About the Author Lee Baker is an award-winning software creator with a passion for turning data into a story. A proud Yorkshireman, he now lives by the sparkling shores of the East Coast of Scotland. Physicist, statistician and programmer, child of the flower-power psychedelic '60s, it's amazing he turned out so normal! Turning his back on a promising academic career to do something more satisfying, as the CEO and co-founder of Chi-Squared Innovations he now works double the hours for half the pay and 10 times the stress - but 100 times the fun! He also wanted to be rich, famous and good looking.
30 Fun Ideas for Starting New AI Businesses and Services with Watson
In our recent reviews of historical Watson and the modern Watson of today we concluded that IBM's Watson Group may have the first or at least the current strongest comprehensive AI platform. This is the first time that we know of that all three elements of AI have been brought together in a single user friendly platform: image processing, text and speech processing, and knowledge retrieval. This is not so much a platform for data scientist to use to expand the capabilities of AI as it is a platform for business users (with the aid of data scientists) to exploit the capabilities of modern AI by building new products and services. To wrap up this review of Watson, we wanted to provide some thought-starters on what new services or even new businesses you might build on Watson. Oh, and regarding new businesses, did we mention that developers who join the Watson Ecosystem are eligible to become a Watson "partner" with a shot at the $100 Million funding IBM is making available to startups plus support and access from IBM business and technology advisors.