# TensorflowTest **Repository Path**: xia_togepi/TensorflowTest ## Basic Information - **Project Name**: TensorflowTest - **Description**: tensorflow机器学习练习 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tensorflow机器学习练习 ## 所有实例使用parcel启动页面 ## setup 安装tf ## linear-regression 线性回归 ## height-weight 身高体重预测(数据归一化) ## logistic-regression 逻辑回归 ## xor 多层神经网络 ## iris 多分类 ## overfit 欠拟合和过拟合 ## mnist 卷积神经网络