Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipbolt/research_notes
https://github.com/filipbolt/research_notes
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipbolt/research_notes
- Owner: FilipBolt
- Created: 2018-03-01T14:39:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:02:06.000Z (about 4 years ago)
- Last Synced: 2024-11-08T08:54:04.350Z (about 2 months ago)
- Language: TeX
- Size: 11 MB
- Stars: 0
- Watchers: 2
- 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