|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/complete-natural-language-processing-nlp-with-spacy-nltk/
课程评论:没有评论
## LLM & 生成式AI大师班:Langchain, HuggingFace 本课程是一门关于大型语言模型(LLM)和生成式AI的综合性课程,侧重于实践和应用。课程旨在从零开始,深入浅出地讲解自然语言处理(NLP)的核心概念、技术和工具,特别强调使用 Langchain、HuggingFace、Ollama、OpenAI、Gemini、DeepSeek、Google Notebook LM 和 Azure AI Services (Azure OpenAI Service) 等前沿框架和平台。 **课程亮点:** * **全面覆盖NLP基础:** 从分词 (Tokenization)、词形还原 (Lemmatization)、停用词去除,到命名实体识别 (NER)、词性标注 (POS Tagging),课程将详细介绍这些基础NLP任务,并演示如何使用SpaCy和NLTK库进行实现。 * **丰富的实践项目:** 课程包含8个实际项目,涵盖垃圾邮件分类、餐厅评论情感分析、IMDB/Amazon/Yelp评论分类,以及自动文本摘要和Twitter情感分析等。这些项目将帮助学员将理论知识应用于真实世界的数据集。 * **深入到深度学习:** 课程将介绍深度学习基础,包括人工神经网络、激活函数等。学员将学习如何运用Word Embedding(如Word2Vec)以及先进的深度学习模型,如卷积神经网络 (CNN) 和循环神经网络 (RNN),用于文本分类。 * **生成式AI的前沿技术:** 课程将教授如何使用TensorFlow、Keras和LSTM等工具,实现文本的自动生成。 * **实用工具与框架:** 重点讲解和实战LLM领域的核心框架,包括Langchain(用于构建LLM应用)、HuggingFace(提供模型和数据集)以及Ollama(本地运行LLM)等。同时也会涉及OpenAI、Gemini、DeepSeek等领先的 * **数据分析与可视化:** 课程还包含numpy、pandas和matplotlib这些数据科学的基础库的复习和应用,以及文件处理(文本和PDF)的讲解,为学员提供全面的数据处理能力。 * **灵活的学习体验:** 提供18+小时的高清视频,支持Google Colab在线环境。学员将获得终身访问课程内容的权限,并可下载Udemy结业证书。 **适合群体:** 本课程特别适合对数据科学、人工智能和自然语言处理感兴趣的学生和专业人士。无论你是初学者还是希望深入了解LLM和生成式AI的开发者,都可以从中受益。 **学习前提:** 学员需要具备Python基础知识以及对学习NLP技术的好奇心。 **总结:** 这是一门结构清晰、内容详实、项目导向的NLP课程。通过学习本课程,学员将能够掌握LLM和生成式AI的关键技术,并能够独立构建和部署NLP应用,为职业生涯赋能。
Update 1.1 as of 29/01/2025Generative AILLMLangChainHuggingFaceOllamaOpenAIGeminiDeepSeekGoogle NotebookLMAzure AI Services (Azure OpenAI Service)Recent reviews: "Thorough explanation, going great so far. A very simplistic and straightforward introduction to Natural Language Processing. I will recommend this class to any one looking towards Data Science""This course so far is breaking down the content into smart bite-size pieces and the professor explains everything patiently and gives just enough background so that I do not feel lost.""This course is really good for me. it is easy to understand and it covers a wide range of NLP topics from the basics, machine learning to Deep Learning.The codes used is practical and useful.I definitely satisfy with the content and surely recommend to everyone who is interested in Natural Language Processing"Update 1.0:Fasttext Library for Text classification section added.Hi Data Lovers,Do you have idea about Which Artificial Intelligence field is going to get big in upcoming year?According to statista dot com which field of AI is predicted to reach $43 billion by 2025?If answer is 'Natural Language Processing', You are at right place. Do you want to know How Google News classify millions of news article into hundreds of different category.How Android speech recognition recognize your voice with such high accuracy.How Google Translate actually translate hundreds of pairs of different languages into one another.If answer is "Yes", You are on right track.and to help yourself, me and my friend Vijay have created comprehensive course For Students and Professionals to learn Natural Language Processing from very BeginningNLP - "Natural Language Processing" has found space in every aspect of our daily life.Cell phone internet are the integral part of our life. Any most application you will find the use of NLP methods, from search engine of Google to recommendation system of Amazon & Netflix.Chat-botGoogle Now, Apple Siri, Amazon AlexaMachine TranslationSentiment analysisSpeech Recognition and many more.So, welcome to my course on NLP.Natural Language Processing (NLP) in Python with 8 ProjectsThis course has 18+ Hours of HD Quality video, and following content.Course Outline: 1: Welcome In this section we will get complete idea about what we are going to learn in the whole course and understanding related to natural language processing.2: Installation & Setup In this section we will get our online environment Google Colab setup.3: Basics of Natural Language Processing In this section we will dive into all basic NLP task like Tokenization, Lemmatization, stop word removal, name entity recognition, part of speech tagging, and see how to apply with different functions available in a Spacy and NLTK library.4, 5, 6: Spam Message Classification, Restaurant Review Prediction (Good or bad), IMDB, Amazon and Yelp review ClassificationIn the next 3 section we will get dive into a real world data set for text classification, spam detection, restaurant review classification, Amazon IMDb reviews. We will see how to do Pre-Processing and make your data suitable for machine learning algorithm and apply different Machine Learning estimator (Logistic Regression, SVM, Decision Tree) for classifying text.7, 8: Automated Text Summarization, Twitter sentiment Analysis In this 2 section we will work upon real world application of NLP.Automatic text summarisation, Which compress your text to find the summary of big articlesAnother one we will work is finding the sentiment from the recently posted tweet about some specific keyword with the help of Twitter API - tweepy library9: Deep Learning Basics In This Section we will get a basic idea about Deep learning concept, like artificial neural network activation function and how ANN works.10: Word Embedding In This Section, we will see How to implement word2vec on our custom datasets, as well as using Pretrained Google Model.11, 12: Text Classification with CNN & RNN In this section we will see how to apply advanced deep learning model like convolution neural networks and recurrent neural networks for text classification.13: Automatic Text Generation using TensorFlow, Keras and LSTM In this section we will apply neural network based LSTM model to automatically generate text.14, 15, 16, 17: Numpy, Pandas, Matplotlib + File Processing In this section, for all of you who want refresh concept related to data analysis with Numpy and Pandas library, Data Visualization with Matplotlib library, and Text File processing and PDF File processing.So, This is the one of the most comprehensive course on natural language processing,And I am expecting you to know basic knowledge of python and your curiosity to learn Different techniques in NLP world.YOU'LL ALSO GET:Lifetime access to Natural Language Processing (NLP) with Python CourseUdemy Certificate of Completion available for downloadFriendly support in the Q & A sectionSo What Are You Waiting For ? Enroll today! and Empower Your Career!I can't wait for you to get started on mastering NLP with Python.Start analyzing your text data & I will see you inside a class.RegardsAnkit & Vijay