COVID-19 Lockdown Impact Analysis
Author(s): Saiteja Kura Originally published on Towards AI. Analyze how the COVID-19 lockdown has effected daily movement using Googleβs Community Mobility data. Photo by Falaq Lazuardi on Unsplash LOCKDOWN! I never heard of this word until March 2020. I was startled by …
COVID-19 Lockdown Impact Analysis using Python and Plotly.
Author(s): Saiteja Kura Let us analyze how COVID-19 lockdown has effected daily movement using Google’s Community Mobility data. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Using Excel reference functions in Pandas
Author(s): Michelangiolo Mazzeschi Full code available at my repo. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Python Basics β 3: If Statements, User Input, While Loop
Author(s): Durgesh Samariya Originally published on Towards AI. Day 3 of 100 Days of Machine Learning Photo by Pakata Goh on UnsplashIf StatementConditional TestsIf-Elif-Else StatementUser InputWhile LoopBreak and Continue in the loop If statements are used to check conditions. Letβs have a …
Python Basicsβββ3: If Statements, User Input, While Loop
Author(s): Durgesh Samariya Day 3 of 100 Days of Machine Learning code challenge Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Machine Learning is Conquering Explicit Programming
Author(s): Vaibhav Khandelwal Machine Learning, Opinion Are machines better thanΒ humans? Photo by Lukas onΒ Unsplash Before we proceed further to this post let us first understand what is a binary classification. So letβs understand this by a very simple instance. You are at …
Crazy GPT-3 Use Cases
Author(s): Przemek Chojecki Discover how powerful GPT-3 from OpenAI really is Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Gain More Confidence in Your Data Science Skills
Author(s): Benjamin Obi Tayo Ph.D. Build more confidence about the knowledge you’ve acquired in your data science training Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
What if we Integrate Artificial Intelligence with AR/VR?
Author(s): Tharun Kumar Tallapalli Overview of leveraging AWS to develop Intelligent virtual assistants using Amazon Sumerian and Lex Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Web Scraping Using PythonΒ : Stock Market Example
Author(s): Onur Okyol With the BeautifulSoup library, you can get any data from any website. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
History of Neural Network! From Neurobiologists to Mathematicians.
Author(s): Ali Ghandi Deep Learning History of Neural Networks! From Neurobiologists to Mathematicians. If you are familiar with Neural Networks and Deep learning, you might wonder what the relation between Neurons and the brain and these networks is. It seems they are …
Convolutional Neural Network (CNN) in the Easiest Way
Author(s): Deep Patel CNN is easy way to deal with complex image data, it plays a major role in our lives, from facial recognition and analyzing docs to object… Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Automation Using Google-Assistant
Author(s): Santhosh Bandaru Originally published on Towards AI. Technology Automating our home appliances is a bit interesting. So letβs see how we can automate them with google-assistant. from shutterstock.com If you are an excited geek and want to automate your home, here …
Automation using Google-Assistant
Author(s): Santhosh Bandaru Automating our home appliances is a bit interesting. So let’s see how we automate them with google-assistant. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
The Architecture and Implementation of LeNet-5
Last Updated on July 30, 2020 by Editorial Team Author(s): Vaibhav Khandelwal Deep Learning Demystifying the oldest Neural Network Architecture ofΒ LeNet-5 Photo fromΒ Faz.net This very old neural network architecture was developed in 1998 by a French-American computer scientist Yann AndrΓ© LeCun, Leon …