← All Projects

Projects tagged with "machine-learning"

KerasCV
View

KerasCV

2022-10-01
KerasCV is the official Keras repository of computer vision extensions to the Keras API (layers, metrics, losses, models, data-augmentation) that applied computer vision engineers can leverage to quickly assemble production-grade, state-of-the-art training and inference pipelines.
machine-learning
Generative Modeling with the National Gallery of Art Open Data Program
View

Generative Modeling with the National Gallery of Art Open Data Program

2022-08-01
Published PyPi package that loads a dataset of images from the National Gallery of Art Open Data Program.
machine-learning
KerasCV Object Detection API
View

KerasCV Object Detection API

2022-03-01
Designed and implemented the first official Keras object detection API. The API includes modular components for data augmentation, modelling, loss computation, and metric evaluation. Some API highlights include mitigation against silent failure through explicit bounding box format specification, and train time COCO metric evaluation - a unique feature to KerasCV enabled by the algorithm I designed in "Efficient Graph-Friendly COCO Metric Computation for Train-Time Model Evaluation".
machine-learningobject-detectionopen-source
KerasCV Data Augmentation Layers
View

KerasCV Data Augmentation Layers

2022-02-01
Organized and coordinated a massive effort with contributions from over a dozen software engineers to add numerous data augmentation layers to the KerasCV Library. Personally implemented CutMix, MixUp, and RandAugment - the three most widely used data augmentation techniques in image classification. Authored several tutorials on using the augmentation layers.
machine-learningdata-augmentationopen-source
ReefNet
View

ReefNet

2021-01-01
ReefNet is a RetinaNet implementation written in pure Keras developed to detect Crown-of-Thorns Starfish on the Great Barrier Reef. More information about the problem Crown-of-Thorns Starfish pose to the Great Barrier Reef as well as efforts to control their population can be found in our project write up.
machine-learningobject-detectionconservation
Reinforcement Learning Routing Environment
View

Reinforcement Learning Routing Environment

2020-03-01
Reinforcement Learning routing environment. See README for more details.
machine-learningreinforcement-learning
ImStyle.app
View

ImStyle.app

2019-05-01
ImStyle performs Neural Style Transfer on your iOS device in real time. Our models are implemented with Tensorflow and trained on a Tesla P100 GPU for 8-16 hours. Our models are based on those proposed in Perceptual Losses for Real-Time Style Transfer and Super Resolution [Johnson et al.]. Following training, the models are transformed into CoreML models, allowing them to take advantage of the IPhoneX's machine learning inference hardware. This hardware accelaration allows for at least 30 FPS on an iPhoneX.
machine-learningmobile-appneural-style-transfer
8000Net
View

8000Net

2017-08-01
Luke co-authored the lecture material for a graduate machine learning course taught at Southern Methodist University by Dr. Eric C. Larsen. Luke co-authored the material on Neural Style Transfer, Multi Task Learning and Reinforcement Learning. The lecture material is primarily formatted as Jupyter Notebooks and is fully open source.
machine-learningeducation