01_week3_Planar data classification with a hidden layer
作者:互联网
1 - Packages
- numpy是Python科学计算的基本包。
- sklearn提供了用于数据挖掘和分析的简单有效的工具。
- matplotlib 是在Python中常用的绘制图形的库。
- testCases提供了一些测试示例用以评估函数的正确性
- planar_utils提供了此作业中使用的各种函数
2 - Dataset
3 - Simple Logistic Regression
4 - Neural Network model
4.1 - Defining the neural network structure
4.2 - Initialize the model's parameters
标签:Planar,01,函数,classification,示例,Python,提供,数据挖掘,model 来源: https://blog.csdn.net/weixin_44742887/article/details/121328228