· 2 min read
There are 3 ways to get started with coding Swift & TensorFlow: Google Colab ( Basic: Windows/Mac/Linux ) Command Line ( Advanced: Mac/Linux ) REPL Playground XCode ( Basic: Mac | Coming Soon…) Note: I’ll cover first two approaches today…
· 1 min read
Active learning was introduced by burr settles at University of Wisconsin According to Wikipedia, Active Learning is sub-field in Semi Supervised Learning. Let’s understand Semi Supervised Learning in layman terms: the ability to get a…
· 2 min read
Howdy guys, I’m writing this blog post for people who own not so good enough laptops equiped with GPUs, over that a poor internet connection & still want to learn ML from fast.ai Now sadly some of us feel that setting up development…
· 1 min read
In Competitive Programming, time is a very important factor, so we are always looking to improve our time. We always try to minimize the effort when solving the problem. One of the things that we consider the speed with which we write or…