All Projects → ni79ls → Har Keras Cnn

ni79ls / Har Keras Cnn

Human Activity Recognition (HAR) with 1D Convolutional Neural Network in Python and Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Har Keras Cnn

Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-31.96%)
Mutual labels:  tutorial, convolutional-neural-networks, deeplearning, keras-tensorflow
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+8368.04%)
Mutual labels:  artificial-intelligence, data-science, tutorial, convolutional-neural-networks
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+544.33%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks, deeplearning
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (+55.67%)
Mutual labels:  artificial-intelligence, data-science, deep-neural-networks, deeplearning
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (+375.26%)
Mutual labels:  artificial-intelligence, data-science, convolutional-neural-networks
Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
Stars: ✭ 4,295 (+4327.84%)
Mutual labels:  artificial-intelligence, deep-neural-networks, deeplearning
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+401.03%)
Mutual labels:  data-science, tutorial, keras-tensorflow
Ffdl
Fabric for Deep Learning (FfDL, pronounced fiddle) is a Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
Stars: ✭ 640 (+559.79%)
Mutual labels:  artificial-intelligence, deep-neural-networks, deeplearning
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+236.08%)
Mutual labels:  artificial-intelligence, data-science, convolutional-neural-networks
Trending Deep Learning
Top 100 trending deep learning repositories sorted by the number of stars gained on a specific day.
Stars: ✭ 543 (+459.79%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+751.55%)
Mutual labels:  artificial-intelligence, tutorial, deeplearning
First Steps Towards Deep Learning
This is an open sourced book on deep learning.
Stars: ✭ 376 (+287.63%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (+261.86%)
Mutual labels:  artificial-intelligence, deep-neural-networks, deeplearning
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (+4804.12%)
Mutual labels:  artificial-intelligence, data-science, deeplearning
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+255.67%)
Mutual labels:  data-science, tutorial, convolutional-neural-networks
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (+780.41%)
Mutual labels:  artificial-intelligence, data-science, deeplearning
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+1009.28%)
Mutual labels:  artificial-intelligence, data-science, deeplearning
Pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 231 (+138.14%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks
Datascience
Curated list of Python resources for data science.
Stars: ✭ 3,051 (+3045.36%)
Mutual labels:  artificial-intelligence, data-science, deeplearning
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (-77.32%)
Mutual labels:  artificial-intelligence, deep-neural-networks, convolutional-neural-networks

har-keras-cnn

Human Activity Recognition (HAR) with 1D Convolutional Neural Network in Python and Keras

A CNN works well for identifying simple patterns within your data which will then be used to form more complex patterns within higher layers. A 1D CNN is very effective when you expect to derive interesting features from shorter (fixed-length) segments of the overall data set and where the location of the feature within the segment is not of high relevance. This applies well to the analysis of time sequences of sensor data (such as gyroscope or accelerometer data).

In this example we will train a 1D convolutional neural network (1D CNN) 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://blog.goodaudience.com/introduction-to-1d-convolutional-neural-networks-in-keras-for-time-sequences-3a7ff801a2cf?source=friends_link&sk=d6368a048994ad0e6cd242bb274f64d9

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].