Goto

Collaborating Authors

 lesson 3


Modern Python LiveLessons: Big Ideas and Little Code in Python

@machinelearnbot

Introduction Lesson 1: Building Foundational Python Skills for Data Analytics Lesson 1 covers the Python tools commonly used for data analysis. Lesson 2: Analyzing Data Using Simulations and Resampling In Lesson 2 we apply the Python data analysis tools to building simulations and computing statistics. The techniques for resampling statistics are both powerful and easy to learn. They express big ideas with very little code. Lesson 3: Improving Reliability with MyPy and Typing Hinting In the first half of Lesson 3, we wade deeper into Python's tools for organizing and analyzing data.


An Introduction to Deep Learning for Tabular Data

@machinelearnbot

By Rachel Thomas, Co-founder at fast.ai There is a powerful technique that is winning Kaggle competitions and is widely used at Google (according to Jeff Dean), Pinterest, and Instacart, yet that many people don't even realize is possible: the use of deep learning for tabular data, and in particular, the creation of embeddings for categorical variables. Despite what you may have heard, you can use deep learning for the type of data you might keep in a SQL database, a Pandas DataFrame, or an Excel spreadsheet (including time-series data). I will refer to this as tabular data, although it can also be known as relational data, structured data, or other terms (see my twitter poll and comments for more discussion). Tabular data is the most commonly used type of data in industry, but deep learning on tabular data receives far less attention than deep learning for computer vision and natural language processing.


An Introduction to Deep Learning for Tabular Data ยท fast.ai

#artificialintelligence

There is a powerful technique that is winning Kaggle competitions and is widely used at Google (according to Jeff Dean), Pinterest, and Instacart, yet that many people don't even realize is possible: the use of deep learning for tabular data, and in particular, the creation of embeddings for categorical variables. Despite what you may have heard, you can use deep learning for the type of data you might keep in a SQL database, a Pandas DataFrame, or an Excel spreadsheet (including time-series data). I will refer to this as tabular data, although it can also be known as relational data, structured data, or other terms (see my twitter poll and comments for more discussion). Tabular data is the most commonly used type of data in industry, but deep learning on tabular data receives far less attention than deep learning for computer vision and natural language processing. The material from this post is covered in much more detail starting around 1:59:45 in the Lesson 3 video and continuing in Lesson 4 of our free, online Practical Deep Learning for Coders course.


Computer Vision by Andrew Ng - 11 Lessons Learned

@machinelearnbot

I recently completed Andrew Ng's computer vision course on Coursera. Ng does an excellent job at explaining many of the complex ideas required to optimize any computer vision task. My favourite component of the course was the neural style transfer section (see lesson 11), which allows you to create artwork which combines the style of Claud Monet with the content of whichever image you would like. In this article, I will discuss 11 key lessons that I learned in the course. Note that this is the fourth course in the Deep Learning specialization released by deeplearning.ai.


Journey to Machine Learning { Lesson 3 The final deliverable }

#artificialintelligence

We made it to the third lesson on Data Science. At this point, I'll implore us not to be bored. I promise the next post will dwell more on the coding part of Machine Learning. What is the final deliverable and what format should it have? Before one jumps into analytics and working with data, one has to ask the first and most important questions.


Personalized Intelligent Tutoring System Using Reinforcement Learning

AAAI Conferences

In this paper, we present a Personalized Intelligent Tutoring System that uses Reinforcement Learning techniques to implicitly learn teaching rules and provide instructions to students based on their needs. The system works on coarsely labeled data with minimum expert knowledge to ease extension to newer domains.