-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
79 lines (47 loc) · 2.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Open-NARS : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Open-NARS</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/opennars/opennars">View on GitHub</a>
<h1 id="project_title">Open-NARS</h1>
<h2 id="project_tagline"></h2>
<section id="downloads">
<a class="tar_download_link" href="https://github.com/opennars/opennars/archive/master.zip">Download source</a></a>
<a class="zip_download_link" href="https://github.com/opennars/opennars/releases">Download binary</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p><img src="https://raw.githubusercontent.com/opennars/opennars/0dcf3c7073873fb4b6e2081af758844b59197bc1/doc/opennars_logo_without_alpha.png" alt="OpenNARS Logo"></p>
<p>Open-NARS is the open source version of the <a href="https://cis.temple.edu/~pwang/NARS-Intro.html">NARS</a> project, a general-purpose AI system, designed in the framework of a reasoning system, which attempts to uniformly explain and reproduce many cognitive facilities, including reasoning, learning, planning, etc., so as to provide a unified theory, model, and system for AI as a whole. The ultimate goal of this research is to build a thinking machine.</p>
<h3>
<a id="links" class="anchor" href="#links" aria-hidden="true"><span class="octicon octicon-link"></span></a>Links
</h3>
<a href="./blog/index.html">Blog</a><br/>
<a href="https://cis.temple.edu/~pwang/NARS-Intro.html">Online Book / Publications</a><br/>
<a href="https://groups.google.com/forum/#!forum/open-nars">Discussion Group</a><br/>
<a href="http://webchat.freenode.net/?channels=nars">IRC</a><br/>
<a href="https://github.com/opennars/opennars/wiki">Wiki</a><br/>
<a href="https://opennars.github.io/javadoc/index.html">Javadoc</a><br/>
<a href="https://github.com/opennars/Metrics/tree/master/OpenNARS%20version%20performance%20graphs">Metrics</a><br/>
<a href="https://github.com/opennars/OpenNARS-for-Applications">OpenNARS for Applications</a><br/>
<a href="https://www.youtube.com/watch?v=lRPSLqDRVf8">Interview: Pei Wang on AGI</a><br/>
<a href="https://cis.temple.edu/tagit/events/NARS-AGI19.html">NARS Tutorial and Workshop 2019</a><br/>
<a href="https://www.opennars.org/workshop2020/">NARS Tutorial and Workshop 2020</a><br/>
<a href="https://cis.temple.edu/tagit/">Temple AGI Team</a>
</section>
</div>
<div style="color:#ccc; margin: 0px auto; width: 640px; text-align: right; font-size: 12px;"> </div>
</body>
</html>