Category
Technologies
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.
Other technologies:
keras: Deep Learning in R
In this tutorial to deep learning in R with RStudio's keras package, you'll learn how to build a Multi-Layer Perceptron (MLP).
Karlijn Willems
February 12, 2019
TensorFlow Tutorial For Beginners
Learn how to build a neural network and how to train, evaluate and optimize it with TensorFlow
Karlijn Willems
January 16, 2019
Beginner's Guide to Google's Vision API in Python
Learn what Vision API is and what are all the things that it offers. By the end of this tutorial, you will also learn how you can call Vision API from your Python code.
Sayak Paul
December 26, 2018
Face Detection with Python using OpenCV
This tutorial will introduce you to the concept of object detection in Python using OpenCV library and how you can utilize it to perform tasks like Facial detection.
Natassha Selvaraj
April 17, 2023
Deep Learning (DL) vs Machine Learning (ML): A Comparative Guide
In this tutorial, you'll get an overview of Artificial Intelligence (AI) and take a closer look in what makes Machine Learning (ML) and Deep Learning different.
Matt Crabtree
February 29, 2024
Stemming and Lemmatization in Python
This tutorial covers stemming and lemmatization from a practical standpoint using the Python Natural Language ToolKit (NLTK) package.
Kurtis Pykes
February 28, 2023
Introduction to Cyclical Learning Rates
Learn what cyclical learning rate policy is and how it can improve the training of a neural network.
Sayak Paul
October 15, 2018
Deduce the Number of Layers and Neurons for ANN
There is an optimal number of hidden layers and neurons for an artificial neural network (ANN). This tutorial discusses a simple approach for determining the optimal numbers for layers and neurons for ANN's.
Ahmed Gad
September 11, 2018
Machine Learning and NLP using R: Topic Modeling and Music Classification
In this tutorial, you will build four models using Latent Dirichlet Allocation (LDA) and K-Means clustering machine learning algorithms.
Debbie Liske
June 21, 2018
TensorBoard Tutorial
Visualize the training parameters, metrics, hyperparameters or any statistics of your neural network with TensorBoard!
Thushan Ganegedara
June 6, 2018
Demystifying Generative Adversarial Nets (GANs)
Learn what Generative Adversarial Networks are without going into the details of the math and code a simple GAN that can create digits!
DataCamp Team
May 9, 2018
Tidy Sentiment Analysis in R
Learn how to perform tidy sentiment analysis in R on Prince's songs, sentiment over time, song level sentiment, the impact of bigrams, and much more!
Debbie Liske
March 29, 2018