SPE
Key trends in machine learning and AI
S. Somasegar is a venture partner at Madrona Venture Group and the former head of Microsoft's Developer Division. Daniel Li is an investor with Madrona Venture Group. You can hardly talk to a technology executive or developer today without talking about artificial intelligence, machine learning or bots. Madrona recently hosted a conference on ML and AI, bringing together some of the biggest technology companies and innovative startups in the Intelligent Application ecosystem. One of the key themes for the event emerged from a survey of the attendees.
Google Firestarters 20: Artificial Intelligence (AI) or Intelligence Augmentation (IA)? - The Event
Last week 300 planners were packed into Google HQ in London to talk all things AI, robotics and machine learning. This whole area, despite being with us for a long time, has suddenly become a huge area of focus for the industry not least because of the huge shifts in behaviour, advantage and opportunity that it will bring. We wanted to take as broad a perspective as possible with this event, and so we had five exceptional speakers, each with a unique point of view on the theme. Author and designer Tom Chatfield kicked us off by talking about how much of the recent focus on AI has been around the'usurpation narrative of human-machine interactions…a creation is pitted against its creators, aspiring ultimately to supplant them'. Science fiction is full of machines that are out to eliminate or hoodwink us, and the application of AI in game scenarios (Go, Chess) always means that there's a winner (usually the machine) and a loser (the human creator).
Lessons for Large-Scale Machine Learning Deployments on Apache Spark
We are excited to announce that the third eBook in our technical blog book series, Lessons for Large-Scale Machine Learning Deployments on Apache Spark, has been released today! This eBook, the third of a series, picks up where the second book left off on the topic of advanced analytics, and jumps straight into practical tips for performance tuning and powerful integrations with other machine learning tools – including the popular deep learning framework TensorFlow and the python library scikit-learn. The second section of the book is devoted to addressing the roadblocks in developing machine learning algorithms on Apache Spark – from simple visualizations to modeling audiences with Apache Spark machine learning pipelines. As with the past eBooks, we've augmented the blogs with code examples in Databricks notebooks, which are complimentary with the eBook download. Download the eBook to get started on your next advanced analytics project today.
Python Machine Learning
If you want to find out how to use Python to start answering critical questions of your data, pick up Python Machine Learning – whether you want to get started from scratch or want to extend your data science knowledge, this is an essential and unmissable resource. Machine learning and predictive analytics are transforming the way businesses and other organizations operate. Being able to understand trends and patterns in complex data is critical to success, becoming one of the key strategies for unlocking growth in a challenging contemporary marketplace. Python can help you deliver key insights into your data – its unique capabilities as a language let you build sophisticated algorithms and statistical models that can reveal new perspectives and answer key questions that are vital for success. Python Machine Learning gives you access to the world of predictive analytics and demonstrates why Python is one of the world's leading data science languages.
Artificial Intelligence and the Future of Work
Recently, we have seen artificial intelligence triumph over humans in Jeopardy and chess. And there is a growing presence of virtual assistants like Alexa, Cortana, and Siri that populate our computers, phones, and homes. It's only a matter of time before A.I.-powered assistants play a significant role in the workplace, experts say. In fact, the global intelligent virtual assistant market is forecast to be worth 5.1 billion by 2022, up from - 600 million in 2014, according to Transparency Market Research. What are the potential benefits and challenges of giving smart virtual assistants a home in the enterprise?
Request for Information: Preparing for the Future of Artificial Intelligence
SUMMARY: Artificial intelligence (AI) technologies offer great promise for creating new and innovative products, growing the economy, and advancing national priorities in areas such as education, mental and physical health, addressing climate change, and more. Like any transformative technology, however, AI carries risks and presents complex policy challenges along a number of different fronts. The Office of Science and Technology Policy (OSTP) is interested in developing a view of AI across all sectors for the purpose of recommending directions for research and determining challenges and opportunities in this field. The views of the American people, including stakeholders such as consumers, academic and industry researchers, private companies, and charitable foundations, are important to inform an understanding of current and future needs for AI in diverse fields. The purpose of this RFI is to solicit feedback on overarching questions in AI, including AI research and the tools, technologies, and training that are needed to answer these questions.
Implementing a CNN for Text Classification in TensorFlow
Another TensorFlow feature you typically want to use is checkpointing – saving the parameters of your model to restore them later on. Checkpoints can be used to continue training at a later point, or to pick the best parameters setting using early stopping. Checkpoints are created using a Saver object. Before we can train our model we also need to initialize the variables in our graph. The initialize_all_variables function is a convenience function run all of the initializers we've defined for our variables. You can also call the initializer of your variables manually. That's useful if you want to initialize your embeddings with pre-trained values for example. Let's now define a function for a single training step, evaluating the model on a batch of data and updating the model parameters.
AI springs into action in surprising places
A park ranger treads carefully through the trees, stopping to listen for signs of the poacher he's tailing. Killed for skins, medicine and trophy hunting, the worldwide population of tigers has been reduced to near-extinction at about 3,200. The scale of destruction is increasing, and it will take a three-pronged approach to battle the corruption and financial incentives driving the illegal trade: tackling the source, transmission and demand for wild animal products. Supply could be dealt with by park rangers catching the poachers before they attack, but finding a single poacher in thousands of square kilometers can be almost impossible, and in the poorest areas, resources are so constrained that poachers are not being intercepted at all. Artificial intelligence and game theory are the surprising elements in the arsenal of weapons used to combat this problem.
Artificial Intelligence May Aid in Alzheimer's Diagnosis
Machine learning is a type of artificial intelligence that allows computer programs to learn when exposed to new data without being programmed. Now, researchers in The Netherlands have coupled machine learning methods with a special MRI technique that measures the perfusion, or tissue absorption rate, of blood throughout the brain to detect early forms of dementia, such as mild cognitive impairment (MCI), according to a new study published online in the journal Radiology. "MRI can help with the diagnosis of Alzheimer's disease," said principal investigator Alle Meije Wink, Ph.D., from the VU University Medical Centre in Amsterdam. "However, the early diagnosis of Alzheimer's disease is problematic." Scientists have long known that Alzheimer's disease is a gradual process and that the brain undergoes functional changes before the structural changes associated with the disease show up on imaging results.
Is Artificial Intelligence a Game Changer for Securing Internet of Things?
AI could be a game changer for securing IoT environments, an article in Forbes posits. In-brief: Artificial intelligence will be a critical ingredient as enterprises struggle to secure an exploding population of connected devices in the coming years, an article on Forbes argues. Forbes has an interesting article that looks at whether artificial intelligence might be a critical ingredient in the Internet of Things security paradigm. "Between six and 15 billion IoT devices are already connected, and the pace will only quicken. By 2020, Gartner IT 0.25% predicts we'll top 20 billion web-connected'things'. In that same year – just four years from now – Gartner expects more than 25% of enterprise security attacks will involve IoT. But currently enterprises are investing only 10% of their security budgets to deal with this growing threat."