Skip to main content

Posts

Showing posts from October, 2020

Intro to Generative Adversarial Networks | GANs 001

   GANs consist of three terms Generative Adversarial Network. Let's understand these three terms first. Generative : A Generative Model takes input training sample from some distribution and learns to represents that distribution. Adversarial : It basically means Conflicting or Opposing. Networks : These are basically neural networks. So,Generative Adversarial Networks are deep neural network architecture comprising of two neural networks compete with each other to make a generative model. A GAN consist of two class models : Discriminative Model :- It is the one that discriminate between two different classes of data.It tries to identify real data from fakes created by the generator Generative Model :- The Generator turns noise into an imitation of the data to try to trick the discriminator Mathematically, A Generative Model 'G' to be trained on training data 'X' sampled from some true distribution 'D' is the one which, given some standard random distrib

Learn Python For Free | 3 Best Websites to Learn Python For Free

Python is an interpreted, high-level, and general-purpose language. It currently the world's #1 Programming Language and the popularity is growing, thanks to its easy to learn syntax emphasizes readability, Open Source, Portability. Python supports modules and libraries like Pandas, Numpy and Tensorflow, etc, encouraging program modularity and code reuse. Python is great for Back End Development, Data Analysis, Machine Learning, and Artificial Intelligence, Game Development, IoT, etc. you name it and python might do it. There are a lot of good resources to learn python on the internet, but here i present you 3 Best website to learn python for free. Why spend the bucks when you can do it for free. 3 Best Websites to Learn Python I've compiled these 3 websites but there are many more resources to learn from. what are your favorite website feel free to share.  #1 Python.org  The official home of Python Programming language. It has all the resources from getting started to learning