-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.json
93 lines (82 loc) · 2.88 KB
/
search.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"category": "SimpleFOC, RAG, pytorch",
"title": "Building a SimpleFOC AI Assistant with RAG",
"description": "",
"url": "/blog/simple-foc-assistant/",
"image": "https://github.com/mayalenE/simple-foc-assistant/blob/main/logo_white.png?raw=true",
"author": "Mayalen Etcheverry"
}
,
{
"category": "transformer, pytorch, sketch generation, mixture density network",
"title": "Generate Human-like Sketches with Transformers",
"description": "",
"url": "/blog/sketch-transformer/",
"image": "https://github.com/mayalenE/sketch-transformer/blob/main/sketching_cats.gif?raw=true",
"author": "Mayalen Etcheverry"
}
,
{
"category": "Biological Networks, Diversity Search, JAX",
"title": "Diversity Search to Explore Biological Networks (tuto 2)",
"description": "",
"url": "/blog/grn-tuto2/",
"image": "/assets/images/grn-tuto2.png",
"author": "Mayalen Etcheverry"
}
,
{
"category": "Biological Networks, Diversity Search, JAX",
"title": "Diversity Search to Explore Biological Networks (tuto 1)",
"description": "",
"url": "/blog/grn-tuto1-(copy)/",
"image": "/assets/images/grn-tuto1.png",
"author": "Mayalen Etcheverry"
}
,
{
"category": "Biological Networks, SBML, JAX",
"title": "How to use SBMLtoODEjax (short tutorial series)",
"description": "",
"url": "/blog/sbmltoodejax/",
"image": "/assets/images/sbmltoodejax-parallel.png",
"author": "Mayalen Etcheverry"
}
,
{
"category": "novelty search, meta diversity, emergence of life and cognition, complex systems, automated discovery, goal exploration processes, self-organization, cellular automata",
"title": "A conversation with Nicholas Guttenberg about my work",
"description": "",
"url": "/blog/a-conversation/",
"image": "/assets/images/pattern6.gif",
"author": "Mayalen Etcheverry"
}
,
{
"category": "sensorimotor agency, emergence of life and cognition, complex systems, automated discovery, goal exploration processes, self-organization, cellular automata",
"title": "Learning Sensorimotor Agency in Cellular Automata",
"description": "",
"url": "/blog/sensorimotor-lenia/",
"image": "/assets/images/maze.gif",
"author": "Mayalen Etcheverry"
}
,
{
"category": "open-endedness, complex systems, automated discovery, unsupervised representation learning, goal exploration processes, self-organization, cellular automata",
"title": "Meta-Diversity Search in Minecraft",
"description": "",
"url": "/blog/evocraftsearch/",
"image": "/assets/images/evocraftsearch.png",
"author": "Mayalen Etcheverry"
}
,
{
"category": "machine learning, discovery, unsupervised representation learning, self-organization, cellular automata",
"title": "Automated discovery in a continuous Game of Life",
"description": "Self-organisation occurs in many physical, chemical and biological systems, a...",
"url": "/blog/imgep-gol/",
"image": "/assets/images/patterns_animals.png",
"author": "Mayalen Etcheverry"
}
]