lzfelix
Lead Machine Learning Engineer with a Master's in ML + NLP. I'm passionate about software development and ML.
@nubankRemote
Pinned Repositories
bag-of-samplings
:scroll: Official implementation of the paper "Bag of Samplings for Parkinson's Disease Diagnosis based on Recurrent Neural Networks"
Calcj
:computer: A simple calculator using Java, MVC, JUnit, GridBagLayout and a Mealy Machine representation
evolving-ncrf
📜 Official implementation of the paper "Evolving Neural Conditional Random Fields for drilling report classification"
fakenewschallenge
My version of UCLA implementation for the Fake News Challenge.
JParser
:curly_loop: A Java math parser that caches expressions for quick evaluation using the Shunting Yard Algorithm
keras_attention
:bookmark: An Attention Layer in Keras
lio
:scroll: "Enhancing Hyper-To-Real Space Projections Through Euclidean Norm Meta-Heuristic Optimization" official implementation
meow
:smiley_cat: Just me going through the Scala with Cats book
meta_learn
Implementation of some machine learning algorithms
minuet
:four_leaf_clover: An easy to use library to perform NLP sequence tagging tasks
lzfelix's Repositories
lzfelix/keras_attention
:bookmark: An Attention Layer in Keras
lzfelix/bag-of-samplings
:scroll: Official implementation of the paper "Bag of Samplings for Parkinson's Disease Diagnosis based on Recurrent Neural Networks"
lzfelix/JParser
:curly_loop: A Java math parser that caches expressions for quick evaluation using the Shunting Yard Algorithm
lzfelix/minuet
:four_leaf_clover: An easy to use library to perform NLP sequence tagging tasks
lzfelix/evolving-ncrf
📜 Official implementation of the paper "Evolving Neural Conditional Random Fields for drilling report classification"
lzfelix/fakenewschallenge
My version of UCLA implementation for the Fake News Challenge.
lzfelix/lio
:scroll: "Enhancing Hyper-To-Real Space Projections Through Euclidean Norm Meta-Heuristic Optimization" official implementation
lzfelix/meta_learn
Implementation of some machine learning algorithms
lzfelix/Calcj
:computer: A simple calculator using Java, MVC, JUnit, GridBagLayout and a Mealy Machine representation
lzfelix/nycCams
:camera: QUT 2015 Cloud Computing final assignment
lzfelix/random_ensembles
📜 Is it better to fine-tune a model or learn how to ensemble a set of randomly trained models?
lzfelix/whatslogger
:pager: Whatsapp has a cap on the size of chats to be downloaded. This bot overcomes such a silly limitation.
lzfelix/meow
:smiley_cat: Just me going through the Scala with Cats book
lzfelix/autograd
Implementing an autograd library from scratch (@joelgrus series)
lzfelix/django-tdd
Coding while I read "Test-Driven Web Development with Python"
lzfelix/dotfiles
lzfelix/erllearn
Code that I wrote while learning Erlang to give a presentation about on Parallel Computing unit @ QUT
lzfelix/FizzBuzzMLP
Pytorch implementation of the FizzBuzz MLP
lzfelix/flare
:fire: Flare - Going faster with PyTorch
lzfelix/INB344
QUT's Seach Engines Technology unit repository
lzfelix/lzfelix.github.io
🔗 Personal page https://lzfelix.github.io
lzfelix/movies
Scraps local newspapers' webpage transforming movie data into JSON
lzfelix/parallelBacteriaComparison
QUT 2015, 2nd Semester Parallel Computing assignment
lzfelix/pyStrings
Implementation of some string, such as Levenshtein Distance, in Python
lzfelix/pyTetris
A Tetris implementation using Python and pyGame
lzfelix/sibgrapi2018_opf
:page_with_curl: Code related to the paper "Unsupervised Dialogue Act Classification with Optimum-Path Forest" presented at Sibgrapi 2018
lzfelix/SIF
sentence embedding by Smooth Inverse Frequency weighting scheme
lzfelix/sk_seqtools
:snake: Extending sklearn LabelEncoder to handle sequences of labels
lzfelix/sortedPie
:mens: Implementatoin and comparison of classical sorting algorithms in Python
lzfelix/talk_w2v
This repository contains code that I've used on a talk about word2vec.