上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 128 下一页
摘要: 最全深度学习训练过程可视化工具(附github源码) 本文介绍了多个能将深度学习训练过程进行可视化的工具,帮助大家更好地理解深度学习,非常实用。 深度学习训练过程一直处于黑匣子状态,有很多同学问我具体怎么解释?其实很多还是无法可解释,但是通过可视化,具体可以知道深度学习在训练过程到底学习了哪些特征? 阅读全文
posted @ 2022-06-13 00:37 China Soft 阅读(232) 评论(0) 推荐(0)
摘要: https://cs.stanford.edu/people/karpathy/convnetjs/demo/classify2d.html https://cbovar.github.io/ConvNetDraw/ 阅读全文
posted @ 2022-06-13 00:06 China Soft 阅读(63) 评论(0) 推荐(0)
摘要: 0. 文章目的: 介绍变体的概念,并介绍其对C#的意义 1. 阅读基础 了解C#进阶语言功能的使用(尤其是泛型、委托、接口) 2. 从示例入手,理解变体 变体这一概念用于描述存在继承关系的类型间的转化,这一概念并非只适用于C#,在许多其他的OOP语言中也都有变体概念。变体一共有三种:协变、逆变与不变 阅读全文
posted @ 2022-06-09 12:23 China Soft 阅读(106) 评论(0) 推荐(0)
摘要: https://www.desmos.com/?lang=zh-CN 阅读全文
posted @ 2022-06-08 10:37 China Soft 阅读(49) 评论(0) 推荐(0)
摘要: https://www.runoob.com/font-awesome/fontawesome-tutorial.html 阅读全文
posted @ 2022-06-06 17:38 China Soft 阅读(22) 评论(0) 推荐(0)
摘要: https://web.chemdoodle.com/ 阅读全文
posted @ 2022-06-06 11:32 China Soft 阅读(98) 评论(0) 推荐(0)
摘要: 添加父元素一、wrap()作用:在每个匹配的元素外层包上一个html元素。语法:1、 .wrap( wrappingElement ) wrappingElement:可以是一个HTML片段,选择表达式,jQuery对象,或者DOM元素,用来包在匹配元素的外层。例: <div class = 'bo 阅读全文
posted @ 2022-06-06 10:38 China Soft 阅读(550) 评论(0) 推荐(0)
摘要: https://codepen.io/hellohy/pen/QMOyWR <div class="l-container"> <div class="container"> containercontainercontainercontainercontainercontainercontaine 阅读全文
posted @ 2022-06-06 09:23 China Soft 阅读(100) 评论(0) 推荐(0)
摘要: https://keras.io/zh/ https://www.5axxw.com/wiki/topic/79kg1o 阅读全文
posted @ 2022-05-25 00:03 China Soft 阅读(21) 评论(0) 推荐(0)
摘要: import numpy as np import pandas as pd from keras.models import Sequential from keras.layers import Dense np.random.seed(10) # 指定乱数种子 # 载入数据集 df = pd. 阅读全文
posted @ 2022-05-24 23:50 China Soft 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 128 下一页