随笔分类 - 

摘要:Logistic函数 Neural Networks - Chessprogramming Why is logistic equation called logistic 在线画图与更多:数学乐 | 图形计算器 (幂是^) Logistics regression原理 Artificial Neu 阅读全文
posted @ 2022-12-20 13:16 Fun_with_Words 编辑
摘要:#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <limits.h> namespace abc { // abc: the basic facts about a part 阅读全文
posted @ 2022-12-17 21:10 Fun_with_Words 编辑
摘要:ElephantEye是个开源象棋引擎。修改了下皮毛: 用TDM-GCC编译,使用SSE3指令,比VC6编译出来的代码快。counting the number of 1-bits 几十个元素时,插入排序可能是最快的。MoveStruct里wvl改为int. VC6的sort不是传说的那么差嘛 虽然 阅读全文
posted @ 2022-12-15 20:18 Fun_with_Words 编辑
摘要:Leela Chess Zero - Chessprogramming wiki Leela Chess Zero is initiated and announced by Stockfish co-author Gary Linscott. Leela Chess is open source. 阅读全文
posted @ 2022-12-13 09:07 Fun_with_Words 编辑
摘要:Blondie24 | ScienceDirect Blondie24 tells the story of a computer that taught itself to play checkers [西洋跳棋程序] far better than its creators ever could 阅读全文
posted @ 2022-12-12 23:08 Fun_with_Words 编辑
摘要:Alpha-Beta算法“见好就收”不再搜。| 博弈树搜索 | 贪心算法 | 666行的象棋程序下得不错啊 可运行的代码如下: #include <stdio.h> #include <vector> struct { int score; char* kids; } nodes[] = { { 0 阅读全文
posted @ 2022-12-11 21:17 Fun_with_Words 编辑
摘要:网上有许多棋谱,例如 棋谱 - 象棋巫师棋谱仓库。在 象棋资源 - 象棋百科全书 下载象棋巫师,选项—微博选项,图片类型选印刷,魔法—生成图片棋盘: 或者 印刷用棋盘工具带源码 :(棋子上的字是DrawText出来的,可以方便地更换) 在WPS Office里输入(比如): 1. 炮二平五 马8进7 阅读全文
posted @ 2022-12-11 01:18 Fun_with_Words 编辑
摘要:In trigonometry [三角学], the gradian [百分度], also known as the gon (from Ancient Greek: γωνία, romanized: gōnía, lit. 'angle'), grad, or grade, is a unit 阅读全文
posted @ 2022-08-05 16:50 Fun_with_Words 编辑
摘要:textfiles.com/humor/COMPUTER/ai.koans In the days when Sussman was a novice Minsky once came to him as he sat hacking at the PDP-6. "What are you doin 阅读全文
posted @ 2022-02-27 09:12 Fun_with_Words 编辑
摘要:.pdf.zip博客园下载 2,083KB Nick Bostrom is the author of over 200 publications, and has written two books and co-edited two others. The two books he has au 阅读全文
posted @ 2022-02-16 00:30 Fun_with_Words 编辑
摘要:亮点在右上角。 施氏食狮史_百度百科 还有 季姬击鸡记_百度百科 季姬寂,集鸡,鸡即棘鸡。棘鸡饥叽,季姬及箕稷济鸡。鸡既济,跻姬笈,季姬忌,急咭鸡,鸡急,继圾几,季姬急,即籍箕击鸡,箕疾击几伎,伎即齑,鸡叽集几基,季姬急极屐击鸡,鸡既殛,季姬激,即记《季姬击鸡记》。 LeCun看了都说好!Meta 阅读全文
posted @ 2022-02-11 10:03 Fun_with_Words 编辑
摘要:度目智能视频分析盒G1搭载英伟达芯片,算力高达14TOPS;[link] 疑似公版电脑:智能视频分析盒_瑞铭安普 (rymap.com) NVIDIA Jetson AGX Xavier Benchmarks - Incredible Performance On The Edge Review - 阅读全文
posted @ 2022-02-10 16:33 Fun_with_Words 编辑
摘要:Shor’s algorithm - IBM Quantum Shor's algorithm用来对整数进行分解,如12=2*2*3. 该算法需要10乘d个量子位,d是要分解的整数的位数。 discrete logarithm好像就是整数开n次方的意思。 增加量子位的个数好像很困难。 英特尔在量子计 阅读全文
posted @ 2022-02-09 08:54 Fun_with_Words 编辑
摘要:机器学习中的核函数与核方法(是什么?为什么?怎么做?)CSDN博客 上文中,二维空间用椭圆分类。用x和y再造/算出个z,就升维了,可以用平面来分隔了。 还有人说(大意)“核函数化复杂为简单,化不可能为可能”。 能不能这么理解: 椭圆有方程,可以用不多的几个数来描述。遇到更复杂的例子,小孩子也可以在二 阅读全文
posted @ 2022-02-09 08:21 Fun_with_Words 编辑
摘要:怎么让电脑理解“坐”这个概念,如"坐在椅子上"、“坐在石头上”?“臀部的支撑感?” :-) 电脑可能又问了“可是什么是臀部?” 等发明了电臀,再教“苹果是脆的,好吃的“,”吃砒霜会死人的“,电脑又该问问题了,接着发明电子舌头吧。等各种感觉器官都发明完了,四肢等等也得优化…… 这比生个孩子再教他/她还 阅读全文
posted @ 2022-02-06 22:41 Fun_with_Words 编辑
摘要:我是外行,下列信息是用Bing搜来的而已。CVPR = IEEE Conference on Computer Vsion and Pattern Recongniton; ICCV = The International Conference on Computer Vision; ECCV = 阅读全文
posted @ 2022-02-05 16:26 Fun_with_Words 编辑
摘要:为了黑这个:“OpenAI发文表示,他们已经为Lean创建了一个神经定理证明器,用于解决各种具有挑战性的高中奥林匹克问题,包括两个改编自IMO的问题和来自AMC12、AIME竞赛的若干问题。该证明器使用一个语言模型来寻找形式化命题(formal statement)的证明。” The four co 阅读全文
posted @ 2022-02-04 09:25 Fun_with_Words 编辑
摘要:这是篇论文: competition_level_code_generation_with_alphacode.pdf Backspace You are given two strings s and t, both consisting of lowercase English letters. 阅读全文
posted @ 2022-02-03 22:40 Fun_with_Words 编辑
摘要:1. made or produced by man in imitation of sth natural; not real 人造的或人工的;假的 ≠natural =false2. not sincere ≠genuine Attempts to create artificial intel 阅读全文
posted @ 2022-01-27 23:57 Fun_with_Words 编辑
摘要:两个向量a和b, a点积b = 模a * 模b * cos(夹角) 二维我想可以用cos(alpha - beta) = cos(alpha)cos(beta) + sin(alpha)sin(beta)来证明。 上述合角公式用向量来证明很方便,可惜循环论证了。 这里有别的证明方式:Sin, Cos 阅读全文
posted @ 2022-01-26 15:48 Fun_with_Words 编辑










 和4张牌。

点击右上角即可分享
微信分享提示