
Natural Language Processing
Intro to Natural Language Processing (NLP)
- Frank
- August 22, 2022
- AI
- artificial intelligence
- artificial neural network
- Autoencoders
- Clustering
- Convolutional Neural Network
- CUDA
- cuDNN
- data augmentation
- Deep Learning
- fine-tune
- GPU
- image classification
- Keras
- Learning
- Machine Learning
- Natural Language Processing
- neural net
- Neural Network
- Nvidia
- Python
- PyTorch
- relu
- Sentiment Analysis
- Sequential model
- Supervised Learning
- TensorFlow
- tensorflow.js
- Text Classification
- TFJS
- train
- Training
- Transfer Learning
- Tutorial
- Unsupervised Learning
This course provides an introduction to the field of Natural Language Processing (NLP) with a focus on sentiment analysis and text classification using artificial neural networks. In this lesson, we’ll get introduced to the field of Natural Language Processing, otherwise known simply as NLP.
Read More
AI
Natural Language Processing
3 Methods of Data Pre-Processing for Text Classification
Here’s a great article on three techniques for pre-processing raw text input for use in text classification/natural language processing applications. Modern neural networks cannot interpret labeled text as described above and data must be pre-processed before it can be given to a network for training. One straightforward way to do this is with a bag […]
Read More