Open
Description
This is the discussion issue for Example Notebooks project. The notebook section is completely new. Only a few chapters have been implemented in the form of notebooks. The general approach to any notebook is as follows:
- Explain briefly the ideas from the book.
- Explain the API by implementing the interfaces for some custom approach to the explained ideas. For eg: extend the
Problem
class to implement some custom problem. - Solve the same problem using already implemented APIs from the code and compare the merits of using the APIs from the repository if such APIs exist.
- Apply algorithms on various problems related to the domain.
- There are a few sections from the book( for eg: Dimensionality Reduction or Ontological Engineering) where the authors have explained the concept without providing a formal algorithm. Such topics must be covered in the notebooks
Before starting to work on a new notebook:
- Open a new issue with the following heading: **Notebook: Chapter Name - Version **. Check that the issue is not assigned to anyone.
- Mention a topics list of what you will be implementing in the notebook for that particular chapter.
- Mention @samagra14 to discuss what can go in that particular notebook.