Collection of my reading notes, reference to summary of ML papers I've read Inspired by [Denny Britz] and [Daniel Seita].
Questions to guide through reading (Reference: Guide to Reading Academic Research Papers)
- What previous research and ideas were cited that this paper is building off of? (often in the introduction)
- Was there reasoning for performing this research, if so what was it? (introduction)
- Clearly list out the objectives of the study
- Was any equipment/software used? (methods)
- What variables were measured during experimentation? (methods)
- Were any statistical tests used? What were their results? (methods/results)
- What are the main findings? (results)
- How do these results fit into the context of other research and their 'field'? (discussion)
- Explain each figure and discuss their significance.
- Can the results be reproduced and is there any code available?
- Name the authors, year, and title of the paper!
- Are any of the authors familiar, do you know their previous work?
- What key terms and concepts do I not know and need to look up in a dictionary, textbook, or ask someone?
- What are your thoughts on the results? Do they seem valid?
- copy name of paper
- use
pnote <paper name>to open new note doc for editing - new note doc is in daily/ by default, organize them to database at the end of the day
-
use flask to make the interface
-
use notion-py to connect with Notion database
-
use zotero-py to connect with Zotero data
-
use mendeley to connect with Mendeley data
-
to get all pages, use https://github.com/eoranged/notion-scripts/blob/master/audit.py