Kategorie
Technologien
KI-Tutorials
Bleib auf dem Laufenden über die neuesten Techniken, Werkzeuge und Forschungen im Bereich der künstlichen Intelligenz. Unsere KI-Tutorials führen dich durch anspruchsvolle Machine-Learning-Modelle.
Andere Technologien:
Training für 2 oder mehr Personen?Probiere es mit DataCamp for Business
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
28. Februar 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
15. Oktober 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
11. September 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
21. Juni 2018
TensorBoard Tutorial
Visualize the training parameters, metrics, hyperparameters or any statistics of your neural network with TensorBoard!
Thushan Ganegedara
6. Juni 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
9. Mai 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
29. März 2018
Lyric Analysis with NLP & Machine Learning with R
Dive into the lyrics of Prince's music with R: use text mining and Exploratory Data Analysis (EDA) to shed insight on The Artist's career.
Debbie Liske
2. Februar 2018
Convolutional Neural Networks in Python with Keras
In this tutorial, you’ll learn how to implement Convolutional Neural Networks (CNNs) in Python with Keras, and how to overcome overfitting with dropout.
Aditya Sharma
5. Dezember 2017
Web Scraping & NLP in Python
Learn to scrape novels from the web and plot word frequency distributions; You will gain experience with Python packages requests, BeautifulSoup and nltk.
Hugo Bowne-Anderson
13. Oktober 2017