Adriano's repositories
fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
speedtest-linux
Get download/upload speeds via speedtest.net or fast.com from command line using Bash script -- suitable for logs. POSIX OSX Linux
awesome-economics
Crowd-sourced links for economists, esp. in financial economics with computational interests.
awesome-python
A curated list of awesome Python frameworks, libraries and software
awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
bayesian-linear-regression
A python tutorial for a Bayesian treatment of Linear Regression: https://zjost.github.io/bayesian-linear-regression/
python_reference
Useful functions, tutorials, and other Python-related things
Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
rsvp.github.com
Adriano rsvp.github.com
pattern_classification
A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
proofofexistence
Prove the existence of files using the bitcoin blockchain. #proofofexistence on Freenode
speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net
tensorflow
Open source software library for numerical computation using data flow graphs.
data-science-ipython-notebooks
Continually updated data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)