Discover and explore top open-source AI tools and projects—updated daily.
NLP examples for a book using TensorFlow 2 and ML
Top 94.1% on SourcePulse
This repository provides practical examples for the book "Natural Language Processing with TensorFlow 2 and Machine Learning," covering topics from logistic regression to BERT and GPT-3. It's designed for learners and practitioners of NLP using TensorFlow.
How It Works
The project offers hands-on code implementations for various NLP tasks, including text classification, similarity, chatbot development, and fine-tuning advanced models like BERT and GPT-3. It leverages TensorFlow 2 for building and training these models, providing a structured learning path aligned with the accompanying book.
Quick Start & Requirements
bash build_jupyter_for_cpu.sh
or bash build_jupyter_for_gpu.sh
bash exec_jupyter_for_cpu.sh
or bash exec_jupyter_for_gpu.sh
(access via port 8889)wget https://github.com/NLP-kr/tensorflow-ml-nlp-tf2/releases/download/v1.0/gpt_ckpt.zip -O gpt_ckpt.zip
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 years ago
Inactive