awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nlptown avatar

nlptown/nlp-notebooks

0
View on GitHub↗
1,015 stars·386 forks·Jupyter Notebook·6 vueswww.nlp.town↗

Nlp Notebooks

Ce dépôt est une collection de notebooks Jupyter éducatifs conçus pour démontrer des techniques pratiques de machine learning et de traitement du langage naturel. Il sert de bibliothèque de tutoriels pour implémenter des modèles statistiques et des architectures neuronales afin de résoudre des tâches courantes d'analyse linguistique via une exécution de code interactive et modulaire.

Le projet fournit des flux de travail guidés pour un large éventail de tâches appliquées, y compris l'évaluation de sentiment, l'extraction d'entités nommées et la classification de documents. Il se distingue en offrant des implémentations concrètes pour des opérations complexes telles que la modélisation thématique probabiliste, l'étiquetage de séquences basé sur des transformateurs et la génération de mappages sémantiques dans l'espace vectoriel.

Ces ressources couvrent le cycle de vie complet de l'analyse de texte, du mappage des données linguistiques dans des espaces vectoriels numériques à la mesure de la similarité sémantique et à la découverte de structures thématiques cachées au sein de grandes collections de documents. La collection est structurée pour faciliter l'expérimentation itérative et l'exploration de données pour les utilisateurs travaillant avec des modèles de traitement du langage modernes.

Features

  • Jupyter Notebook Collections - Provides a collection of interactive notebooks demonstrating sentiment analysis, topic modeling, and entity extraction.
  • Interactive Notebook Environments - Provides interactive notebook environments for executing code and exploring machine learning workflows.
  • Machine Learning Models - The library provides textual content categorization to sort written information into specific labels or intents by applying statistical models or modern language processing architectures.
  • Topic Models - Uses statistical models to discover latent thematic structures in text corpora.
  • Document Topic Prediction - Predicts document topics by applying trained probabilistic models to organize primary subjects.
  • Large Language Model Fine-Tuning - Implements fine-tuning workflows to adapt large language models to specific downstream tasks.
  • Named Entity Recognition - Provides systems for identifying and classifying entities such as people, organizations, and locations within unstructured text.
  • Word Embeddings - Maps words and sentences into numerical vector spaces to capture semantic relationships.
  • Semantic Similarity Calculation - Calculates the semantic relationship between texts to determine similarity in meaning.
  • Sentiment Analysis Tools - Provides tools for classifying the emotional tone of text as positive, negative, or neutral.
  • Sequence Labeling Architectures - Implements sequence labeling architectures to classify individual tokens within text streams.
  • Sequence-to-Sequence Models - Utilizes transformer-based sequence-to-sequence models to capture complex contextual relationships in text.
  • Text Classification - Implements workflows for categorizing and labeling text inputs using language models.
  • Topic Modeling Libraries - Provides libraries for identifying latent thematic structures in large text collections using unsupervised statistical algorithms.
  • Sentence Pair Scoring - Computes precise similarity scores between sentence pairs to facilitate data exploration.
  • Semantic Word Embeddings - Generates semantic word embeddings to map linguistic data into high-dimensional numerical vector spaces.

Historique des stars

Graphique de l'historique des stars pour nlptown/nlp-notebooksGraphique de l'historique des stars pour nlptown/nlp-notebooks

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Nlp Notebooks

Sélections manuelles où Nlp Notebooks apparaît.
  • Projets de recherche en deep learning

Alternatives open source à Nlp Notebooks

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Nlp Notebooks.
  • rare-technologies/gensimAvatar de RaRe-Technologies

    RaRe-Technologies/gensim

    16,442Voir sur GitHub↗

    Gensim is an unsupervised natural language processing toolkit designed for topic modeling, word embedding training, and the processing of large-scale text corpora. It provides a framework for discovering latent themes and semantic structures in text without the need for labeled data. The toolkit is distinguished by its ability to handle datasets that exceed system memory through iterator-based data streaming from disk. It also supports distributed model training, allowing complex modeling tasks to be executed across computer clusters. The library covers a broad range of analysis capabilities

    Python
    Voir sur GitHub↗16,442
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • thilinarajapakse/simpletransformersAvatar de ThilinaRajapakse

    ThilinaRajapakse/simpletransformers

    4,248Voir sur GitHub↗

    SimpleTransformers is a high-level framework for training and fine-tuning transformer models for diverse natural language processing tasks. It functions as a toolkit for developing text classification, named entity recognition, and question answering models, while also serving as a sequence-to-sequence tool and a text embedding generator. The library distinguishes itself by providing a multi-modal model trainer capable of processing and classifying data that combines both text and image inputs. It further supports specialized workflows for conversational AI training, language model generation

    Pythonconversational-aiinformation-retrivalnamed-entity-recognition
    Voir sur GitHub↗4,248
  • chatopera/synonymsAvatar de chatopera

    chatopera/Synonyms

    5,107Voir sur GitHub↗

    Synonyms is a natural language processing library and semantic similarity engine specifically designed for Chinese text. It functions as a word embedding toolkit and tokenizer that extracts semantic meaning and identifies synonyms by calculating the conceptual closeness between words and sentences. The system provides a toolkit for Chinese word embedding and synonym discovery, allowing for the retrieval of semantically similar words to expand vocabulary. It distinguishes itself through a configuration-driven approach to model loading, which supports the integration of custom word embeddings t

    Pythonaichatbotnlp
    Voir sur GitHub↗5,107
Voir les 30 alternatives à Nlp Notebooks→

Questions fréquentes

Que fait nlptown/nlp-notebooks ?

Ce dépôt est une collection de notebooks Jupyter éducatifs conçus pour démontrer des techniques pratiques de machine learning et de traitement du langage naturel. Il sert de bibliothèque de tutoriels pour implémenter des modèles statistiques et des architectures neuronales afin de résoudre des tâches courantes d'analyse linguistique via une exécution de code interactive et modulaire.

Quelles sont les fonctionnalités principales de nlptown/nlp-notebooks ?

Les fonctionnalités principales de nlptown/nlp-notebooks sont : Jupyter Notebook Collections, Interactive Notebook Environments, Machine Learning Models, Topic Models, Document Topic Prediction, Large Language Model Fine-Tuning, Named Entity Recognition, Word Embeddings.

Quelles sont les alternatives open-source à nlptown/nlp-notebooks ?

Les alternatives open-source à nlptown/nlp-notebooks incluent : rare-technologies/gensim — Gensim is an unsupervised natural language processing toolkit designed for topic modeling, word embedding training,… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… thilinarajapakse/simpletransformers — SimpleTransformers is a high-level framework for training and fine-tuning transformer models for diverse natural… johnsnowlabs/spark-nlp — Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing… chatopera/synonyms — Synonyms is a natural language processing library and semantic similarity engine specifically designed for Chinese… microsoft/nlp-recipes — nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing…