Articles & Books From Machine Learning

Article / Updated 06-09-2023
After you install TensorFlow, you're ready to start creating and executing applications. This section walks through the process of running an application that prints a simple message. Exploring the example code You can download this example code from the "Downloads" link on Wiley.com. The archive’s name is tf_dummies.
Article / Updated 08-16-2022
This article is too short. It can’t even begin to describe the ways in which deep learning will affect you in the future. Consider this article to be offering a tantalizing tidbit — an appetizer that can whet your appetite for exploring the world of deep learning further.These deep learning applications are already common in some cases.
Cheat Sheet / Updated 04-12-2022
Deep learning affects every area of your life — everything from smartphone use to diagnostics received from your doctor. Python is an incredible programming language that you can use to perform deep learning tasks with a minimum of effort. By combining the huge number of available libraries with Python-friendly frameworks, you can avoid writing the low-level code normally needed to create deep learning applications.
Cheat Sheet / Updated 03-02-2022
TensorFlow is Google’s premier framework for machine learning, and each new version brings a wide range of capabilities and features. After you’ve ascended the learning curve, you can write sophisticated machine-learning applications and execute them at high speed.But rising up the learning curve isn’t easy — with great power comes great complexity.
Article / Updated 08-26-2021
Machine learning is an application of AI that can automatically learn and improve from experience without being explicitly programmed to do so. The machine learning occurs as a result of analyzing ever increasing amounts of data, so the basic algorithms don’t change, but the code's internal weights and biases used to select a particular answer do.
Article / Updated 07-20-2021
There are a lot of different uses for deep learning — everything from the voice-activated features of your digital assistant to self-driving cars. Using deep learning to improve your daily life is nice, of course, but most people need other reasons to embrace a technology, such as getting a job. Fortunately, deep learning doesn’t just affect your ability to locate information faster but also offers some really interesting job opportunities, and with the “wow” factor that only deep learning can provide.
Article / Updated 04-12-2021
Improving a decision tree by replicating it many times and averaging results to get a more general solution sounded like such a good idea that it spread, and both academics and practitioners derived various solutions. When the problem is a regression, the technique averages results from the ensemble. However, when the trees deal with a classification task, the technique can use the ensemble as a voting system, choosing the most frequent response class as an output for all its replications.
Article / Updated 04-12-2021
Even though supervised learning is the most popular and frequently used of the three types, all machine learning algorithms respond to the same logic. The central idea is that you can represent reality using a mathematical function that the algorithm doesn’t know in advance but can guess after having seen some data.
Article / Updated 04-12-2021
One of the machine learning applications of working with images that affects nearly everyone today is computer vision, which is the technique of viewing the individual objects within a frame from a camera or some other source.When you look at an image, you see objects— perhaps individual people, stoplights, cars, and other items.
Article / Updated 04-12-2021
You can use a number of packages to perform machine learning tasks. This article tells you how to obtain your copy of Anaconda, the Anaconda3-2020.07 version. Here's a brief overview of Anaconda as a product. How to download Anaconda The basic Anaconda package is a free download that you obtain at Anaconda.com.