Goto

Collaborating Authors

 Education


The rapid advancement of machine learning capabilities

#artificialintelligence

Machine learning has already captured the industry's attention and driven rapid changes in ad technology, which is the least it could do given the amount of hype it has received. What's even more fascinating, though, is that the pace of the ML revolution is only increasing, and the real change has barely begun. Smart use of ML is now a differentiator and competitive advantage, but it is about to become an absolute requirement to remaining relevant in ad tech. While there continues to be breakthroughs in core ML research, it is not the academic vanguard that is driving rapid change in our industry, but rather the broadening base of knowledge among nonspecialist engineers. Just a few years ago machine learning was largely restricted to a small group of experts -- a handful of Ph.D.s from a handful of top universities. The ML bottleneck for most ad tech companies was not technology but the recruiting and retention of this rare talent.


The New ABC's of Learning for the Future to Work

#artificialintelligence

Without workers, there will be no future of work. But preparing workers with relevant skill sets -- both students and current employees -- can't be done with old training and education models. All workers need to be prepared for fast-evolving job roles and responsibilities, from artificial intelligence ethics, to how to work alongside intelligent machines. And that will require an overhaul to the current approach to training and education. While businesses and HEIs seem to recognize this, according to our recent study of educational and business leaders, they're only at the beginning stages of making that shift, with businesses looking to take the lead.


AI bias: 9 questions leaders should ask

#artificialintelligence

As the use of artificial intelligence applications – and machine learning – grows within businesses, government, educational institutions, and other organizations, so does the likelihood of bias. Researchers have studied and found significant racial bias in facial recognition technology, for example, and in particular in the underlying algorithms. That alone is a massive problem. When you more broadly consider the role AI and ML will play in societal and business contexts, the problem of AI bias becomes seemingly limitless – one that IT leaders and others need to pay close attention to as they ramp up AI and ML implementations. AI bias often begins with people, which runs counter to the popular narrative that we'll all soon be controlled by AI robot overlords.


Will robots replace teachers in the future?

#artificialintelligence

As the age of AI approaches, the question of whether robots can replace teachers looms larger. Anthony Seldon, vice chancellor of the University of Buckingham, predicts that robots will replace teachers by 2027, less than a decade away. Some say that robots can never replace teachers because teachers inspire us. But, in another article, Seldon, says "inspirational robots" are possible and can be adapted to each student's individual learning style. The idea of robot teachers may sound appealing on some levels because teachers are expensive and in increasingly short supply.


Government pumps £6m into legal AI and analytics projects - Legal Futures

#artificialintelligence

The government has awarded grants totalling over £6.4m to 18 legal artificial intelligence (AI) and data analytics projects. The projects span the whole range of legal services, from City law firm DLA Piper and private client specialists Withers to consumer forum Legal Beagles and Islington Citizens Advice Bureau. The biggest grant of £1.53m from the Next Generation Services Industrial Strategy Challenge Fund went to a project focusing on the acquisition of confidential data. The project partners include Withers, Imperial College in London, Oxford University and Genie AI. The second biggest, £1.36m, went to help develop AI software that "detects and interprets emotion and linguistics from voice" to combat insurance fraud through "credibility/vulnerability assessment".


Deep Learning Glossary. @nvidia #AI #DeepLearning #ArtificialIntelligence

#artificialintelligence

The Deep Learning Glossary from NVIDIA The postulation of a principle of causality, "to every effect there is a cause," has been a continuing central problem for philosophy (Popper, 1972). Its role as a source of contention in modern science (Jauch, 1973) is epitomized by Einstein's remark that, "I can't believe that God plays dice." Many of the arguments about the application of the principle are very relevant to systems science and to problems of system identification and machine learning, on the one hand,and to epistemology and behavioural psychology, on the other. In current system science the theory of causal deterministic systems is most well developed and generally applied, while the theory of modeling with alternative structures, e.g., stochastic automata, indeterminate automata, products of asynchronous automata, etc., has not been developed to the same degree. Brian R. Gaines Hoy traemos a este espacio esta slideshare de NVidia, que nos presentan así: Learn the most important terminology from "A" to "Z" utilized in deep learning linked with resources for more in-depth exploration in our glossary.


Invest in AI's ethical future

#artificialintelligence

I spent a recent Saturday morning talking to a group of grade school kids about artificial intelligence. Many of them had never coded before, let alone heard of AI. During the session, one exercise required them to come up with ideas for how the AI they create would be used in the real world. I was struck by the kids' genuine interest in creating AI solutions that would help people, rather than divide them. I left that classroom with renewed faith in the future of innovation -- especially if industry can extend technology-focused career opportunities to people from different backgrounds and with fresh perspectives.


4 Takeaways from 'How Google Does Machine Learning' course

#artificialintelligence

Today, Machine Learning (ML) technology is simplified and abstracted to an API call so you can solve a data-intensive pattern matching problem easily. Google's Move Mirror is a great example. While creating a standalone ML-based consumer app is reasonably straightforward, it can be quite challenging to infuse ML at scale into a mission-critical enterprise-class cloud platform. Enterprise apps have to consider various steps in the machine learning life cycle including data cleansing, integration, and production deployment. Operationalizing ML is a topic by itself and I'll share more on that in a future post.


Free Webinar: Humanising Your Bot

#artificialintelligence

Hear the discussion from copywriter, voice actor and marketer Rew Shearer as he talks through the why, how, and watch out! of chatbot personality in this short live webinar co-hosted by Chief Conversologist Jam Mayer. One of the hardest elements of creating a chatbot is personality. Building a chatbot can be easy. But getting the conversation right is hard. Do you even need a personality for your chatbot – and why?


Graph Adversarial Training: Dynamically Regularizing Based on Graph Structure

arXiv.org Machine Learning

Recent efforts show that neural networks are vulnerable to small but intentional perturbations on input features in visual classification tasks. Due to the additional consideration of connections between examples (e.g., articles with citation link tend to be in the same class), graph neural networks could be more sensitive to the perturbations, since the perturbations from connected examples exacerbate the impact on a target example. Adversarial Training (AT), a dynamic regularization technique, can resist the worst-case perturbations on input features and is a promising choice to improve model robustness and generalization. However, existing AT methods focus on standard classification, being less effective when training models on graph since it does not model the impact from connected examples. In this work, we explore adversarial training on graph, aiming to improve the robustness and generalization of models learned on graph. We propose Graph Adversarial Training (GAT), which takes the impact from connected examples into account when learning to construct and resist perturbations. We give a general formulation of GAT, which can be seen as a dynamic regularization scheme based on the graph structure. To demonstrate the utility of GAT, we employ it on a state-of-the-art graph neural network model --- Graph Convolutional Network (GCN). We conduct experiments on two citation graphs (Citeseer and Cora) and a knowledge graph (NELL), verifying the effectiveness of GAT which outperforms normal training on GCN by 4.51% in node classification accuracy. Codes will be released upon acceptance.