# Keras **Repository Path**: Xiaoxing_Chen/KerasCpp ## Basic Information - **Project Name**: Keras - **Description**: C++实现Keras模型及卷积神经网络的初步实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-11 - **Last Updated**: 2025-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Keras #### 介绍 在这个项目中,我用C++实现Keras模型的部分功能,并且初步实现卷积神经网络(为什么说是初步实现……额,因为准确率极低) 本项目为实验性质,后续可能会完善,不建议读者直接复现