Skip to content

Commit 478e372

Browse files
committed
Updated README.md
1 parent 4b753bb commit 478e372

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

README.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,39 @@
22

33
[![DOI](https://zenodo.org/badge/339135763.svg)](https://zenodo.org/badge/latestdoi/339135763)
44

5-
A pure-Python collection of tools and computational essays for exploring Artificial Intelligence, Machine Learning, and Robotics.
5+
This collection contains two things: an open source set of Python tools, and a set of computational essays for exploring Artificial Intelligence, Machine Learning, and Robotics. This is a collaborative effort started by the authors, building on almost a century of collective experience in education and research.
66

7-
Computational Essays:
7+
The code and essays are designed to require as few computing resources as necessary, while still allowing readers to experience first-hand the topics covered.
88

9-
* [Evolving Robot Control](https://nbviewer.jupyter.org/github/ArtificialIntelligenceToolkit/aitk/blob/master/notebooks/EvolvingRobotControl.ipynb)
10-
* [Structure of Convolutional Neural Networks](https://nbviewer.jupyter.org/github/ArtificialIntelligenceToolkit/aitk/blob/master/notebooks/Structure_of_Convolutional_Neural_Networks.ipynb)
9+
## Authors
1110

12-
This is a virtual package containing the following:
11+
* [Lisa Meeden](https://www.cs.swarthmore.edu/~meeden/) - Professor in the Computer Science Department at Swarthmore College
12+
* [Jim Marshall](http://science.slc.edu/~jmarshall/) - Professor in the Computer Science Department at Sarah Lawrence College
13+
* [Douglas Blank](https://cs.brynmawr.edu/~dblank/) - Emeritus Professor of Computer Science, Bryn Mawr College; Head of Research at [Comet.ml](https://comet.ml/)
1314

14-
* [aitk.robots](https://github.com/ArtificialIntelligenceToolkit/aitk.robots/)
15-
* [aitk.algorithms](https://github.com/ArtificialIntelligenceToolkit/aitk.algorithms/)
16-
* [aitk.networks](https://github.com/ArtificialIntelligenceToolkit/aitk.networks/)
17-
* [aitk.utils](https://github.com/ArtificialIntelligenceToolkit/aitk.utils/)
18-
* [aitk.datasets](https://github.com/ArtificialIntelligenceToolkit/aitk.datasets/)
15+
## Contributors
16+
17+
Please feel free to contribute to this collection: https://github.com/ArtificialIntelligenceToolkit/aitk
18+
19+
* Your Name Here
20+
21+
## Computational Essays
22+
23+
Each of the following Jupyter Notebooks is designed to be read and executed either by itself, or in combination with the other essays. You can read and execute in the following order, or jump around between them, following a path of your own interests. The essays are designed to be read and executed interactively.
24+
25+
1. [Evolving Robot Control](https://nbviewer.jupyter.org/github/ArtificialIntelligenceToolkit/aitk/blob/master/notebooks/EvolvingRobotControl.ipynb) - topics covered include `the Genetic Algorithm`, `Robot control`
26+
2. [Structure of Convolutional Neural Networks](https://nbviewer.jupyter.org/github/ArtificialIntelligenceToolkit/aitk/blob/master/notebooks/Structure_of_Convolutional_Neural_Networks.ipynb) - topics covered include `Convolutional Neural Networks`
27+
28+
## Python tools
29+
30+
`aitk` is a virtual Python package containing the following modules.
31+
32+
* [aitk]() - top level virtual package; install this to get all of the following
33+
* [aitk.robots](https://github.com/ArtificialIntelligenceToolkit/aitk.robots/) - Python package for exploring simulated mobile robots, with cameras and sensors
34+
* [aitk.algorithms](https://github.com/ArtificialIntelligenceToolkit/aitk.algorithms/) - Python package for exploring algorithms
35+
* [aitk.networks](https://github.com/ArtificialIntelligenceToolkit/aitk.networks/) - Python package for constructing and visualizing Keras deep learning models
36+
* [aitk.utils](https://github.com/ArtificialIntelligenceToolkit/aitk.utils/) - Python package for common utilities
37+
38+
In addition, there is a related repository for large datasets:
39+
40+
* [aitk.datasets](https://github.com/ArtificialIntelligenceToolkit/aitk.datasets/) - repsoitory for large datasets for use in above Python packages

0 commit comments

Comments
 (0)