Fake News Detection with Data Science
How can data science and deep learning be leveraged to detect fake news? Come on a journey with Mike Tamir, Head of Data Science at Uber ATG, who is building out a data science product that classifies text as news, editorial, satire, hate speech and fake news, among others.
Mar 2018
Topics
RelatedSee MoreSee More
SQL vs Python: Which Should You Learn?
In this article, we will cover the main features of Python and SQL, their main similarities and differences, and which one you should choose first to start your data science journey.
ChatGPT and How Generative AI is Augmenting Workflows
Join in for a discussion on Chat GPT-3 and its use cases for working with text, helping companies scale their operations, and much more.
Text Data In Python Cheat Sheet
Welcome to our cheat sheet for working with text data in Python! We've compiled a list of the most useful functions and packages for cleaning, processing, and analyzing text data in Python, along with clear examples and explanations, so you'll have everything you need to know about working with text data in Python all in one place.
DataCamp Team
4 min
Python Sets and Set Theory Tutorial
Learn about Python sets: what they are, how to create them, when to use them, built-in functions and their relationship to set theory operations.
DataCamp Team
13 min
Pandas Tutorial: DataFrames in Python
Explore data analysis with Python. Pandas DataFrames make manipulating your data easy, from selecting or replacing columns and indices to reshaping your data.
How to Create a Histogram with Plotly
Learn how to implement histograms in Python using the Plotly data visualization library.