Introduction Recommender systems use algorithms to provide users with product or service recommendations. Recently, these systems have been using machine learning algorithms from the field of artificial intelligence. An increasing number of online companies are...
What is Cloud Computing & Which is Better, AWS or GCP
Introduction The advent of Cloud computing has made it possible for many organizations to rapidly scale their current analytics operations. It involves very little maintenance overhead. This has, in turn, created a need to build strategies for migration to the Cloud....
Data Science in Esports
Introduction Electronic video gaming has extended from being a hobby into a serious sport and business. Earlier this year, eSports officially became a medal event in the 2022 Asian Games. According to data analytics expert Andrew Pearson, the rise of eSports presents...
Top 5 Trends in Data Science
Top 5 trends in Data Science Introduction Data Science is a study which deals with the identification, representation, and extraction of meaningful information from data. It can be collected from different sources to be used for business purposes. With an enormous...
Top Data Science Hacks
A data science project requires numerous iterations that are time-consuming. When dealing with numbers and data interpretations, it goes without question that you have to be quite smart and proactive. It’s not surprising that iterations can be frustrating if they...
Spam Detection with Natural Language Processing – Part 3
Building spam detection classifier using Machine learning and Neural Networks Introduction On our path of building an SMS SMAP classifier, we have till now converted our text data into a numeric form with help of a bag of words model. Using TF-IDF approach, we have...
Data Science Interview Questions with Answers
Expertise Critical for Every Data Scientist [embeddoc url="https://dimensionless.in/wp-content/uploads/2018/10/Data-Science-topics.pdf" viewer="google"] The Best Way to Prepare for Interview Questions Now suppose you read a question about a topic like...
How to be an Artificial Intelligence (AI) Expert?
Introduction Artificial Intelligence is growing at a rapid pace in the last decade. You have seen it all unfold before your eyes. From self-driving cars to Google Brain, artificial intelligence has been at the centre of these amazing huge-impact projects. Artificial...
5 Steps to Prepare for a Data Science Job
A career in data science is hyped as the hottest job of the 21st century, but how do you become a data scientist? How should you, as an aspiring data scientist, or a student who aims at a data science job, prepare? What are the skills you need? What must you do? Fret...
Spam Detection with Natural Language Processing-Part 2
Understanding TF-IDF and Word Embeddings In the last blog, we had a look over visualizing text data and understood some basic concepts of tokenization and lemmatization. We wrote python function to perform all the operations for us. If you are directly jumping to this...