davidalbertonogueira
Building Data4Deals. Past Head of Innovation and Marketing Intelligence. Past Senior Software Engineer and Research Scientist
Lisbon
Pinned Repositories
CppMemoryPool
Memory Pool: C++ Optimization to improve object allocation and deallocation.
CrossPlatfDynamicLibraryPlugInArchitecture
Cross-platform template example of dynamically loaded/unloaded libraries linked during execution (plug-in architecture).
Cython_examples
Simple cython examples, with increasing order of detail/difficulty, starting from a simple "Hello World", both in C and C++, to a C++ example with redefinition of methods in a subclass in python. Code in C and C++. Tested in Windows with Python 3 Anaconda environment.
MLP
Simple multilayer perceptron c++ implementation.
NLP-tutorials
Slides and code for the intro to NLP class at the Data Science Retreat @ Berlin, 28 Oct 2019
Perceptron
Simple perceptron c++ implementation. The single-layer perceptron is the simplest feedforward neural network.
SimpleViterbi
Implementation example of the Viterbi algorithm
TurboParser
A multilingual dependency parser based on linear programming relaxations.
SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
TurboTextAnalysis
TurboTextAnalysis is a TurboParser's wrapper for easy text analysis, allowing it to be readily used in production systems
davidalbertonogueira's Repositories
davidalbertonogueira/MLP
Simple multilayer perceptron c++ implementation.
davidalbertonogueira/Perceptron
Simple perceptron c++ implementation. The single-layer perceptron is the simplest feedforward neural network.
davidalbertonogueira/CppMemoryPool
Memory Pool: C++ Optimization to improve object allocation and deallocation.
davidalbertonogueira/CrossPlatfDynamicLibraryPlugInArchitecture
Cross-platform template example of dynamically loaded/unloaded libraries linked during execution (plug-in architecture).
davidalbertonogueira/NLP-tutorials
Slides and code for the intro to NLP class at the Data Science Retreat @ Berlin, 28 Oct 2019
davidalbertonogueira/CDAS
City-driven agent simulation
davidalbertonogueira/TurboParser
A multilingual dependency parser based on linear programming relaxations.
davidalbertonogueira/TurboTextAnalysis
TurboParser's wrapper for easy text analysis
davidalbertonogueira/annotated-transformer
http://nlp.seas.harvard.edu/2018/04/03/attention.html
davidalbertonogueira/BackupSuite
Python-powered Backup Suite (both complete and differential backup)
davidalbertonogueira/blockchain
A simple Blockchain in Python
davidalbertonogueira/build-your-own-x
🤓 Build your own (insert technology here)
davidalbertonogueira/cpp-lru-cache
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
davidalbertonogueira/Dynet_examples
Dynet examples
davidalbertonogueira/fastText_multilingual
Multilingual word vectors in 78 languages
davidalbertonogueira/first-django-app
Following https://docs.djangoproject.com/en/3.2/intro/tutorial
davidalbertonogueira/flask-ask
Alexa Skills Kit for Python
davidalbertonogueira/flask-assistant
Framework for Building Virtual Assistants with Dialogflow and python
davidalbertonogueira/GoogleAssistantAccountLinkingSignIn
Google Assistant template repo for Account linking via Google Sign in
davidalbertonogueira/lmdbxx
C++11 wrapper for the LMDB embedded B+ tree database library.
davidalbertonogueira/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
davidalbertonogueira/pt-programas-legislativas-2019
davidalbertonogueira/pytorch-pretrained-BERT
A PyTorch implementation of Google AI's BERT model with script to load Google's pre-trained models
davidalbertonogueira/SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
davidalbertonogueira/stack-lstm-ner-dynet
NER system based on stack LSTMs
davidalbertonogueira/stack-lstm-ner-pytorch
Transition-based NER system
davidalbertonogueira/StarSpace
Learning embeddings for classification, retrieval and ranking.
davidalbertonogueira/streamlit-example
Example Streamlit app that you can fork to test out share.streamlit.io
davidalbertonogueira/true-idealista
davidalbertonogueira/word2vec
Word2Vec in C++ 11