Projects tagged with "machine-learning"

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

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

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

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

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

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

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

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