© 2026 Hashnode
Preface This is another NLP hands-on project I completed while studying the CS50 AI course — Attention.It was also the final assignment of the course.The goal this time was to use BERT, a Transformer-based pretrained language model, to predict words...

Parser Assignment Summary Preface NLP hands-on project — Parser (Syntax Analyzer).This post records my requirement analysis, implementation ideas, and some key takeaways. 1. Background In Natural Language Processing (NLP), parsing is a core task: ...

🚦 Traffic Assignment Summary This project is called Traffic, and the goal is to build a convolutional neural network (CNN) to recognize traffic signs. The dataset used is the German Traffic Sign Recognition Benchmark (GTSRB), which contains 43 diffe...

Preface The first assignment of this lecture is Shopping, where the goal is to build an AI that predicts whether a user will complete a purchase while shopping online. 📖 Understanding the Problem Background:On e-commerce websites, most users browse...

Introduction The goal of this assignment is to implement a Crossword Solver.The core idea is to model the crossword puzzle as a CSP (Constraint Satisfaction Problem) and solve it using backtracking search. 📝 1. Problem Description 💡 Crossword Puzz...
