Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Useful Links

Arnab Biswas edited this page Aug 4, 2018 · 6 revisions

Getting started with Git

  1. https://try.github.io

Submitting a PR

  1. https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request
  2. https://yangsu.github.io/pull-request-tutorial/

Getting started with R

Getting started with RMarkdown

Getting started with Python

  1. http://learnpython.org/
  2. https://developers.google.com/edu/python/
  3. https://www.dataquest.io/m/1/python-basics

Getting started with Jupyter

  1. Notebooks - https://jupyter-notebook.readthedocs.io/en/stable/
  2. Lab - http://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html

Documentation of useful libraries in Python

  1. Pandas - https://readthedocs.org/projects/pandas/
  2. Scikit Learn - http://sklearn-features.readthedocs.io/en/latest/
  3. NLTK - https://nltk.readthedocs.io/en/latest/

NLP/Summarization

  1. Blog : Natural Language Processing is Fun : Link
  2. Blog : A Practitioner's Guide to Natural Language Processing (Part I) : Link
  3. Text Analytics with Python (Chapter 4 : Text Summarization) : github Link