Skip to content

Commit 6067aef

Browse files
authored
Update README.md
1 parent 54d8ee8 commit 6067aef

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# common_lisp_util
1+
# Common Lisp Util
22
some utilities for Common Lisp
3+
4+
## General Utilities
5+
util.lisp
6+
7+
## Artificial Neural Networks for Machine Learning
8+
The networks based on Adaptive Resonance Theory: art.lisp
9+
Growing Neural Gas: gng.lisp
10+
Self Organizing Map: som.lisp
11+
12+
## Graph networks
13+
graph.lisp
14+
15+
## Plot and visualization
16+
gnuplot.lisp (source: https://github.com/melisgl/mgl/blob/master/gnuplot/src/gnuplot.lisp)
17+
visual.lisp
18+
19+
## Embedding Python code in Common Lisp
20+
py.lisp
21+
22+
## Turtle
23+
turtle.lisp
24+
25+
The program is developed during my PhD study. Some applications can be seen from my thesis, **_A Computational Model of Creative Design as a Sociocultural Process Involving the Evolution of Language_**. Here is the link, https://ses.library.usyd.edu.au/handle/2123/16798

0 commit comments

Comments
 (0)