Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99af8bb

Browse files
authored
Merge pull request checkcheckzz#27 from guillaume-chevalier/master
Add LSTMs (Recurrent Neural Networks) for Human Activity Recognition, Human activity recognition with stacked residual bidirectional LSTMs, Signal prediction with a seq2seq RNN model in TensorFlow, Hyperopt for solving CIFAR-100 with a convolutional neural network (CNN) built with Keras and TensorFlow, filtering-stft-and-laplace-transform
2 parents 3540d65 + d0b8a3b commit 99af8bb

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

AI.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Artificial Intelligence (AI)
2+
3+
1. LSTMs (Recurrent Neural Networks) for Human Activity Recognition
4+
Human activity recognition using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six categories (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING).
5+
Project Source: https://github.com/guillaume-chevalier/LSTM-Human-Activity-Recognition
6+
7+
1. Human activity recognition with stacked residual bidirectional LSTMs
8+
Human Activity Recognition (HAR) using stacked residual bidirectional-LSTM cells (RNN) with TensorFlow.
9+
Project Source: https://github.com/guillaume-chevalier/HAR-stacked-residual-bidir-LSTMs
10+
11+
1. Signal prediction with a seq2seq RNN model in TensorFlow
12+
Solving different simple toy problems about signal prediction.
13+
Project Source: https://github.com/guillaume-chevalier/seq2seq-signal-prediction
14+
15+
1. Hyperopt for solving CIFAR-100 with a convolutional neural network (CNN) built with Keras and TensorFlow, GPU backend
16+
Auto-optimizing an artificial neural network (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
17+
Project Source: https://github.com/guillaume-chevalier/Hyperopt-Keras-CNN-CIFAR-100

Audio.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Project Homepage: http://willdrevo.com/fingerprinting-and-audio-recognition-with
1818

1919
1. headphones
2020
Automatic music downloader for SABnzbd.
21-
Project Source: https://github.com/rembo10/headphones
21+
Project Source: https://github.com/rembo10/headphones
2222

2323
1. jasper-client
2424
Client code for the Jasper voice computing platform. Jasper is an open source platform for developing always-on, voice-controlled applications.
@@ -43,7 +43,11 @@ Project Documentation: https://pypi.python.org/pypi/shiva
4343
A client library for an unofficial Google Music api.
4444
Project Source: https://github.com/simon-weber/Unofficial-Google-Music-API
4545
Project Documentation: http://unofficial-google-music-api.readthedocs.org/en/latest/
46-
46+
4747
1. youku-lixian
4848
Youku download script.
4949
Project Source: https://github.com/iambus/youku-lixian
50+
51+
1. filtering-stft-and-laplace-transform
52+
Simple demo of filtering signal with an LP filter and plotting its STFT and Laplace transform, in Python.
53+
Project Source: https://github.com/guillaume-chevalier/filtering-stft-and-laplace-transform

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ send me a pull request and follow the [contribution guide](https://github.com/ch
1616

1717
### <a name='toc'>Table of Contents</a>
1818

19+
* [AI](https://github.com/checkcheckzz/Python-open-projects/blob/master/AI.md)
1920
* [Algorithm](https://github.com/checkcheckzz/Python-open-projects/blob/master/Algorithm.md)
2021
* [Audio](https://github.com/checkcheckzz/Python-open-projects/blob/master/Audio.md)
2122
* [Authentication](https://github.com/checkcheckzz/Python-open-projects/blob/master/Authentication.md)

0 commit comments

Comments
 (0)