Project: Example Notebooks
See original GitHub issueThis 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.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Guide: Project Notebooks - Writing@CSU
A project notebook is a complete documentation of a project's details. This documentation includes sketches; information from books, discussions, and meetings; ...
Read more >Build a small example project - Jupyter Book
Build a small example project# · Jupyter Notebook-style inputs and outputs · citations · numbered equations · numbered figures with captions and cross-referencing....
Read more >Data-Analysis-and-Machine-Learning-Projects/Example ...
In this notebook, I'm going to go over a basic Python data analysis pipeline from start to finish to show you what a...
Read more >9 Jupyter Notebooks Small Projects on Pandas - Kaggle
9 Jupyter Notebooks Small Projects on Pandas | Data Science and Machine Learning | Kaggle.
Read more >Build Highly Interactive Projects with Jupyter Notebooks
Below is a sample code showing the alternative option for entering string-type data. Alternative code: widgets.Text( value='Hello World',
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@samagra14 I want to work on Chp 7 : Logic agents. Shall i open an issue ?
Yes, sure. Open the issue for a chapter on which you want to work and keep mentioning the things that you are going to add so that we are on the same page regarding the contents of the notebook.