https://github.com/filipbolt/research_notes
https://github.com/filipbolt/research_notes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipbolt/research_notes
- Owner: FilipBolt
- Created: 2018-03-01T14:39:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:02:06.000Z (over 5 years ago)
- Last Synced: 2025-05-24T10:07:49.188Z (about 1 year ago)
- Language: TeX
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Research Notes
Summary notes for various areas of Natural Language Processing.
---
# Categories
- [Overview of latest in Natural Language Processing](#natural-language-processing-overview)
- [General Deep Learning](#general-deep-learning)
- [Argumentation Mining](#argumentation-mining)
## Natural Language Processing Overview
- [Natural language processing
general](natural_language_processing/natural_language_processing.pdf)
## General Deep Learning
- [Information theory
perspective](general_deep_learning/information_theory.pdf)
# Argumentation Mining
- [Argumentation mining overview](argumentation_mining/argumentation_mining.pdf)
# Similar research notes repositories
- [hb-research](https://github.com/hb-research/notes/blob/master/)
# Adding a new research area/folder
To start noting about a new research area simply run the
```start_new_area.sh``` script with an obligatory argument of the **name of
the area**, for example:
```
./start_new_area.sh computer_vision
```
The **name of the area** should be written with underscores to connect
words. A new folder will appear (with underscores), as well as a template
```.tex``` file, ```.bib``` bibliography file and PDF sample from which
you can start noting your research.
## Requirements for usage
### Linux
- pdftex >= 3.14
- bibtex >= 0.99d
- pdfviewer (evince, okular) linked to gnome-open