上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 399 下一页
摘要: explain the activation function in neural network with an actual case and demonstrate it in python code In a neural network, an activation function is 阅读全文
posted @ 2023-03-20 22:51 ChuckLu 阅读(42) 评论(0) 推荐(0)
摘要: 人工智能老照片无损修复, 利用2022年最先进人工智能 AI 将老照片无损高清修复(支持老照片修复、老照片上色和魔法动态照片) (jpghd.com) 阅读全文
posted @ 2023-03-20 18:58 ChuckLu 阅读(142) 评论(0) 推荐(0)
摘要: Cursor | Build Fast GPT-4 自动写代码 刚刚发布的 Cursor 编辑器集成了 GPT-4 接口,我测试了下他生成代码的能力,叹为观止,我尝试了从前端到后段,从纯软到软硬结合,从UE到Unity,各种语言甚至汇编或HSL,都能正确写出几乎能直接运行的代码 开发效率大提升!目前 阅读全文
posted @ 2023-03-20 10:11 ChuckLu 阅读(258) 评论(0) 推荐(0)
摘要: Is there a way to pass invoke function by method name in string, which means call the method by reflection Yes, you can use reflection in Python to in 阅读全文
posted @ 2023-03-19 14:48 ChuckLu 阅读(146) 评论(0) 推荐(0)
摘要: What's perceptron algorithm invented by Frank Rosenblatt? The perceptron algorithm is a supervised learning algorithm for binary classification of inp 阅读全文
posted @ 2023-03-19 14:14 ChuckLu 阅读(24) 评论(0) 推荐(0)
摘要: 深度学习入门 (豆瓣) What's element-wise in numpy? In numpy, element-wise operations refer to operations that are performed on corresponding elements of two or 阅读全文
posted @ 2023-03-19 02:27 ChuckLu 阅读(30) 评论(0) 推荐(0)
摘要: 云风的 BLOG: 学习神经网络的一点笔记 (codingnow.com) 一开始,我是从维基百科的 Machine learning 开始读的。顺着看了一整天,了解了近年发展的脉络。好多词条,乱七八糟的笔记记了一大堆,感觉快消化不了了。疑问也积累了很多,觉得看下去效率会越来越低。不如换一条路。 然 阅读全文
posted @ 2023-03-19 02:08 ChuckLu 阅读(86) 评论(0) 推荐(0)
摘要: MySQL practice 1.create a database with name example, and set the character set to utf82.alter the example database, and set the character set to gbk3 阅读全文
posted @ 2023-03-18 14:23 ChuckLu 阅读(31) 评论(0) 推荐(0)
摘要: 在first程序的里面views.py返回 def index(request): return HttpResponse("这是我的第一个Django网页") 还要主程序的urls.py引入 urlpatterns = [ path('admin/', admin.site.urls), path 阅读全文
posted @ 2023-03-18 12:34 ChuckLu 阅读(25) 评论(0) 推荐(0)
摘要: TCP连接的特点 三次握手 为啥确认号需要+1 可以wireshark抓包查看,访问一个网站的http,会被自动重定向到https syn, sync,ack ack ack只包含信息,不包含数据 标志位 urg ack psh rst syn fin tcp三次握手攻击,只发送syn,【ddos攻 阅读全文
posted @ 2023-03-18 10:24 ChuckLu 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 399 下一页