Hamza kchok
8 min read
Afraid your credit card might be used? No worries, banks use ML and DL ;)
As the title said, this is an age where it would make a lot of sense to worry about our credit cards. Anything and everything can be a...
Hamza kchok
12 min read
TMDB-5000 movies dataset, let's go through an EDA together
So, I bet everyone loves movies and we love the hype while waiting for a hot release (I'm projecting my current state!). Throughout this...
Gehad Hisham
1 min read
How can I count the number of character occurrence in a sentence
In this blog, I would explain how I create a function to count the number of occurrences of a given character in a given word, phrase, or...
achilaariel65
5 min read
Scraping and Munging tweets for Sentiment Analysis in Python.
Introduction The phrase "data is the new oil" is often bandied about by those who have interacted with data meaningfully. The weight of...
Sara Ahmed
2 min read
Cleaning data in python
Having clean data will ultimately increase overall productivity and allow for the highest quality information in your decision-making....
Kala Maya Sanyasi
1 min read
Python Sets
Python sets are unordered collection of items with no duplicates and the elements cannot be changed. It can be used to perform...