https://github.com/pcrespov/programming-collective-intelligence-segaran
Book exos
https://github.com/pcrespov/programming-collective-intelligence-segaran
dvc python3
Last synced: 11 months ago
JSON representation
Book exos
- Host: GitHub
- URL: https://github.com/pcrespov/programming-collective-intelligence-segaran
- Owner: pcrespov
- Created: 2020-04-13T19:07:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T07:33:03.000Z (over 4 years ago)
- Last Synced: 2024-10-16T01:29:00.174Z (over 1 year ago)
- Topics: dvc, python3
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Collective Intelligence

Book's scripts and data together with a random collection of notes and exercises from [Programming Collective Intelligence](http://oreilly.com/catalog/9780596529321/) by [Toby Segaran](https://www.oreilly.com/pub/au/2972).
Some of source code is partially or completely taken from the [book examples](https://github.com/arthur-e/Programming-Collective-Intelligence) and adapted or modernized according to my mood at that moment :-).
- ``ch* - */`` a folder per chapter
- ``data/`` folders include data files managed under [dvc]
- ``requirements.txt`` : python dependencies ``pip install -r requirements.txt``
## Requirements
- [git] and [dvc] for version control of code and data (latter already included in ``requirements-dev.txt``)
- GNU [make]
- python (see [.python-version](.python-version))
- ``pip install -r requirements.txt`` every chapter
[dvc]:https://dvc.org/
[git]:https://git-scm.com/
[make]:https://www.gnu.org/software/make/