前几年接触到Lisp的时候,文章都写Lisp对人工智能的发展有很大的作用,但现在我一个lisp的人工智能程序都找不到,有那位能告诉我这些程序在哪里才能找的到呢
ps: 要是百度上找的到我也不用在这里问
前几年接触到Lisp的时候,文章都写Lisp对人工智能的发展有很大的作用,但现在我一个lisp的人工智能程序都找不到,有那位能告诉我这些程序在哪里才能找的到呢
ps: 要是百度上找的到我也不用在这里问
可能你需要用Google。。:dodge:
以前我们实验室里见过有 Question Answering 系统里面 NLU(Natural Language Understanding)部分会把用户的问题 parse 成一个 Lisp,但是 parser 本身是 Python 写的,调用各种 NLP 的库。
剩下搜到的一些链接供参考:
那都是当年的事情了
(find-function 'doctor)
确实很牛逼
;;; doctor.el --- psychological help for frustrated users
;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2020 Free Software
;; Foundation, Inc.
;; Maintainer: [email protected]
;; Keywords: games
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;; The single entry point `doctor', simulates a Rogerian analyst using
;; phrase-production techniques similar to the classic ELIZA demonstration
;; of pseudo-AI.
;;; Code:
看关键词 games
快上个世纪的老物了,当时是符号主义盛行的AI,现在搞的人很少了,你确定要学学那套AI东西?不过也有前景,不是很多人搞meta-learning嘛,有人提出符号理论重新引入,貌似符号主义有可能再一次兴起
你说的是句法构成树吧,只是用括号形式表示,算不上lisp
Lisp的人工智能建立在符号逻辑的基础上,现行的人工智能建立在统计学习上,更多是在人工神经网络上,所以lisp还没大量用到现行人工智能的项目中。
这里面几乎每个领域都有用到 Lisp。
我想下载源码,但是不知道怎么下,拿Common Lisp Music为例,我用origin的地址
(base) ➜ test wget ccrma-ftp.stanford.edu:/pub/Lisp/clm.tar.Z
--2020-06-15 08:17:11-- ftp://ccrma-ftp.stanford.edu//pub/Lisp/clm.tar.Z
=> “clm.tar.Z”
正在解析主机 ccrma-ftp.stanford.edu (ccrma-ftp.stanford.edu)... 171.64.197.141
正在连接 ccrma-ftp.stanford.edu (ccrma-ftp.stanford.edu)|171.64.197.141|:21... 已连接。
正在以 anonymous 登录 ... 登录成功!
==> SYST ... 完成。 ==> PWD ... 完成。
==> TYPE I ... 完成。 ==> CWD (1) /pub/Lisp ... 完成。
==> SIZE clm.tar.Z ... 完成。
==> PASV ... 完成。 ==> RETR clm.tar.Z ...
文件 “clm.tar.Z” 不存在。
??
,受教了。
游戏怎么了,人工智能不能是游戏吗,连人生都是一场游戏
很多是科研考古了。
peter norvig在本世纪初的那本“common lisp:人工智能的一种现代方法”讲了不少,可以看看。
你应该在这个页面下载 clm.tgz
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/music/clm/
Origin 是这个 Repo 建立时的软件来源,大多是已经失效的链接。
单就 CLM 来说,搜一下就能找到它现在的主页