Skip to content

Instantly share code, notes, and snippets.

@jeromeku
jeromeku / gist:c6ded2a43ce2256e2fd9466dea2103c3
Created March 21, 2023 19:21 — forked from ezyang/gist:2fe72ebb73a2c4c348bbe2cac1cbcd32
CSCI-UA.490: Special Topics in Programming Languages - 2022 syllabus
Mon, Jan 24 - Introduction / JavaScript
Wed, Jan 26 - Haskell Basics
Mon, Jan 31 - Haskell Basics 2 (HW1 basic)
Wed, Jan 2 - Algebraic Data Types / QuickCheck
Mon, Jan 7 - Lambda Calculus (HW2 calculator)
Wed, Feb 9 - Flex Slot for Haskell
Mon, Feb 14 - Type Classes (HW3 lambda)
@jeromeku
jeromeku / nsight.sh
Created February 28, 2023 01:27 — forked from mcarilli/nsight.sh
Favorite nsight systems profiling commands for Pytorch scripts
# This isn't supposed to run as a bash script, i named it with ".sh" for syntax highlighting.
# https://developer.nvidia.com/nsight-systems
# https://docs.nvidia.com/nsight-systems/profiling/index.html
# My preferred nsys (command line executable used to create profiles) commands
#
# In your script, write
# torch.cuda.nvtx.range_push("region name")
# ...
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / RatesClustering.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/RatesClustering.ipynb
Rates Clustering
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / CreditCardFraud.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/CreditCardFraud.ipynb
Decision Tree for Credit Card Fraud Detection (as a White box)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / creditcardfraud.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/creditcardfraud.ipynb
CreditCardFraud.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / meanreversiontutorial_2_j.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/meanreversiontutorial_2_j.ipynb
MeanReversionTutorial_2_j.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / meanreversiontutorial.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/meanreversiontutorial.ipynb
MeanReversionTutorial.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / meanreversiontutorial_4_azur.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/meanreversiontutorial_4_azur.ipynb
MeanReversionTutorial_4_azur.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeromeku
jeromeku / sentimentanalysisfinance.ipynb
Created January 28, 2021 06:56 — forked from gjlr2000/sentimentanalysisfinance.ipynb
SentimentAnalysisFinance.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.