Pinned Repositories
AVLTree
Fast implementation of AVL trees in Perl
avullo.github.io
My resume as a GitHub page
BIOHMMs
An implementation of non-causal input-output HMMs for probabilistic sequence modeling
butteredscone
A log parser and accompanying log analysis schema. Very simple very dumb. Written in Perl.
Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
interval-tree
An interval tree library interpretation based on augmented AVL balanced binary trees.
recursive-neural-networks
Neural Networks for learning with structured data types
ensembl-xs
A collection of XS modules to be used with the Ensembl APIs
avullo's Repositories
avullo/interval-tree
An interval tree library interpretation based on augmented AVL balanced binary trees.
avullo/AVLTree
Fast implementation of AVL trees in Perl
avullo/recursive-neural-networks
Neural Networks for learning with structured data types
avullo/avullo.github.io
My resume as a GitHub page
avullo/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
avullo/deep-neural-networks
Deep neural networks in Python
avullo/Dev_DataProducts_Assignment_Week2
A repo hosting the material for Developing Data Products Week 2 Assignment
avullo/Dev_DataProducts_Assignment_Week3
avullo/Dev_DataProducts_CourseProject
avullo/ensembl
The Ensembl Core Perl API and SQL schema
avullo/ensembl-compara
The Ensembl Compara Perl API and SQL schema
avullo/ensembl-funcgen
Ensembl Funcgen Perl API and SQL schema
avullo/ensembl-production
Ensembl Production code
avullo/ensembl-test
Test libraries and harnesses used for running the Ensembl test suite
avullo/ensembl-variation
The Ensembl Variation Perl API and SQL schema
avullo/ensembl-vep
The Variant Effect Predictor predicts the functional effects of genomic variants
avullo/ensembl-xref
avullo/gifts_rest
avullo/GPflow
Gaussian processes in TensorFlow
avullo/machine-learning-tensorflow
A repo hosting solutions using Tensorflow and Keras to some Machine Learning problems.
avullo/PracticalML_PeerAssignment
avullo/predictive-text-model
avullo/presentations
Maintains material for various talks I've given throughout the course of my career
avullo/python-practice
A repo to collect solution to various project ideas to practice programming in Python
avullo/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
avullo/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
avullo/teaching
Maintains material used for teaching various classes
avullo/tic-tac-toe-python
A simple version of the classic board game in Python
avullo/trackhub-registry
Specifications and implementation of the TrackHub registry
avullo/Tree-Interval-Fast
Perl (XS) implementation of an interval tree library