All Projects → ni79ls → Har Keras Coreml

ni79ls / Har Keras Coreml

Human Activity Recognition (HAR) with Keras and CoreML

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Har Keras Coreml

Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (+817.39%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+14047.83%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+786.96%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (+608.7%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (+1682.61%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+743.48%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+1108.7%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+51282.61%)
Mutual labels:  jupyter-notebook, data-science, tutorial
User Machine Learning Tutorial
useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html
Stars: ✭ 393 (+1608.7%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Open source demos
A collection of demos showcasing automated feature engineering and machine learning in diverse use cases
Stars: ✭ 391 (+1600%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Scipy con 2019
Tutorial Sessions for SciPy Con 2019
Stars: ✭ 142 (+517.39%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (+2204.35%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+7360.87%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (+773.91%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Python Data Science Handbook
A Chinese translation of Jake Vanderplas' "Python Data Science Handbook". 《Python数据科学手册》在线Jupyter notebook中文翻译
Stars: ✭ 102 (+343.48%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+891.3%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Learning python
Source material for Python Like You Mean it
Stars: ✭ 78 (+239.13%)
Mutual labels:  jupyter-notebook, data-science, tutorial
H2o Tutorials
Tutorials and training material for the H2O Machine Learning Platform
Stars: ✭ 1,305 (+5573.91%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+1400%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (+1795.65%)
Mutual labels:  jupyter-notebook, data-science, tutorial

har-keras-coreml

Human Activity Recognition (HAR) with Keras and CoreML

Keras and Apple's CoreML are a very powerful toolset if you want to quickly deploy a neural network on any iOS device. Most other tutorials focus on the popular MNIST data set for image recognition. We will go beyond this widely covered machine learning example. Instead, you will learn how to process time-sliced, multi-dimensional sensor data.

To be more specific, we will train a deep neural network (DNN) to recognize the type of movement (Walking, Running, Jogging, etc.) based on a given set of accelerometer data from a mobile device carried around a person's waist.

We will use the WISDM data set (Activity Prediction) for this tutorial: http://www.cis.fordham.edu/wisdm/dataset.php

The original Medium article can be found here: https://towardsdatascience.com/human-activity-recognition-har-tutorial-with-keras-and-core-ml-part-1-8c05e365dfa0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].