Image Recognition using TensorFlow
Today, I am going to discuss about image recognition in python using some of the python basic libraries. We will do image recognition on Fashion MNIST dataset which is quite popular. Let's proceed.
Now, first...
Neural Networks and Back Propagation
Any complex system can be abstracted in a simple way. Complexity arises by the accumulation of several simple layers. The goal of this post, is to explain how neural networks work with the most...
Logistic Regression
Hello friends, today i am gonna discuss about one of the key concept in supervised learning. Supervised learning is the training a model on defined datasets. In the section of supervised learning, there are...
[SOLVED] – Cpanel Stucked as GRUB after reboot
I recently encountered ERROR on my cpanel server after update and reboot. It got stuck at grub.
all you need to do is the following
ls for founding the hard has exist grub2 like
ls (hd3,gpt2)/grub2
then
> set...
5 important Things about NOTA vote
What is NOTA
"NOTA'' or ''none of the above'' is a ballot option provided in the elections to Indian voters. Through NOTA, a citizen has the right to not vote for any candidate contesting the...
Chhupi si baatein
Aaj phir unse kuch baat hui
shabdo ki hasin si mulakaat hui
likhte likhte yun hum dono ruk jaate
chhupi chhupi si unse kuch baat hui
How to enable Native SSH client in Windows 10
Most awaited feature for developers is now on Windows 10. Yes! now you dont need any 3rd party ssh client on your windows developer machine. You can use Windows own ssh client.
Here is how...