category
Topics
AI Tutorials
Keep up to date with the latest techniques, tools, and research in artificial intelligence. Out AI tutorials will walk you though challenging machine learning models.
A Guide to Using ChatGPT For Data Science Projects
Learn how to use ChatGPT in a real-life end-to-end data science project. We will use it for project planning, data analysis, data preprocessing, model selection, hyperparameter tuning, developing a web app, and deploying it on the Spaces.
Understanding Text Classification in Python
Discover what text classification is, how it works, and successful use cases. Explore end-to-end examples of how to build a text preprocessing pipeline followed by a text classification model in Python.
Natural Language Processing Tutorial
Learn what natural language processing (NLP) is and discover its real-world application, using Google BERT to process text datasets.
DataCamp Team
April 13, 2022
Gradient Descent Tutorial
Learn how gradient descent works and how to implement it.
DataCamp Team
March 18, 2022
Recurrent Neural Network Tutorial (RNN)
Learn about the most popular deep learning model RNN and get hands-on experience by building a MasterCard stock price predictor.
Deep Learning - A Tutorial for Data Scientists
The tutorial answers the most frequently asked questions about deep learning and explores various aspects of deep learning with real-life examples.
Python Sentiment Analysis Tutorial
We help simplify sentiment analysis using Python in this tutorial. You will learn how to build your own sentiment analysis classifier using Python and understand the basics of NLP (natural language processing).
Stock Market Predictions with LSTM in Python
Discover Long Short-Term Memory (LSTM) networks in Python and how you can use them to make stock market predictions!
NLTK Sentiment Analysis Tutorial for Beginners
Python NLTK (natural language toolkit) sentiment analysis tutorial. Learn how to create and develop sentiment analysis using Python. Follow specific steps to mine and analyze text for natural language processing.
Keras Tutorial: Deep Learning in Python
This Keras tutorial introduces you to deep learning in Python: learn to preprocess your data, model, evaluate and optimize neural networks.
Building Neural Network (NN) Models in R
In this tutorial, you will learn how to create a Neural Network model in R.
Generating WordClouds in Python Tutorial
Learn how to perform Exploratory Data Analysis for Natural Language Processing using WordCloud in Python.