# LSTM-Numpy **Repository Path**: lizhenping/LSTM-Numpy ## Basic Information - **Project Name**: LSTM-Numpy - **Description**: GOOGLE 实习深度学习必备技能知识点,使用 Numpy 实现 LSTM,RNN,CNN,GNN等神经网络。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-24 - **Last Updated**: 2025-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # numpy lstm use the numpy to complete a lstm unit rewrite the backporpogation of the lstm 用numpy实现了一个lstm单元 并重新了lstm的反向传播过程