Education
It Ain't Me, Babe: Researchers Find Flaws In Police Facial Recognition
Stephen Lamm, a supervisor with the ID fraud unit of the North Carolina Department of Motor Vehicles, looks through photos in a facial recognition system in 2009 in Raleigh, N.C. Stephen Lamm, a supervisor with the ID fraud unit of the North Carolina Department of Motor Vehicles, looks through photos in a facial recognition system in 2009 in Raleigh, N.C. Nearly half of all American adults have been entered into law enforcement facial recognition databases, according to a recent report from Georgetown University's law school. But there are many problems with the accuracy of the technology that could have an impact on a lot of innocent people. There's a good chance your driver's license photo is in one of these databases.
Deep Learning: What it is, and What You Need to Know
While you likely have at least a vague sense that artificial intelligence is the future of the devices and services around you, you may or may not know much about the specific technologies that enable machines to process data and react intelligently -- such as by recognizing objects or translating speech in real-time. The concept of deep learning, a technology that MIT Technology Review reports "attempts to mimic the activity in layers of neurons in the neocortex, the wrinkly 80 percent of the brain where thinking occurs" -- can be especially difficult to wrap your head around. Curious about deep learning, and what you need to know about it? Here's exactly how the stuff of science fiction films is coming to life. Deep learning software learns to recognize patterns in digital representations of sounds, images, and other data.
With Mapbox Deal, IBM Watson Will Learn A Lot More About Where Things Are Happening Geo & OS Intelligence
"The Geospatial Intelligence Certificate, accredited by the United States Geospatial Intelligence Foundation (USGIF) provides education and training in scientific concepts, methods and key geospatial technologies, used in the solution of global problems of human security, including natural disasters, humanitarian crisis, environmental risks, military operations, political violence, public health and challenges in access to food. USGIF's purpose is to promote the geospatial intelligence tradecraft and to develop a stronger community of interest between government, industry, academia, professional organizations and individuals. USGIF is the only organization providing Higher Education accreditation in the GEOINT domain, being a world leader in this field.
AI Is Not out to Get Us
Elon Musk's new plan to go all-in on self-driving vehicles puts a lot of faith in the artificial intelligence needed to ensure his Teslas can read and react to different driving situations in real time. AI is doing some impressive things--last week, for example, makers of the AlphaGo computer program reported that their software has learned to navigate the intricate London subway system like a native. Even the White House has jumped on the bandwagon, releasing a report days ago to help prepare the U.S. for a future when machines can think like humans. But AI has a long way to go before people can or should worry about turning the world over to machines, says Oren Etzioni, a computer scientist who has spent the past few decades studying and trying to solve fundamental problems in AI. Etzioni is currently the chief executive officer of the Allen Institute for Artificial Intelligence (AI2), an organization that Microsoft co-founder Paul Allen formed in 2014 to focus on AI's potential benefits--and to counter messages perpetuated by Hollywood and even other researchers that AI could menace the human race.
Model evaluation, model selection, and algorithm selection in machine learning
In contrast to k-nearest neighbors, a simple example of a parametric method would be logistic regression, a generalized linear model with a fixed number of model parameters: a weight coefficient for each feature variable in the dataset plus a bias (or intercept) unit. While the learning algorithm optimizes an objective function on the training set (with exception to lazy learners), hyperparameter optimization is yet another task on top of it; here, we typically want to optimize a performance metric such as classification accuracy or the area under a Receiver Operating Characteristic curve. Thinking back of our discussion about learning curves and pessimistic biases in Part II, we noted that a machine learning algorithm often benefits from more labeled data; the smaller the dataset, the higher the pessimistic bias and the variance -- the sensitivity of our model towards the way we partition the data. We start by splitting our dataset into three parts, a training set for model fitting, a validation set for model selection, and a test set for the final evaluation of the selected model.
Government thinking on AI and robotics needs reboot, report says » Digital By Default News
Advances in robotics and Artificial Intelligence (AI) hold the potential to fundamentally reshape the way we live and work, yet the government does not yet have a strategy for developing skills, a report by the Science and Technology Committee has concluded. The report states that AI systems are starting to have transformational impacts on everyday life: from driverless cars and supercomputers that can assist doctors with medical diagnoses, to intelligent tutoring systems that can tailor lessons to meet a student's individual cognitive needs. Such breakthroughs raise a host of questions for society, including ethical issues about the transparency of AI decision-making as well as privacy and safety. The Committee is calling for a Commission on Artificial Intelligence to be established at the Alan Turing Institute to examine the social, ethical and legal implications of recent and potential developments in AI. The UK is well-placed to provide this type of intellectual leadership, it adds.
Enterprise Machine Learning in a Nutshell
Machine learning enables computers to learn from large amounts of data without being explicitly programmed to do so. We can already see how machine learning gives rise to new intelligent applications, from self-driving cars to intelligent assistants on our smartphones. Increasingly, businesses recognize the importance of using machine learning to transform their data assets into business value. However, many companies are unsure how machine learning can be applied to solve problems in an enterprise context. As the world's most relevant enterprise data is part of SAP's system and business network, SAP aspires to make all its enterprise solutions intelligent and help customers to leverage their data.
Geometry of Polysemy
Mu, Jiaqi, Bhat, Suma, Viswanath, Pramod
Vector representations of words have heralded a transformational approach to classical problems in NLP; the most popular example is word2vec. However, a single vector does not suffice to model the polysemous nature of many (frequent) words, i.e., words with multiple meanings. In this paper, we propose a three-fold approach for unsupervised polysemy modeling: (a) context representations, (b) sense induction and disambiguation and (c) lexeme (as a word and sense pair) representations. A key feature of our work is the finding that a sentence containing a target word is well represented by a low rank subspace, instead of a point in a vector space. We then show that the subspaces associated with a particular sense of the target word tend to intersect over a line (one-dimensional subspace), which we use to disambiguate senses using a clustering algorithm that harnesses the Grassmannian geometry of the representations. The disambiguation algorithm, which we call $K$-Grassmeans, leads to a procedure to label the different senses of the target word in the corpus -- yielding lexeme vector representations, all in an unsupervised manner starting from a large (Wikipedia) corpus in English. Apart from several prototypical target (word,sense) examples and a host of empirical studies to intuit and justify the various geometric representations, we validate our algorithms on standard sense induction and disambiguation datasets and present new state-of-the-art results.
8 Ways AI Will Profoundly Change City Life by 2030
How will AI shape the average North American city by 2030? A panel of experts assembled as part of a century-long study into the impact of AI thinks its effects will be profound. The One Hundred Year Study on Artificial Intelligence is the brainchild of Eric Horvitz, a computer scientist, former president of the Association for the Advancement of Artificial Intelligence, and managing director of Microsoft Research's main Redmond lab. Every five years a panel of experts will assess the current state of AI and its future directions. The first panel, comprised of experts in AI, law, political science, policy, and economics, was launched last fall and decided to frame their report around the impact AI will have on the average American city.
[Discussion] I am following Andrew Ng's Coursera course. Is there an entry course to better follow it? • /r/MachineLearning
I can't offer much in terms of other entry level recommendations, but I can recommend you learn to utilize the resource pages on the coursera course. The way the andrew NG course is set up is that you more or less try to have an idea of how these algorithms work at a conceptual level through the videos, then when you go to programming assignments, you can skip a lot of the prep work and focus on implementing the machine learning algorithms. Now those algorithms might be a little hard to follow at first, which is okay and expected, and that's where the lecture notes and/or wiki come in. From the wiki you can more or less translate the math formulas into code syntax and the assignments are more or less complete. The weeks build off each other so as you learn how to do one part, they do a little less prep work for you so you have to learn how to do another part, and so forth.