mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-06 22:05:54 +00:00
Add LSTM algorithm implementation in neural network section
This commit is contained in:
parent
91c8173691
commit
0fbb04b070
@ -7,9 +7,11 @@ Detail: Total 3 layers neural network
|
|||||||
* Output layer
|
* Output layer
|
||||||
Author: Shashank Tyagi
|
Author: Shashank Tyagi
|
||||||
Github: LEVII007
|
Github: LEVII007
|
||||||
Date: [Current Date]
|
link : https://www.kaggle.com/code/navjindervirdee/lstm-neural-network-from-scratch
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##### Explanation #####
|
##### Explanation #####
|
||||||
# This script implements a Long Short-Term Memory (LSTM) network to learn and predict sequences of characters.
|
# This script implements a Long Short-Term Memory (LSTM) network to learn and predict sequences of characters.
|
||||||
# It uses numpy for numerical operations and tqdm for progress visualization.
|
# It uses numpy for numerical operations and tqdm for progress visualization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user