Skip to content

⭐️ Contributing as a trainer in a series of AI Workshops (AI-Camp23) ⭐️

Notifications You must be signed in to change notification settings

Kind-Unes/AI-Camp23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Workshop Repository

Welcome to the AI Workshop repository! This repository contains materials from a comprehensive workshop on Natural Language Processing (NLP) concepts. Whether you're a beginner or an experienced developer, these resources will guide you through data cleaning, word embedding using Word2Vec (Skipgrams and CBOW), and the Bag of Words model. The workshop employs popular NLP libraries such as Spacy, NLTK, and scikit-learn.

Workshop Poster

Workshop Poster

Workshop Contents

1. Data Cleaning

  • In the Data Cleaning notebook, we delve into the crucial process of preparing raw text data for analysis. Techniques include handling missing values, removing duplicates, and addressing noisy or inconsistent data.

2. Word Embedding with Word2Vec

  • Skipgrams

    • Explore the Word2Vec Skipgrams notebook to understand how Skipgrams are employed to create word embeddings, capturing semantic relationships between words.
  • CBOW (Continuous Bag of Words)

    • The Word2Vec CBOW notebook focuses on the CBOW model, an alternative approach to generating word embeddings by predicting target words from their context.

3. Bag of Words

  • The Bag of Words notebook introduces the concept of representing text as an unordered set of words, ignoring grammar and word order but retaining essential information for analysis.

Presentations

  • Theoretical Overview
    • Dive into the theoretical aspects of the concepts covered in the workshop. Gain insights into the underlying principles of data cleaning, word embedding, and the Bag of Words model.

How to Use

  1. Clone the repository: git clone https://github.com/your-username/your-repo.git
  2. Open the notebooks using your preferred environment (Jupyter, Google Colab, etc.).
  3. Explore the presentations for a theoretical understanding of the concepts.
  4. Check out the workshop poster for a quick overview.

Feel free to reach out if you have any questions or feedback!

Happy coding!

About

⭐️ Contributing as a trainer in a series of AI Workshops (AI-Camp23) ⭐️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published