# TensorFlow.js-examples **Repository Path**: NN-Studio/TensorFlow.js-examples ## Basic Information - **Project Name**: TensorFlow.js-examples - **Description**: 一些简单的入门用例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-10-16 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [TensorFlow.js-examples](https://github.com/NN-Studio/TensorFlow.js-examples) 一些简单的入门用例 ## 如何使用? 安装后,直接启动: ``` npm run dev ``` 访问地址: http://localhost:20000/ 下面是例子清单: - [线性回归](./linear-regression) - [线性回归(归一化)](./lr-standardization) - [逻辑回归](./logistic-regression) - [多层神经网络(XOR)](./XOR) - [多分类(IRIS)](./IRIS) - [卷积神经网络(手写数字识别)](./handwritten-digit-recognition) ## 版权 MIT License Copyright (c) [zxl20070701](https://zxl20070701.github.io/notebook/home.html) 走一步,再走一步