上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 103 下一页
摘要: x_data = np.random.rand(100) noise = np.random.normal(0,0.01,x_data.shape) y_data = x_data*0.1 + 0.2 + noise plt.scatter(x_data,y_data) plt.show() mod 阅读全文
posted @ 2022-06-28 22:58 China Soft 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 30天吃掉那只Tensorflow2How to eat TensorFlow2 in 30 days ? https://jackiexiao.github.io/eat_tensorflow2_in_30_days/chinese/ 《30天吃掉那只TensorFlow2》* 🚀 github 阅读全文
posted @ 2022-06-28 22:01 China Soft 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox flex 布局的基本概念 Flexible Box 模型,通常被称为 flexbox,是一种一维的布局 阅读全文
posted @ 2022-06-28 12:03 China Soft 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Sabrina_cc/article/details/106039240 一、题目要求1.三个js文件,分别完成:网络训练以及模型保存、模型加载及准确率测试、在线手写数字识别; 2.模型测试准确率要高于99.3%(尽量); 3.在线手写数字识别需要能够通过 阅读全文
posted @ 2022-06-28 10:47 China Soft 阅读(320) 评论(0) 推荐(0) 编辑
摘要: https://www.codeproject.com/Articles/5286497/Starting-with-Keras-NET-in-Csharp-Train-Your-First The article is about a short introduction on how to tr 阅读全文
posted @ 2022-06-22 14:09 China Soft 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://scisharp.github.io/Keras.NET/ Keras.NET is a high-level neural networks API, written in C# with Python Binding and capable of running on top o 阅读全文
posted @ 2022-06-22 14:00 China Soft 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.gimoo.net/t/1506/557e9cff4b092.html 如果你平时玩转u3d,却没有碰到过一些奇怪的bug,导致u3d无响应,那么你是幸运的。 引起u3d卡死的bug是非常恶心的一件事。首先你无法获得任何引起bug的信息,包括控制台,日志,不会有任何信息。u3d 阅读全文
posted @ 2022-06-21 19:01 China Soft 阅读(960) 评论(0) 推荐(0) 编辑
摘要: 无论是分析程序崩溃原因,还是解决程序hang问题,我们最常查看的就是程序调用堆栈。学会windbg调用堆栈命令,以及理解堆栈中的各个参数的意义就显得至关重要。 上图就是一个典型的Windbg堆栈,如果不理解ChildEBP、RetAddr、Args to Child等参数意义,以及它们之间的来龙去脉 阅读全文
posted @ 2022-06-21 18:53 China Soft 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: https://web.dev/storage-for-the-web/#check https://web.dev/storage-for-the-web/#:~:text=Chrome%20allows%20the%20browser%20to%20use%20up%20to,may%20all 阅读全文
posted @ 2022-06-21 18:00 China Soft 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 简单说:同一个域名(含子域名),indexdb最大可用空间为不超过磁盘剩余空间的10%且不大于2GB。(firefox) https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Browser_storage_limits_and 阅读全文
posted @ 2022-06-21 17:43 China Soft 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 103 下一页