Goto

Collaborating Authors

 Instructional Material


Your First Deep Learning Project in Python with Keras Step-By-Step

#artificialintelligence

Keras is a powerful and easy-to-use free open source Python library for developing and evaluating deep learning models. It wraps the efficient numerical computation libraries Theano and TensorFlow and allows you to define and train neural network models in just a few lines of code. In this tutorial, you will discover how to create your first deep learning neural network model in Python using Keras. Discover how to develop deep learning models for a range of predictive modeling problems with just a few lines of code in my new book, with 18 step-by-step tutorials and 9 projects. Develop Your First Neural Network in Python With Keras Step-By-Step Photo by Phil Whitehouse, some rights reserved.


Google BigQuery for Machine Learning - One Day Workshop with Certificate

#artificialintelligence

Get training from the official chapter of Google, a $55 value lab subscription. Complete all labs in the quest and earn a Google-hosted badge.


Explore Creating Smart Monitoring Applications with Real-time Data, Machine Learning, and 2D/3D Dashboards

#artificialintelligence

Learn how to smartly monitor infrastructure, traffic, or land parcels by processing all your sensor, asset, weather, and other operational data in a single platform. We'll also discuss leveraging machine learning algorithms, visualizing the results in 2D and 3D in appealing dashboards, and setting up workflows for fieldworkers to capture information on mobile devices. Hexagon's M.App Enterprise is an on-premises platform for creating geospatial apps for your organization. M.App Enterprise stores your imagery, vector and point cloud data, workflows, analytics, and queries, all accessible in one place from an easy-to-use user interface. M.App Enterprise engages the "Monitor - Evaluate - Act" paradigm.


How to Learn Data Science for Free

#artificialintelligence

The first part of the curriculum will focus on technical skills. I recommend learning these first so that you can take a practical first approach rather than say learning the mathematical theory first. Python is by far the most widely used programming language used for data science. In the Kaggle Machine Learning and Data Science survey carried out in 2018 83% of respondents said that they used Python on a daily basis. I would, therefore, recommend focusing on this language but also spending a little time on other languages such as R. Before you can start to use Python for data science you need a basic grasp of the fundamentals behind the language.


Tensorflow 2.0: Deep Learning and Artificial Intelligence

#artificialintelligence

It's been nearly 4 years since Tensorflow was released, and the library has evolved to its official second version. Tensorflow is Google's library for deep learning and artificial intelligence. Tensorflow is the world's most popular library for deep learning, and it's built by Google, whose parent Alphabet recently became the most cash-rich company in the world (just a few days before I wrote this). It is the library of choice for many companies doing AI and machine learning. In other words, if you want to do deep learning, you gotta know Tensorflow.


The Future Is Now: Lawyers, Artificial Intelligence, And Data Analytics

#artificialintelligence

In my last column, I humbly welcomed our robot lawyer overlords. After it was published, a number of people called me out on social media and chastised me for joining sides with the robots so willingly. It would seem that they were decidedly unfamiliar with the well-known meme to which I referred. Well, rest assured dear readers, I have every intention to resist any and all invading robot overlords unless and until I feel that resistance will be futile, at which point I plan to blindly welcome them. And, judging by the results of two recent technology surveys, my fellow lawyers are in my corner when it comes to resisting the robot lawyers who've come to steal their jobs.


Dual Use and Responsible Research: Learning about Ethical Challenges Ahead - Ethics Dialogues

#artificialintelligence

Dual use and responsible research: ethical challenges' took place at the Karolinska Institute in Stockholm from the 14th to the 17th of November 2018. This workshop showcased the interdisciplinary nature of not only the HBP itself, but the dual use of brain science and the societal impacts this may have. Hence, the purpose of the workshop was to offer a space for discussing both the disciplinary aspects of the HBP, such as neuroscience and medicine, and the wider interdisciplinary aspects such as dual-use and responsible research and innovation (RRI). In order to engage as wide a range of students and researchers as possible with these topics, the workshop was open to all. With lectures covering topics such as the fascinating chemistry behind drug addiction and the revolutionary technology CRISPR that enables geneticists and medical researchers to edit parts of a genome, the interest in the workshop was high.


Research, ethics & societal impact - HBP

#artificialintelligence

This workshop aims to provide participants with insights on ethical aspects of dual-use research in neuroscience and Responsible Research and Innovation (RRI). Lectures will be given by some of the world's leading experts on dual-use in neuroscience research, and by active researchers on RRI. The topics covered will include the chemistry of the brain and dual action of drugs, novel incapacitants, ethics awareness and engagement and RRI. An important ingredient of the workshop is the use of team-based learning techniques.


Keras Learning Rate Finder - PyImageSearch

#artificialintelligence

In this tutorial, you will learn how to automatically find learning rates using Keras. Last week we discussed Cyclical Learning Rates (CLRs) and how they can be used to obtain high accuracy models with fewer experiments and limited hyperparameter tuning. The CLR method allows our learning rate to cyclically oscillate between a lower and upper bound; however, the question still remains, how do we know what are good choices for our learning rates? Today I'll be answering that question. And by the time you have completed this tutorial, you will understand how to automatically find optimal learning rates for your neural network, saving you 10s, 100s or even 1000s of hours in compute time running experiments to tune your hyperparameters.


10 Free Must-read Books on AI - KDnuggets

#artificialintelligence

About the book: A widely used text on reinforcement learning, which is one of the most active research areas in artificial intelligence, this book provides a clear and simple account of the field's key ideas and algorithms. With a focus on core online learning algorithms, including UCB, Expected Sarsa, and Double Learning, it then extends these ideas to function approximation covering topics on artificial neural networks and the Fourier basis. This second edition includes new chapters on reinforcement learning's relationships to psychology and neuroscience as well as updated case-studies on AlphaGo and AlphaGo Zero, Atari game playing, and IBM Watson's wagering strategy. About the authors: Richard S. Sutton is a distinguished research scientist at DeepMind in Edmonton and a professor in the Department of Computing Science at the University of Alberta. He previously worked in industry at AT&T and GTE Labs, and in academia at the University of Massachusetts.