ichraibi / LSTM-AI4Industry

Comment implémenter un réseau de neurones dotée d'une couche cachée de LSTM avec Keras ?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM-AI4Industry, Edition 2021

Last Update : 15 Janvier 2021

##Description

Présentation de l'implémentation de LSTM dans un réseau de neurones avec Keras via un jupyter Notebook

#Mode d'emploi Avec jupyter Notebook

Pour executer le code en local :

  1. Installer jupyter notebook :https://jupyter.org/install
        pip3 install jupyterlab
  1. Lancer jupyter notebook :
        jupyter-lab

Cette commande va ouvrir une page de votre navigateur web et vous afficher le répertoire du projet

  1. Télécharger le répertoire git avec le jupyter notebook

  2. Localiser le répertoire télécharger

  3. Lancer l'execution du fichier .ipynb

Dans un fichier python

Installer :

  • python 3
  • tensorflow
pip3 install tensorflow

Ressources supplémentaires pour approfondir

##Contact :

About

Comment implémenter un réseau de neurones dotée d'une couche cachée de LSTM avec Keras ?

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%