Neural Networks - A Visual Introduction For Beginners

The author says that there are five things about Neural Networks that any ML enthusiast should know: Neural Networks are specific : They are always built to solve a specific problem Neural Networks have three basic parts, i.e. Input Layer, Hidden Layer and Output Layer Neural Networks are built in two ways Feed Forward : In this type of network, signals travel only one way, from input to output.

Machine Learning with Random Forests and Decision Trees

The entire book is organized as 20 small bite sized chapters. Each chapter focuses on one specific thing and explains everything via visuals(as is obvious from the title). The author starts off by explaining the basic idea of Random Forests, i.e. a collection of decision trees that have been generated via randomization. The randomness comes from the fact that a random subset is used from training the dataset and a random set of attributes are used for splitting the data.

Decision Trees and Random Forests : A Visual Introduction For Beginners

This book provides a non-mathy entry point in to the world of decision trees and random forests. Chapter 1 introduces the three kinds of learning algorithms: Supervised Learning Algorithm: The algo feeds on labeled data and then use the fitted algorithm on unlabeled data Unsupervised Learning Algorithm: The algo feeds on unlabeled data to figure out structure and patterns on its own Semi-Supervised Learning: The algo feeds on labeled and unlabeled data.

The Idiot Brain: Summary

Context I stumbled on this book on my way to Yangon and devoured the book with in a few hours. It took me more time to write the summary than to read the book. The book is 300 pages long and full credit goes to the author for making the book so interesting.In this post, I will attempt to summarize the contents of the book. This book is a fascinating adventure into all the aspects of the brain that are messy and chaotic.

The Power of Habit : Summary

Most of the decisions that we take or activities that we do, on a daily basis are not a result of deliberate thought. These are the result of habits that we have built over time. We realize some of these decisions/activities as habits but often carry out many activities in auto-pilot mode. This is good as it frees our mind to do other things. The flip side is that we do not seem to be in control of the actions and hence feel powerless.