Goto

Collaborating Authors

 Instructional Material


Getting started with Geographic Data Science in Python -- Part 3

#artificialintelligence

This is the third article of a three-part series of articles in Getting started Geographic Data Science with Python. You will learn about reading, manipulating and analysing Geographic data in Python. The third part, which is this article, covers a relevant and real-world project wrapping up to cement your learning. Learning Objectives for this case study are: 1. Apply spatial operations on real word dataset project 2. Spatial join and munging Geographic data. In this project, we will use two datasets: a population dataset disaggregated by age and preschools dataset from Statistics Sweden.


Machine Learning in R for beginners

#artificialintelligence

You see that the model makes reasonably accurate predictions, with the exception of one wrong classification in row 29, where "Versicolor" was predicted while the test label is "Virginica". This is already some indication of your model's performance, but you might want to go even deeper into your analysis.


12 Best Unreal Engine 4 Tutorials, Courses & Training 2019 JA Directives

#artificialintelligence

Do you want to learn building Unreal Engine 4 Games? Unreal Engine games are turning heads on IGN, Polygon and GameSpot's lists of highly-anticipated titles for 2019 and moving on. The gaming industry is one of the most lucrative industry with fast-moving tech development. These Unreal Engine 4 Courses will guide you to excel at Unreal Engine, UE4, and C . To build high-quality virtual reality video games and modern game design you need to learn Unreal Engine and C .


The Components of Principal Component Analysis: A Python Tutorial Math Misery?

#artificialintelligence

I recently ran a data science training course on the topic of principal component analysis and dimension reduction. This course was less about the intimate mathematical details, but rather on understanding the various outputs that are available when running PCA. In other words, my goal was to make sure that followers of this tutorial can see what terms like "explained_variance_" and "explained_variance_ratio_" and "components_" mean when they probe the PCA object. It shouldn't be a mystery and it should be something that anyone can recreate "by hand". My training sessions tend to be fluid and no one session is the same as any other.



What Coursera's Introduction to TensorFlow 2.0 taught me

#artificialintelligence

This blog post contains all my learnings from Google's Laurence Moroney's nice Coursera course named Introduction to TensorFlow for Artificial Intelligence, Machine Learning and Deep Learning. It's a great news that Google developers have released the alpha version of TensorFlow 2.0 (at the time of writing this post) which now focuses more on usability, clarity and flexibility just like Keras. What this means is that you can now use Keras inside TensorFlow itself in addition to all those advanced functions that TensorFlow offers. Furthermore, 2.0 has eager execution enabled by default which means you no longer need to create a session and run the computational graph inside that. Everything is dynamic just like PyTorch now.


How To Use Artificial Intelligence In Education

#artificialintelligence

Artificial Intelligence in education seems to have a bright future. It is because of the helpful nature of AI technology, which also helps us take perfect pictures, automatically park cars, and so on. AI is moving towards becoming a soothing and helpful non-human companion for us. AI startup funding by venture capitalists has skyrocketed six times since 2000, according to Adobe. Artificial Intelligence is considered as the most crucial element required to build digital transformation solutions for the future.


Artificial Intelligence Promises a Personalized Education for All - The Possibility Report

#artificialintelligence

In a 2015 interview, Bill Gates imagined a world where Artificially Intelligent Tutoring Systems (AITS) have transformed learning. He spoke of AI-powered tutors offering a personalized approach for each student. They could work with a kid struggling to wrap his head around algebra while his classmates moved on to something more advanced; they could work with a grandmother determined to learn a new language. These systems wouldn't replace teachers. Rather, they'd enhance human teachers' abilities to tailor lessons to each student without knocking their class schedule off track.


Building a Chat Bot With Image Recognition and OCR

#artificialintelligence

In part 1 of this series, we gave our bot the ability to detect sentiment from text and respond accordingly. But that's about all it can do, and admittedly quite boring. Of course, in a real chat, we often send a multitude of media: from text, images, videos, gifs, to anything else. So in this, our next step in our journey, let's give our bot vision. The goal of this tutorial is to allow our bot to receive images, reply to them, and eventually give us a crude description of the main object in said image.


Building a Chat Bot With Image Recognition and OCR

#artificialintelligence

In part 1 of this series, we gave our bot the ability to detect sentiment from text and respond accordingly. But that's about all it can do, and admittedly quite boring. Of course, in a real chat, we often send a multitude of media: from text, images, videos, gifs, to anything else. So in this, our next step in our journey, let's give our bot vision. The goal of this tutorial is to allow our bot to receive images, reply to them, and eventually give us a crude description of the main object in said image.