All Projects → yogeshhk → TeachingDataScience

yogeshhk / TeachingDataScience

Licence: MIT license
Course notes for Data Science related topics, prepared in LaTeX

Programming Languages

Jupyter Notebook
11667 projects
TeX
3793 projects
PostScript
262 projects
python
139335 projects - #7 most used programming language
Batchfile
5799 projects
HTML
75241 projects

Projects that are alternatives of or similar to TeachingDataScience

Intro-Cultural-Analytics
Introduction to Cultural Analytics & Python, course website and online textbook powered by Jupyter Book
Stars: ✭ 137 (+34.31%)
Mutual labels:  course-materials, jupyter-notebooks
reinforcement learning course materials
Lecture notes, tutorial tasks including solutions as well as online videos for the reinforcement learning course hosted by Paderborn University
Stars: ✭ 765 (+650%)
Mutual labels:  course-materials, jupyter-notebooks
Storytelling With Data
Course materials for Dartmouth Course: Storytelling with Data (PSYC 81.09).
Stars: ✭ 59 (-42.16%)
Mutual labels:  course-materials
Lunatech Scala 2 To Scala3 Course
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Stars: ✭ 174 (+70.59%)
Mutual labels:  course-materials
Stanford Tensorflow Tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Stars: ✭ 10,098 (+9800%)
Mutual labels:  course-materials
Deeplearning2020
course materials for introduction to deep learning 2020
Stars: ✭ 90 (-11.76%)
Mutual labels:  course-materials
Wa4e
Course materials for www.wa4e.com
Stars: ✭ 123 (+20.59%)
Mutual labels:  course-materials
Dynamic Forms
🗂 Source code for the Dynamic Forms with Vue.js Course
Stars: ✭ 51 (-50%)
Mutual labels:  course-materials
jupyter-extensions
Jupyter extensions for SWAN
Stars: ✭ 56 (-45.1%)
Mutual labels:  jupyter-notebooks
Ml19 20a
CS 771A: Introduction to Machine Learning, IIT Kanpur, 2019-20-autumn offering
Stars: ✭ 115 (+12.75%)
Mutual labels:  course-materials
Natural Language Processing Specialization
This repo contains my coursework, assignments, and Slides for Natural Language Processing Specialization by deeplearning.ai on Coursera
Stars: ✭ 151 (+48.04%)
Mutual labels:  course-materials
Seai
CMU Lecture: Machine Learning In Production / AI Engineering / Software Engineering for AI-Enabled Systems (SE4AI)
Stars: ✭ 114 (+11.76%)
Mutual labels:  course-materials
Py4e
Web site for www.py4e.com and source to the Python 3.0 textbook
Stars: ✭ 1,387 (+1259.8%)
Mutual labels:  course-materials
Competitiveprogramming
Page of the course "Competitive Programming and Contests" at Department of Computer Science, University of Pisa
Stars: ✭ 126 (+23.53%)
Mutual labels:  course-materials
Course Computational Literary Analysis
Course materials for Introduction to Computational Literary Analysis, taught at UC Berkeley in Summer 2018, 2019, and 2020, and at Columbia University in Fall 2020.
Stars: ✭ 74 (-27.45%)
Mutual labels:  course-materials
dimensions-api-lab
Research data analytics tutorials using the Dimensions Analytics API
Stars: ✭ 68 (-33.33%)
Mutual labels:  jupyter-notebooks
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+941.18%)
Mutual labels:  course-materials
Learn Vuex
🗂Source code for the Vuex for Everyone course
Stars: ✭ 113 (+10.78%)
Mutual labels:  course-materials
Scala Course
Scala for Statistical Computing and Data Science Short Course
Stars: ✭ 118 (+15.69%)
Mutual labels:  course-materials
CS110Notes
1st time TAing for CS110 at Stanford: Principles of Computer Systems? - Stars are appreciated :)
Stars: ✭ 59 (-42.16%)
Mutual labels:  course-materials

Teaching Data Science

Repository for LaTeX course notes for Python, Machine Learning, Deep Learning, Natural Language Processing, etc. Core content is in the form for Beamer slides, which in turn can get compiled into presentation pdf as well as two-column course notes pdf.

All tex sources and images have been open sourced as I have built them by referring to material from others, learnt from others, although I have added some of mine, I need to give it back!!

LinkedIn post: https://www.linkedin.com/feed/update/urn:li:activity:6523000857385103360

  • Mission: To spread knowledge of Data Science related subjects to a wider audience.
  • Vision: Let many participate in the industry which is aiming for "From Automation, To Autonomy!!"
  • Values: Giving back, paying it forward!!
  • Goal: "From Automation to Autonomy"!!

Copyright (C) 2019 Yogesh H Kulkarni

Steps for LaTeX source files to pdfs

Code Arrangement

  • LaTeX directory
    • Has tex sources along with necessary images
    • Naming: subject_maintopic_subtopic.tex eg maths_linearalgebra_matrices.tex
    • Main_[|Seminar|Workshop|Course]_[Presentation/CheatSheet].tex are the driver files
    • Seminar is of about 1 hour, Workshop is about 1 day and Course is of 1 week/semester
    • They in-turn contain common content files, which include the actual source files
    • Make specific bat files compile the appropriate sources
  • Code directory
    • Has running python or ipython notebook files with necessary images and data
    • Naming should be such that corresponding latex file can be associated
    • Library based tex file, say, sklearn_decisiontree.tex will have just template code and short fully working examples from Mastering Machine Learning whereas the sklearn_decisiontree.ipynb will have running workflows. No need to sync both. You may want to keep ipynb’s pdf in LaTeX/images directory for reference
  • References directory (not uploaded, as it is mostly from others github repos, nothing much of mine)
    • Has papers, code, ppts as base material to be used for content preparation

Requirements

  • LaTeX (tested with MikTex 2.9 on Windows 7, 64bit)
  • Need to install LaTeX packages, as and when you get such warning/suggestions.
  • Using TexWorks as IDE

How to Run LaTeX:

  • Driver files for the courses are named with "Main_Workshop/Seminar__CheatSheet/Presentation.tex"
  • Both the Cheatsheet (meaning course notes in two column format) and Presentation.tex refer to same core content file, which in turn contains are the topic files.
  • Run make bat for the course you need. Inside, its just a texify command, so you can modify it as per your OS.
  • You can compile individual "Main_Workshop/Seminar__CheatSheet/Presentation.tex" also using your LaTeX system.
  • Instead of these given driver files, you can have your own main files and include just the *content.tex files.

Disclaimer:

  • Author (firstnamelastname at yahoo dot com) gives no guarantee of the correctness of the content. Notes have been built using lots of publicly available material.
  • Although care has been taken to cite the original sources as much as possible, but there could be some missing ones. Do point them and I will update wherever possible.
  • Lots of improvements are still to be made. So, don’t depend on it at all, fully.
  • Do send in your suggestions/comments/corrections/Pull-requests.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].