Pinned Repositories
Algorithms
Code for the Algorithms course from Coursera
FederatedAndroidTrainer
See new version https://github.com/mccorby/PhotoLabeller
FederatedServer
MachineLearning
ML-Android-Presentation-Model
CNN used for ML for Android Presentation
ML-LetterPredictor-Android
Simple ML project that links TensorFlow and Android
PhotoLabeller
Federated Learning: Client application doing classification of images and local training. Works better with the Parameter Server at https://github.com/mccorby/PhotoLabellerServer
PhotoLabellerServer
Federated Learning: Parameter Server doing aggregation of updates to a model coming from clients participating in a Federated Learning setup. See also the Android application companion at https://github.com/mccorby/PhotoLabeller
SmartKeyboardNgram-Android
Keyboard using predictive words generated by an NPL model
KotlinSyft
The official Syft worker for secure on-device machine learning
mccorby's Repositories
mccorby/PhotoLabeller
Federated Learning: Client application doing classification of images and local training. Works better with the Parameter Server at https://github.com/mccorby/PhotoLabellerServer
mccorby/FederatedAndroidTrainer
See new version https://github.com/mccorby/PhotoLabeller
mccorby/PhotoLabellerServer
Federated Learning: Parameter Server doing aggregation of updates to a model coming from clients participating in a Federated Learning setup. See also the Android application companion at https://github.com/mccorby/PhotoLabeller
mccorby/SmartKeyboardNgram-Android
Keyboard using predictive words generated by an NPL model
mccorby/MachineLearning
mccorby/Algorithms
Code for the Algorithms course from Coursera
mccorby/KGym
A Kotlin implementation of OpenAI Gym for educational purposes
mccorby/Course-SDC
mccorby/course-v3
The 3rd edition of course.fast.ai
mccorby/Crypto
Crypto code from Master URV
mccorby/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
mccorby/djl
An Engine-Agnostic Deep Learning Framework
mccorby/dnc
A TensorFlow implementation of the Differentiable Neural Computer.
mccorby/fastbook
Draft of the fastai book
mccorby/fresco
A FRamework for Efficient Secure COmputation
mccorby/Grid
A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science
mccorby/gym
A toolkit for developing and comparing reinforcement learning algorithms.
mccorby/kmath
Kotlin mathematics extensions library
mccorby/kotlin-data-science-resources
Curation of libraries, media, links, and other resources to use Kotlin for data science
mccorby/kotlin-multiplatform-template
Ready to go template for multiplatform Kotlin
mccorby/ml-agents
Unity Machine Learning Agents Toolkit
mccorby/MovieListPublic
mccorby/movies_lightning
Movies in Lightning
mccorby/private-ai-resources
Private machine learning progress
mccorby/proto
The JSON proto file which defines types for all Serde encoding across languages
mccorby/pysc2
StarCraft II Learning Environment
mccorby/PySyft
A library for encrypted, privacy preserving deep learning - based on PyTorch
mccorby/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
mccorby/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
mccorby/ThinkBayes
Code repository for Think Bayes.