Learning AI from scratch– category –
-
Chapter 7
[AI from Scratch] Episode 258: Text Comparison Using Cosine Similarity
Recap and Today's Theme Hello! In the previous episode, we covered Named Entity Recognition (NER), a technique for extracting and categorizing proper nouns within text. NER is widely applied in tasks like information extraction and impro... -
Chapter 7
[AI from Scratch] Episode 256: Basics of Topic Modeling (LDA)
Recap and Today's Theme Hello! In the previous episode, we explored fine-tuning BERT, explaining how to adapt a pre-trained model for specific NLP tasks. Today, we will delve into Topic Modeling (LDA). Topic modeling is a method for auto... -
Chapter 7
[AI from Scratch] Episode 257: Named Entity Recognition (NER)
Recap and Today's Theme Hello! In the previous episode, we covered the basics of Topic Modeling (LDA), explaining how to extract latent topics from documents. LDA is a powerful technique for summarizing and organizing text data. Today, w... -
Chapter 7
[AI from Scratch] Episode 255: Fine-Tuning BERT
Recap and Today's Theme Hello! In the previous episode, we discussed the implementation of the Transformer model, an innovative architecture that uses Self-Attention to enhance NLP performance. Today, we dive into fine-tuning BERT (Bidir... -
Chapter 7
[AI from Scratch] Episode 254: Implementing the Transformer Model
Recap and Today's Theme Hello! In the previous episode, we explained the implementation of the Attention Mechanism, a technology that focuses on essential information within sequence data. Attention is especially effective in capturing l... -
Chapter 7
[AI from Scratch] Episode 252: Text Classification Using LSTM
Recap and Today's Theme Hello! In the previous episode, we covered the basics of sentiment analysis, explaining how to determine emotions and opinions from text data using dictionary-based and machine learning-based methods. We also high... -
Chapter 7
[AI from Scratch] Episode 253: Implementing the Attention Mechanism
Recap and Today's Theme Hello! In the previous episode, we discussed text classification using LSTM, a deep learning model designed to handle sequential data. LSTM excels at capturing long-term dependencies in sequences, allowing for acc... -
Chapter 7
[AI from Scratch] Episode 251: Basics of Sentiment Analysis
Recap and Today's Theme Hello! In the previous episode, we implemented a news article classification model using Python. We covered the steps from data preprocessing to feature extraction, model construction, and evaluation. Document cla... -
Chapter 7
[AI from Scratch] Episode 227: Building Models with Keras — Using the High-Level API
Recap and Today's Theme Hello! In the previous episode, we explored the basics of the deep learning framework TensorFlow. Using TensorFlow, we efficiently implemented various machine learning models, from tensor operations to building ne... -
Chapter 7
[AI from Scratch] Episode 228: Implementing a CNN — Building a Convolutional Neural Network
Recap and Today's Theme Hello! In the previous episode, we explored how to build models using Keras. We discovered how Keras makes it simple to construct anything from basic fully connected networks to complex custom networks. Today, we ... -
Chapter 7
[AI from Scratch] Episode 229: Implementing an RNN — Building a Recurrent Neural Network
Recap and Today's Theme Hello! In the previous episode, we built a CNN (Convolutional Neural Network) to classify handwritten digits. CNNs are powerful tools for image processing as they learn features hierarchically from image data. Thi... -
Chapter 7
[AI from Scratch] Episode 225: Implementing a Neural Network — Basic Neural Network Construction
Recap and Today's Theme Hello! In the previous episode, we discussed hyperparameter tuning to maximize model performance. By using grid search to find the best hyperparameters, we were able to significantly improve the model's accuracy. ... -
Chapter 7
[AI from Scratch] Episode 224: Practical Hyperparameter Tuning — Using Grid Search to Find Optimal Parameters
Recap and Today's Theme Hello! In the previous episode, we discussed various methods for evaluating machine learning models, including accuracy, precision, recall, F1 score, ROC curves, and AUC scores. These metrics allow us to evaluate ... -
Chapter 7
[AI from Scratch] Episode 226: Introduction to TensorFlow — Basics of the Deep Learning Framework
Recap and Today's Theme Hello! In the previous episode, we used Python’s Keras library to build a basic neural network for classifying handwritten digits. Keras provides a simple API, making it an excellent tool for beginners to create m... -
Chapter 7
[AI from Scratch] Episode 223: Practical Model Evaluation — Assessing the Performance of Implemented Models
Recap and Today's Theme Hello! In the previous episode, we learned how to solve classification problems using a logistic regression model. We covered the fundamental steps, from data preprocessing to model training, prediction, and evalu...
