IntroductionMissing DataStakeholder Problem StatementCommunication EffectivenessEngineering ProductionSummaryReferencesData Science roles come with a variety of challenges, with that being said, I will be discussing the ones that I have experienced the most, while also highlighting their importance, implications, and possible solutions. Some of these obstacles can be applied to … [Read more...] about You Should Be Prepared For These Data Science Obstacles
Artificial Intelligence
How to use a Google Cloud AI-Powered Text-to-Speech REST Service?
In this particular post, we will learn how to use the Google Cloud Text-to-Speech REST service. It converts text into natural-sounding speech using an API powered by Google’s AI technologies. It is useful in the Web/Mobile applications to provide customer interactions with lifelike human intonation. This service is also helpful in converting the PDF’s into the audiobooks.The … [Read more...] about How to use a Google Cloud AI-Powered Text-to-Speech REST Service?
Educational Transition: Three ways to keep students engaged remotely.
There are a few things we could do better when a national emergency happens and we have to transition to online schooling. With the internet learning and creativity are endless and the only limit is the people using it.The first thing professors could do is use various platforms other than the school-based platforms given to them and the students. Since online schooling is new … [Read more...] about Educational Transition: Three ways to keep students engaged remotely.
32 Datasets to Uplift your Skills in Data Science
Photo by Myriam Jessier on UnsplashData Science Dojo has added 32 data sets to its repository, which is freely available for data science and AI enthusiasts. The repository carries a diverse range of themes, difficulty levels, sizes, and attributes. The data sets are categorized according to various difficulty levels to be suitable for everyone. They offer the ability to … [Read more...] about 32 Datasets to Uplift your Skills in Data Science
Is it possible to use AI as a support system for emergency decisions when operating aircraft?
After crashing into birds that caused the total loss of both engines, the pilot Chesley Sullenberger, or better known as a Sully, managed to successfully land an Airbus A320 aircraft in the middle of the Hudson River in New York, saving 150 lifes. After several investigative analyzes the flight simulators showed that it would be possible to land safely at a nearby airport and … [Read more...] about Is it possible to use AI as a support system for emergency decisions when operating aircraft?
Data Science and Analytics with Python — Video
This is a video I made for my publisher about my book “Data Science and Analytics with Python”. You can get the book here and more about the book here.The book provides an introduction to some of the most used algorithms in data science and analytics. This book is the result of very interesting discussions, debates and dialogues with a large number of people at various levels … [Read more...] about Data Science and Analytics with Python — Video
IoT Replaces On-court Line Umpires in Australia Open Tennis
In the past, players had the chance to challenge the line judges decisions for a limited number of times during a game, Cameras monitoring the lines will replay and show if the ball was in or out. But in many cases, judges make wrong decisions and players run out of challenge attempts.Research and innovations started from early 1970’s to electronic line judge, but now with the … [Read more...] about IoT Replaces On-court Line Umpires in Australia Open Tennis
The ONLY Strategy you need to crack any Machine Learning Interview — a CEO’s take
Not able to clear interviews? or not acing too many interviews?The gateway to a job in data science is the dreaded interview. Veterans and interns alike have to go through the interview process. For data scientists, data engineers, and machine learning engineers, it’s gruelling. Questions span programming languages, platforms, algorithms, and dive into your project experience. … [Read more...] about The ONLY Strategy you need to crack any Machine Learning Interview — a CEO’s take
Investors Underestimate The ‘Apple Car’ Influence On The EV Market
Will the ‘Apple Car’ change the EV market?Morgan Stanley analysts said that investors are likely to underestimate the impact Apple may have on the market, despite rumors that Apple is building up its “Apple Car” manufacturing capability with Kia.A trio of analysts from Morgan Stanley’s Asia Pacific Car, U.S. IT Hardware, and the U.S. In a letter to investors viewed by … [Read more...] about Investors Underestimate The ‘Apple Car’ Influence On The EV Market
Introduction to Sentiment Analysis
In this article, we’ll go through the process of building a sentiment analysis model using Python. Specifically, we’ll create a bag-of-words model using an SVM. By interpreting this model, we also understand how it works. Along the way, you will learn the basics of text processing. We’ll go over key pieces of code and you can find the full project on GitHub. Before we dive into … [Read more...] about Introduction to Sentiment Analysis