1 jeddida 277 天前 看来大佬是个机器学习大佬啊!我的中文对话模型一直过拟合怎么处理呢?用的 transformer |
2 evilcoming 277 天前 有可视化调参吧 |
![]() | 3 jimrok 277 天前 好像 3b1b 的大佬讲线性代数,用的自己的动画库 manim ,开发语言是 python ,可以参考一下吧。 |
![]() | 4 chen88ijn 277 天前 streamlit 可以快速展示 |
5 threeBoy 277 天前 ![]() |
![]() | 6 paradox8599 277 天前 via Android /td> |
![]() | 8 daweii OP @paradox8599 对对,大概类似于这种效果。 |
9 riceball 277 天前 via Android 还有这个 https://ml5js.org/ |
![]() | 10 andyskaura 277 天前 ![]() 如果都只是 2d 数据展示较多的,可以用 https://echarts.apache.org/examples/zh/index.html#chart-type-graphic ,如果互动多,效果简单,可以直接用 css Transforms ,就像你文中那个(也许其他地方用了 three ,但文中的效果不是 three )。再复杂点的 2d ,需要用上 canvas 引擎了,cocos ,laya 什么的。3d 效果可以用 three 。再锦上添花可以基于 canvas 加 shader 特效。 |
![]() | 12 importmeta 277 天前 @daweii 这网站就是 Three.js 做的啊. 浏览器装 Wappalyzer - Technology profiler, 可以看到别人用什么技术做的网站. |