goonervs

goonervs

V2EX member #342436, joined on 2018-08-18 18:45:52 +08:00
Per goonervs's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
goonervs's recent replies
极简主义没几个 app ,用的 64g 毫无压力
Google 像 Spotify 一样把 podcast 合并到 YouTube Music 了
Sep 1, 2023
Replied to a topic by mmddisa iCloud iCloud Windows 版更新主板后无法登陆
设置 -> Apps-> Installed Apps -> iCloud -> Advanced Options -> Reset 就可以了
羡慕能住酋长球场附近👍
Mar 30, 2023
Replied to a topic by serafin iPhone iOS 如何添加网页到主屏幕可以全屏打开
head 里加上
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="manifest.json">

manifest.json
{
"name": "App",
"short_name": "app",
"start_url": "/",
"display": "fullscreen",

"icons": [
{
"src": "/icons/icon.png",
"sizes": "72x72",
"type": "image/png"
}
]
}
Mar 29, 2022
Replied to a topic by maloneleo88 Python 如何用 random 随机选择 0-2 个元素?
without repetition: random.sample(lst, 2)

with repetition: random.choices(lst, k=2)
Mar 18, 2022
Replied to a topic by zxCoder 问与答 问个数学问题 关于机器学习 SVM
svm 是为了找最佳超平面需要找到到最大边界,那么需要找到 min_w ,这里用到了二次规划于是要求 min_L ,这里又用到了拉格朗日乘数法引入了 a 目的是将 min_L(w,b)问题转换为 maxL(a)问题,因为这样可以得到 x 的内积可以使用核方法解决非线性问题。
Jan 28, 2022
Replied to a topic by curiousjude 生活 不堪回首的 2020,曙光重现的 2021
COYG
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3069 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 11:56 · PVG 19:56 · LAX 04:56 · JFK 07:56
♥ Do have faith in what you're doing.