Goto

Collaborating Authors

 SPE


Python Machine Learning

#artificialintelligence

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

#artificialintelligence

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

#artificialintelligence

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

#artificialintelligence

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

#artificialintelligence

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

#artificialintelligence

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?

#artificialintelligence

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."


Machine Learning is Fun! Part 2

#artificialintelligence

Update: Machine Learning is Fun! Part 3 is now available! In Part 1, we said that Machine Learning is using generic algorithms to tell you something interesting about your data without writing any code specific to the problem you are solving. This time, we are going to see one of these generic algorithms do something really cool -- create video game levels that look like they were made by humans. We'll build a neural network, feed it existing Super Mario levels and watch new ones pop out!


Train an Image Classifier with TensorFlow for Poets - Machine Learning Recipes #6

#artificialintelligence

Along the way, I'll introduce Deep Learning, and add context and background on why the classifier works so well. Here are links to learn more, thanks for watching, and have fun! You can follow me on Twitter at https://twitter.com/random_forests for updates on episodes, and of course - Google Developers.


School of Machines, Making & Make-Believe

#artificialintelligence

Machine learning is a branch of artificial intelligence concerned with the design of data-driven programs which autonomously demonstrate intelligent behavior in a variety of domains. Machine learning systems are all around us. When you deposit a check, scan your fingerprint, or post a picture on social media, autonomous algorithms are deployed on the spot to sift through and make sense of your constant interactions with our technology. Machine learning silently underpins the fabric of our digital infrastructure, discriminating spam e-mail and banking fraud, making light-speed transactions in the global financial market, recommending music and films for customers to buy, deciding what search results are relevant to your queries, and countless more of the daily interactions with electronic media that we take for granted. Machine learning is the backbone that powers self-driving cars, content recommendation in social media, face identification in digital forensics, and countless other high-level tasks.