Build Differentially private Machine Learning Models Using TensorFlow Privacy

By Yash Gandhi

In the computer world, there are lots of data that required user wise privacy. The privacy of data and their protection are very essential for everyone. Day by day when data increa.... Read More

Sports Predictor using Python in Machine Learning

By Yash Gandhi

Prediction means to make an estimate of the future and on which base prepare a plan to achieve a goal. Recent technology of computers very useful to predict the future and to make .... Read More

Develop A Neural Network That Can Read Handwriting

By Sumit Singh

In this tutorial, we shall learn to develop a neural network that can read handwriting with python. For this tutorial, we shall use the MNIST dataset, this dataset contains handwri.... Read More

Trim Strings – Boost String Algorithm in C++

By Pranav Prakasan

This article provides a detailed explanation of ‘How to Trim Strings in C++ using the Boost String Algorithm’. Above all, ‘in just a single line of code’. B.... Read More

How to rotate an array in Python

By Abhinav Chandra

In this tutorial, we will see how to rotate an array in Python by a given number of elements. Rotating an array is a process involving the shifting of the elements by n positions. .... Read More

Thread suspend() method in Java

By Abhisikta Chakraborty

In this tutorial, we will talk about a special method of the Thread class. In order to understand the thread suspend() method in Java, we need to first understand the life cycle of.... Read More

Unnamed and inline namespaces in C++

By Karandeep Singh

Hey, guys today we are going to learn about unnamed(anonymous) and inline namespaces in C++. Before starting with the unnamed and inline namespaces, I would like to briefly discuss.... Read More

atomic_flag in C++

By Aakash Puri

In this tutorial, you will learn about atomic_flag in C++. It is of atomic boolean type. Unlike other atomic operations, it is lock-free. And it does not provide load and store ope.... Read More

Related Posts