Metadata-Version: 2.4
Name: ntorch
Version: 1.0.0
Summary: A simple PyTorch framework for quick neural network prototyping
Home-page: https://github.com/safe049/ntorch 
Author: safe049
Author-email: safe049@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: torchvision>=0.15.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: gym>=0.26.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# 🧠 ntorch

`ntorch` 是一个轻量级的 PyTorch 框架，旨在帮助开发者快速构建神经网络原型。它支持多层感知机（MLP）、卷积神经网络（CNN）、强化学习（DQN）和生成对抗网络（GAN），并提供自动模型构建、训练流程封装以及可视化工具。

---

## 📦 安装

确保你已安装 Python 3.8 或更高版本，并安装依赖：

```bash
pip install torch torchvision matplotlib gym
```

然后克隆仓库并本地安装：

```bash
git clone https://github.com/safe049/ntorch.git
cd ntorch
pip install -e .
```

---

## 🤝 贡献指南

欢迎提交 PR 和 Issue！  

---

## 📄 License

MIT License – See [LICENSE](LICENSE) for details.

---

## 📬 联系作者

GitHub: [@safe049](https://github.com/safe049)  
Email: safe049@163.com

--- 
