-
What is Regression in Machine Learning? Complete Guide
In this article, we will explain what is regression in machine learning. What is Regression? Regression is one type of supervised learning. This technique is used to predict continuous outcomes, unlike classification, where we predict categorical values. In other words, in regression, we investigate the relationship between independent variables (the features) and the dependent variable…
-
Tensorflow 2.0 in Deep Learning: All the Basics you Need to Know
To run and execute Deep learning models, we can use different libraries such as TensorFlow, Torch, Theano, and Keras in python and other languages In this article, we will focus on Tensoflow 2.0 library and its implementation in python. What is TensorFlow? TensorFlow is an open-source library developed by the Google Brain Team for large…
-
Friendly Introduction to Generative Adversarial Networks GANs
Can you believe that those people do not exist? This website by Phillip Wang: thispersondoesnotexist.com shows a new image of a person each time you reload the page, and guess what! none of those people is actually real! Or even more, you can visit the website thisxdoesnotexist.com to see horses, cats, and other objects that…
