会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
52
53
54
55
56
57
58
59
60
···
125
下一页
2023年2月20日
C#编写局域网抓包工具源码、网络编程
摘要: https://download.csdn.net/download/dangercheng/5210057
阅读全文
posted @ 2023-02-20 14:48 China Soft
阅读(117)
评论(0)
推荐(0)
2023年2月17日
tf手写字体的实现
摘要: import tensorflow as tf mnist = tf.keras.datasets.mnist (x_train, y_train), (x_test, y_test) = mnist.load_data() x_train, x_test = x_train / 255.0, x_
阅读全文
posted @ 2023-02-17 23:37 China Soft
阅读(32)
评论(0)
推荐(0)
2023年2月16日
在浏览器中运行 TensorFlow.js 来训练模型并给出预测结果(Iris 数据集)
摘要: https://blog.csdn.net/myDarling_/article/details/128153714 <html> <head></head> <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest"></s
阅读全文
posted @ 2023-02-16 23:31 China Soft
阅读(93)
评论(0)
推荐(0)
不用Blazor WebAssembly,开发在浏览器端编译和运行C#代码的网站
摘要: 不用Blazor WebAssembly,开发在浏览器端编译和运行C#代码的网站 本文中,我将会为大家分享一个如何用.NET技术开发“在浏览器端编译和运行C#代码的工具”,核心的技术就是用C#编写不依赖于Blazor框架的WebAssembly以及Roslyn技术。 一、 为什么要开发这样的工具?
阅读全文
posted @ 2023-02-16 12:12 China Soft
阅读(161)
评论(0)
推荐(0)
2023年2月15日
从 Newtonsoft.Json 迁移到 System.Text.Json
摘要: 一.写在前面# System.Text.Json 是 .NET Core 3 及以上版本内置的 Json 序列化组件,刚推出的时候经常看到踩各种坑的吐槽,现在经过几个版本的迭代优化,提升了易用性,修复了各种问题,是时候考虑使用 System.Text.Json 了。本文将从使用层面来进行对比。 Sy
阅读全文
posted @ 2023-02-15 21:52 China Soft
阅读(102)
评论(0)
推荐(0)
2023年2月11日
pycharm使用tensorflow教程
摘要: https://blog.csdn.net/qq_40901334/article/details/105385288 pycharm使用tensorflow教程最近在学人工智能与大数据管理,环境是python+tensorflow。但配置有些麻烦,记录一下。其实主要分为两个部分,配置tnsorfl
阅读全文
posted @ 2023-02-11 23:57 China Soft
阅读(302)
评论(0)
推荐(0)
2023年2月9日
window.onpopstate事件和history
摘要: 在支持H5的浏览器中,有一个window.onpopstate事件,该事件可以监听如下操作: 点击浏览器的前进按钮/后退按钮 执行js代码:history.go(n) / history.forward() / 不同的浏览器在加载页面时处理popstate事件的形式存在差异。页面加载时Chrome和
阅读全文
posted @ 2023-02-09 18:43 China Soft
阅读(278)
评论(0)
推荐(0)
2023年2月8日
已解决This behaviour is the source of the following dependency conflicts.
摘要: https://blog.csdn.net/yuan2019035055/article/details/128733322
阅读全文
posted @ 2023-02-08 00:28 China Soft
阅读(67)
评论(0)
推荐(0)
python+keras实现语音识别
摘要: https://blog.csdn.net/bullnfresh/article/details/124665325
阅读全文
posted @ 2023-02-08 00:19 China Soft
阅读(58)
评论(0)
推荐(0)
深度学习之GRU网络
摘要: https://www.cnblogs.com/jiangxinyang/p/9376021.html 1、GRU概述 GRU是LSTM网络的一种效果很好的变体,它较LSTM网络的结构更加简单,而且效果也很好,因此也是当前非常流形的一种网络。GRU既然是LSTM的变体,因此也是可以解决RNN网络中的
阅读全文
posted @ 2023-02-08 00:13 China Soft
阅读(331)
评论(0)
推荐(0)
上一页
1
···
52
53
54
55
56
57
58
59
60
···
125
下一页
公告