Giter Site home page Giter Site logo

Moonis Ali's Projects

moda icon moda

models and evaluation framework for trending topics detection

nebullvm icon nebullvm

Plug and play modules to optimize the performances of your AI systems 🚀

neural-machine-translation--nmt- icon neural-machine-translation--nmt-

Neural machine translation (NMT) is an approach to machine translation that uses an artificial neural network to predict the likelihood of a sequence of words, typically modeling entire sentences in a single integrated model. NMT departs from phrase-based statistical approaches that use separately engineered subcomponents.Neural machine translation (NMT) is not a drastic step beyond what has been traditionally done in statistical machine translation (SMT). Its main departure is the use of vector representations ("embeddings", "continuous space representations") for words and internal states. The structure of the models is simpler than phrase-based models. There is no separate language model, translation model, and reordering model, but just a single sequence model that predicts one word at a time. However, this sequence prediction is conditioned on the entire source sentence and the entire already produced target sequence. NMT models use deep learning and representation learning. The word sequence modeling was at first typically done using a recurrent neural network (RNN). A bidirectional recurrent neural network, known as an encoder, is used by the neural network to encode a source sentence for a second RNN, known as a decoder, that is used to predict words in the target language.Recurrent neural networks face difficulties in encoding long inputs into a single vector. This can be compensated by an attention mechanism which allows the decoder to focus on different parts of the input while generating each word of the output. There are further Coverage Models addressing the issues in such attention mechanisms, such as ignoring of past alignment information leading to over-translation and under-translation. Convolutional Neural Networks (Convnets) are in principle somewhat better for long continuous sequences, but were initially not used due to several weaknesses. These were successfully compensated for in 2017 by using "attention mechanisms". A attention-based model, the transformer architecture remains the dominant architecture for several language pairs.

news-mood icon news-mood

Project developed during the SICSS-Aachen-Graz (July 2022) investigating the variation of sentiment in news articles tweeted by @BBCBreaking

octis icon octis

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)

phoenix icon phoenix

ML Observability in a Notebook - Uncover Insights, Surface Problems, Monitor, and Fine Tune your Generative LLM, CV and Tabular Models

piml-toolbox icon piml-toolbox

PiML (Python Interpretable Machine Learning) toolbox for model development and model validation

polvol icon polvol

Code for the Political Volatility paper (Chico and Scott)

practical-nlp-notebooks icon practical-nlp-notebooks

This repository contains the material of the practical section of course: "Introduction to Natural Language Processing" as a part of BICS(Bachelor in Computer Science) program at university of Luxembourg. These notebooks where created by me and my colleage https://github.com/katyamatya/ .

presidio-research icon presidio-research

This package features data-science related tasks for developing new recognizers for Presidio. It is used for the evaluation of the entire system, as well as for evaluating specific PII recognizers or PII detection models.

prompttools icon prompttools

Open-source tools for prompt testing and experimentation

pytextrank icon pytextrank

Python implementation of TextRank algorithms ("textgraphs") for phrase extraction

pytorchnlpbook icon pytorchnlpbook

Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info

qaida icon qaida

Large scale font independent printed Urdu text data set

quaterion icon quaterion

Blazing fast framework for fine-tuning similarity learning models

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.