Home Tags Algorithms

Tag: Algorithms

Creating 2D and 3D plots using Matplotlib

0
This article is an excerpt from a book written by L. Felipe Martins, Ruben Oliva Ramos and V Kishore Ayyadevara titled SciPy Recipes. This...

What is Meta Learning?

0
Meta Learning, an original concept of cognitive psychology, is now applied to machine learning techniques. If we go by the social psychology definition, meta...

Perform CRUD operations on MongoDB with PHP

0
This article is an excerpt from the book Mastering MongoDB 3.x authored by Alex Giamas. This book covers the key concepts, and tips &...

Connecting your data to MongoDB using PyMongo and PHP

0
The following book excerpt is taken from the title Mastering MongoDB 3.x written by Alex Giamas. This book covers the fundamental as well as...

Prime numbers, modern encryption and their ancient Greek connection!

0
Prime numbers are incredibly important in a number of fields, from computer science to cybersecurity. But they are incredibly mysterious - they are quite...

Troubleshooting in SQL Server

0
This article is an excerpt from a book SQL Server 2017 Administrator's Guide written by Marek Chmel and Vladimír Mužný. This book will help...

Selecting Statistical-based Features in Machine Learning application

0
In today’s tutorial, we will work on one of the methods of executing feature selection, the statistical-based method for interpreting both quantitative and qualitative...

Getting started with Q-learning using TensorFlow

0
This article is an excerpt taken from the book Mastering TensorFlow 1.x written by Armando Fandango. This book will help you master advanced concepts...

Feature Improvement: Identifying missing values using EDA (Exploratory Data Analysis) technique

0
Today, we will work towards developing a better sense of data through identifying missing values in a dataset using Exploratory Data Analysis (EDA) technique...

How to build a cartpole game using OpenAI Gym

1
This article is an excerpt taken from the book Mastering TensorFlow 1.x written by Armando Fandango. In this book, you will learn advanced features...