├── .DS_Store ├── README.md ├── articles └── finance_business.md ├── blogs.md ├── books ├── 2014 │ ├── 13-hours.md │ ├── a-history-of-finance.md │ ├── antifragile.md │ ├── bad-pharma.md │ ├── bayesian-for-hackers.md │ ├── blink.md │ ├── crossing-the-chasm.md │ ├── data-analysis-in-python.md │ ├── data-analysis-with-open-source-tools.md │ ├── data-visualization-for-the-web.md │ ├── david-and-goliath.md │ ├── doing-bayesian-data-analysis.md │ ├── guerilla-marketing.md │ ├── how-jesus-became-god.md │ ├── ios-development-big-nerd-ranch.md │ ├── learning-from-data.md │ ├── machine-learning-for-hackers.md │ ├── no-place-to-hide.md │ ├── permission-marketing.md │ ├── positioning.md │ ├── probability-a-logic-science.md │ ├── reducing-drug-violence-in-america.md │ ├── steve-jobs.md │ ├── the-black-swan.md │ ├── the-divide.md │ ├── the-hard-thing-about-hard-things.md │ ├── the-idea-factory.md │ ├── the-long-tail.md │ ├── the-snowden-files.md │ ├── thinking-fast-and-slow.md │ ├── two-scoopes-of-django.md │ └── zero-to-one.md ├── 2015 │ ├── an-atheists-guide-to-reality.md │ ├── antifragile.md │ ├── bill-dollar-lessons.md │ ├── blockchain.md │ ├── chasing-the-scream.md │ ├── contagious-when-things-catch-on.md │ ├── countdown-to-zero-day.md │ ├── drug-crazy.md │ ├── einstein.md │ ├── escaping-camp-14.md │ ├── evaluating-learning-algorithms.md │ ├── fear-and-loathing.md │ ├── getting-read.md │ ├── growth-hacker-marketings.md │ ├── il-narco.md │ ├── ineviable-illusions.md │ ├── lets-explore-diabetes-with-owls.md │ ├── life-god-and-other-small-topics.md │ ├── manufacturing-concent.md │ ├── paul-and-jesus.md │ ├── perfect-rigor.md │ ├── predictably-irrational.md │ ├── proof-the-science-of-booze.md │ ├── the-48-laws-of-power.md │ ├── the-big-miss.md │ ├── the-black-swan.md │ ├── the-borgias.md │ ├── the-cult-of-statistical-significance.md │ ├── the-four-hour-work-week.md │ ├── the-honest-truth-about-dishonesty.md │ ├── the-lean-startup.md │ ├── the-man-who-knew-infinity.md │ ├── the-misbehavior-of-markets.md │ ├── the-most-good-you-can-do.md │ ├── the-obstacle-is-the-way.md │ ├── the-organized-mind.md │ ├── the-pirates-dilemma.md │ ├── the-red-market.md │ ├── the-tipping-point.md │ ├── the-trail-of-henry-kissinger.md │ ├── the-wisdom-of-crowds.md │ ├── the-world-according-to-monsanto.md │ ├── trust-me-im-lying.md │ ├── when-i-stop-talking-youll-know-im-head.md │ ├── when-jesus-became-god.md │ └── zealot.md └── 2016 │ ├── against-the-gods.markdown │ ├── dark-money.markdown │ ├── down-and-out-in-paris-and-london.markdown │ ├── elon-musk-tesla-spacex-and-the-quest-for-fantasitc-future.md │ ├── flash-boys.markdown │ ├── flash-in-the-pan.markdown │ ├── heat.markdown │ ├── homage-to-catalonia.markdown │ ├── kitchen-confidential.markdown │ ├── life-ascending-markdown │ ├── life-on-the-line.markdown │ ├── mere-christianity.md │ ├── modern-romance.md │ ├── smartcuts.markdown │ ├── the-assassination-complex.markdown │ ├── the-big-switch.markdown │ ├── the-innovators.markdown │ ├── the-luck-factor.markdown │ ├── the-million-dollar-spy.markdown │ ├── the-rum-diaries.md │ └── the-vital-question.markdown └── papers ├── .DS_Store ├── 1154-The-Harm-done-by-tests-of-significance.pdf ├── 1411.1607v1.pdf ├── 1502.01710v1.pdf ├── 1602.06872v1.pdf ├── 1603.09727v1.pdf ├── 1604.06174v2.pdf ├── 28-inequities-in-educational-outcomes-between-lgbtq-and-straight-students.pdf ├── 4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf ├── 5004-deep-content-based-music-recommendation.pdf ├── AirFranceBayesianInterface.pdf ├── AselectionofSelectionAnomaliesWainer.pdf ├── CIKM-keynote-Nov2014.pdf ├── Computer Vision ├── Kulkarni_Picture_A_Probabilistic_2015_CVPR_paper.pdf └── crime_point_process.pdf ├── Crypto └── nsa_encryption_cracking_paper.pdf ├── Deep Learning ├── A Probabilistic Theory of Deep Learning.pdf ├── Distributed Representations of Sentences and Documents.pdf ├── a_neural_conversation_model.pdf ├── srivastava14a.pdf └── thoughts on ml.pdf ├── DrugsInternationalComparators.pdf ├── EMNLP2013_RNTN.pdf ├── Evolution of Insurance Pricing - 052906.pdf ├── GreenhillWardSacks.pdf ├── HypercapitalismWPv1.1.pdf ├── MCMC.pdf ├── MISC ├── pdf_paper_paul-beaudry-great-reversal.pdf └── why good developers write bad code.pdf ├── Machine Learning ├── failed_revolutions_twitter_isis.pdf └── page rank.pdf ├── Opera.pdf ├── OperaSlides.pdf ├── POSTERIOR PREDICTIVE ASSESSMENT OF MODEL.pdf ├── PhysRevX.5.011007.pdf ├── ROC_Curves.pdf ├── Signal Processing └── newsigproc.pdf ├── Silent Risk.pdf ├── Statistics ├── NHST-A Review.pdf ├── The Black Swan Book.pdf ├── benoulli_paper.pdf ├── freq_vs_bayesian.pdf └── p-values.pdf ├── TheMostDangerousEquation.pdf ├── War On Drugs ├── predicting_crime_using_twitter.pdf └── the war on drugs and prison growth.pdf ├── a critical review of nns.pdf ├── acl11-WordVectorsSentimentAnalysis.pdf ├── ad-click-prediction.pdf ├── amazing_face_recognition.pdf ├── antifragile_software.pdf ├── autoencoders.pdf ├── batch_normalization_deep_learning.pdf ├── bayes_demos_gellmen.pdf ├── bayesian.pdf ├── bayesian_modeling_with_PYMC.pdf ├── blockchain.pdf ├── boolean.pdf ├── cucs-019-13.pdf ├── deep learning with poor local minima.pdf ├── deep nets have to be deep.pdf ├── deep_learning_1.pdf ├── deep_learning_2.pdf ├── deeplearning (1).pdf ├── deeplearning.pdf ├── distingusing_cause_from_effect.pdf ├── document_embeddings_paragraph_vectors.pdf ├── evaluationmetrics.tr.pdf ├── facebook machine learning.pdf ├── facebooks_data_base_design.pdf ├── final_paper.pdf ├── generating_sequences_w_nns.pdf ├── google_computer_visions.pdf ├── guideTR.pdf ├── guptasoundwavechi2012.pdf ├── how not to lie with statistics.pdf ├── imagenet.pdf ├── infectious_texts.pdf ├── ins.pdf ├── int_properities_of_NNs.pdf ├── jaynes_paper_straight_line.pdf ├── joachims_01a.pdf ├── jsm.pdf ├── kaggle_wiki_contest.pdf ├── launch_hard_or_go_home.pdf ├── lda.pdf ├── machine_learning.pdf ├── math_trio.pdf ├── mathematics and the nsa.pdf ├── origins of life.htm ├── origins of life_files ├── 10.1002-cplx.html ├── H9jSrH2fJST0D33BtNfyOA.js ├── JMOONjNh.js ├── analytics.js ├── bg1.svg ├── bg2.svg ├── bg3.svg ├── bg4.svg ├── bg5.svg ├── bg6.svg ├── bg7.svg ├── cdn_status-0ec23b5636e7b84febc62792a76e6d76.js ├── cdn_status-30cabeefa479cf1ece72fc12f0283572.css ├── cdn_status.html ├── center.jpg ├── controltag ├── controltag.js.066f90fcf8da5d3f143d0706283f900d ├── epdf.js ├── f606300a21 ├── ga.js ├── get ├── jquery-1.4.2.js ├── libs.9abeb963.js ├── libs.af2d00aa.css ├── main.4df2b633.css ├── main.67943b92.js ├── nr-952.min.js ├── optout_check ├── preloader.css ├── proxy.87de58d3fcb75b905517ef65bfcb893f.html ├── s-code-contents-6fe469984ef8a2e13aae7439926f49eddbc3c483.js ├── satellite-55d3407c3331620017000766.js ├── satellite-55d3c3693331620f9b000ac6.js ├── satellite-562fdbe164746d2a4400226a.js ├── satellite-56465f2464746d10b80096cb.js ├── satellite-57290b7164746d514c002729.html ├── satelliteLib-38b34bd2454506b758d810fab1db811169006b75.js ├── saved_resource ├── saved_resource(1) ├── saved_resource(2).html ├── saved_resource.html ├── style.css ├── track.js ├── track_epdf-009e64e96014c1655c1663b5bf7d13c1.html └── wiley_epdf-ce62c8c58bdb92e3e38c12905b2e951c.js ├── overfeat.pdf ├── paper1.pdf ├── paper2.pdf ├── paper3.pdf ├── paper4.pdf ├── paper5.pdf ├── paper6.pdf ├── paragraph_vector.pdf ├── piano_transcription_machine_learning.pdf ├── player2.pdf ├── predicting_nfl_with_twitter.pdf ├── probabilistic topic models.pdf ├── sentiment.pdf ├── sidechains.pdf ├── species_and_functors_and_types__oh_my_whatw.pdf ├── stanford_nlp.pdf ├── survey_segmentation.pdf ├── telephone meta data.pdf ├── tutorial2.pdf ├── unusual applications of bayesian reasoning.pdf ├── visualing covnets.pdf ├── what makes content viral.pdf ├── why im only half bayesian.pdf ├── why objects are inevitable.pdf ├── why-government-leaks-are-good.pdf └── word2vec.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/README.md -------------------------------------------------------------------------------- /articles/finance_business.md: -------------------------------------------------------------------------------- 1 | 2 | ##### Crime 3 | 4 | http://www.newyorker.com/magazine/2014/10/13/empire-edge 5 | 6 | http://www.rollingstone.com/politics/news/the-great-american-bubble-machine-20100405 7 | 8 | http://www.rollingstone.com/politics/news/matt-taibbi-courts-helping-banks-screw-over-homeowners-20101110 9 | 10 | 11 | #### Interesting 12 | 13 | -------------------------------------------------------------------------------- /blogs.md: -------------------------------------------------------------------------------- 1 | 2 | #### List of data / statistics / math blogs I like 3 | 4 | ##### Data Science / Statistics 5 | 6 | http://iamtrask.github.io/ 7 | 8 | http://blog.explainmydata.com/ 9 | 10 | http://andrewgelman.com/ 11 | 12 | http://simplystatistics.org/ 13 | 14 | http://www.evanmiller.org/ 15 | 16 | http://jakevdp.github.io/ 17 | 18 | http://blog.yhathq.com/ 19 | 20 | http://blog.wesmckinney.com/ 21 | 22 | http://www.overkillanalytics.net/ 23 | 24 | http://newton.cx/~peter/ 25 | 26 | http://mbakker7.github.io/exploratory_computing_with_python/ 27 | 28 | http://sebastianraschka.com/articles.html 29 | 30 | http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/ 31 | 32 | http://colah.github.io/ 33 | 34 | http://snippyhollow.github.io/ 35 | 36 | http://www.thomasdimson.com/ 37 | 38 | http://blog.smellthedata.com/ 39 | 40 | http://sebastianraschka.com/ 41 | 42 | http://dogdogfish.com/ 43 | 44 | ##### Math 45 | 46 | http://www.sumsar.net/ 47 | 48 | http://allendowney.blogspot.ca/ 49 | 50 | http://healthyalgorithms.com/ 51 | 52 | http://petewarden.com/ 53 | 54 | http://mrtz.org/blog/ 55 | 56 | ##### Security 57 | 58 | 59 | http://jordan-wright.github.io/blog/ -------------------------------------------------------------------------------- /books/2014/13-hours.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/13-hours.md -------------------------------------------------------------------------------- /books/2014/a-history-of-finance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/a-history-of-finance.md -------------------------------------------------------------------------------- /books/2014/antifragile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/antifragile.md -------------------------------------------------------------------------------- /books/2014/bad-pharma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/bad-pharma.md -------------------------------------------------------------------------------- /books/2014/bayesian-for-hackers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/bayesian-for-hackers.md -------------------------------------------------------------------------------- /books/2014/blink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/blink.md -------------------------------------------------------------------------------- /books/2014/crossing-the-chasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/crossing-the-chasm.md -------------------------------------------------------------------------------- /books/2014/data-analysis-in-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/data-analysis-in-python.md -------------------------------------------------------------------------------- /books/2014/data-analysis-with-open-source-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/data-analysis-with-open-source-tools.md -------------------------------------------------------------------------------- /books/2014/data-visualization-for-the-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/data-visualization-for-the-web.md -------------------------------------------------------------------------------- /books/2014/david-and-goliath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/david-and-goliath.md -------------------------------------------------------------------------------- /books/2014/doing-bayesian-data-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/doing-bayesian-data-analysis.md -------------------------------------------------------------------------------- /books/2014/guerilla-marketing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/guerilla-marketing.md -------------------------------------------------------------------------------- /books/2014/how-jesus-became-god.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/how-jesus-became-god.md -------------------------------------------------------------------------------- /books/2014/ios-development-big-nerd-ranch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/ios-development-big-nerd-ranch.md -------------------------------------------------------------------------------- /books/2014/learning-from-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/learning-from-data.md -------------------------------------------------------------------------------- /books/2014/machine-learning-for-hackers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/machine-learning-for-hackers.md -------------------------------------------------------------------------------- /books/2014/no-place-to-hide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/no-place-to-hide.md -------------------------------------------------------------------------------- /books/2014/permission-marketing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/permission-marketing.md -------------------------------------------------------------------------------- /books/2014/positioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/positioning.md -------------------------------------------------------------------------------- /books/2014/probability-a-logic-science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/probability-a-logic-science.md -------------------------------------------------------------------------------- /books/2014/reducing-drug-violence-in-america.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/reducing-drug-violence-in-america.md -------------------------------------------------------------------------------- /books/2014/steve-jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/steve-jobs.md -------------------------------------------------------------------------------- /books/2014/the-black-swan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-black-swan.md -------------------------------------------------------------------------------- /books/2014/the-divide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-divide.md -------------------------------------------------------------------------------- /books/2014/the-hard-thing-about-hard-things.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-hard-thing-about-hard-things.md -------------------------------------------------------------------------------- /books/2014/the-idea-factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-idea-factory.md -------------------------------------------------------------------------------- /books/2014/the-long-tail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-long-tail.md -------------------------------------------------------------------------------- /books/2014/the-snowden-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-snowden-files.md -------------------------------------------------------------------------------- /books/2014/thinking-fast-and-slow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/thinking-fast-and-slow.md -------------------------------------------------------------------------------- /books/2014/two-scoopes-of-django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/two-scoopes-of-django.md -------------------------------------------------------------------------------- /books/2014/zero-to-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/zero-to-one.md -------------------------------------------------------------------------------- /books/2015/an-atheists-guide-to-reality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/an-atheists-guide-to-reality.md -------------------------------------------------------------------------------- /books/2015/antifragile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/antifragile.md -------------------------------------------------------------------------------- /books/2015/bill-dollar-lessons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/bill-dollar-lessons.md -------------------------------------------------------------------------------- /books/2015/blockchain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/blockchain.md -------------------------------------------------------------------------------- /books/2015/chasing-the-scream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/chasing-the-scream.md -------------------------------------------------------------------------------- /books/2015/contagious-when-things-catch-on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/contagious-when-things-catch-on.md -------------------------------------------------------------------------------- /books/2015/countdown-to-zero-day.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/countdown-to-zero-day.md -------------------------------------------------------------------------------- /books/2015/drug-crazy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/drug-crazy.md -------------------------------------------------------------------------------- /books/2015/einstein.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/einstein.md -------------------------------------------------------------------------------- /books/2015/escaping-camp-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/escaping-camp-14.md -------------------------------------------------------------------------------- /books/2015/evaluating-learning-algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/evaluating-learning-algorithms.md -------------------------------------------------------------------------------- /books/2015/fear-and-loathing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/fear-and-loathing.md -------------------------------------------------------------------------------- /books/2015/getting-read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/getting-read.md -------------------------------------------------------------------------------- /books/2015/growth-hacker-marketings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/growth-hacker-marketings.md -------------------------------------------------------------------------------- /books/2015/il-narco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/il-narco.md -------------------------------------------------------------------------------- /books/2015/ineviable-illusions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/ineviable-illusions.md -------------------------------------------------------------------------------- /books/2015/lets-explore-diabetes-with-owls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/lets-explore-diabetes-with-owls.md -------------------------------------------------------------------------------- /books/2015/life-god-and-other-small-topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/life-god-and-other-small-topics.md -------------------------------------------------------------------------------- /books/2015/manufacturing-concent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/manufacturing-concent.md -------------------------------------------------------------------------------- /books/2015/paul-and-jesus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/paul-and-jesus.md -------------------------------------------------------------------------------- /books/2015/perfect-rigor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/perfect-rigor.md -------------------------------------------------------------------------------- /books/2015/predictably-irrational.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/predictably-irrational.md -------------------------------------------------------------------------------- /books/2015/proof-the-science-of-booze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/proof-the-science-of-booze.md -------------------------------------------------------------------------------- /books/2015/the-48-laws-of-power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-48-laws-of-power.md -------------------------------------------------------------------------------- /books/2015/the-big-miss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-big-miss.md -------------------------------------------------------------------------------- /books/2015/the-black-swan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-black-swan.md -------------------------------------------------------------------------------- /books/2015/the-borgias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-borgias.md -------------------------------------------------------------------------------- /books/2015/the-cult-of-statistical-significance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-cult-of-statistical-significance.md -------------------------------------------------------------------------------- /books/2015/the-four-hour-work-week.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-four-hour-work-week.md -------------------------------------------------------------------------------- /books/2015/the-honest-truth-about-dishonesty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-honest-truth-about-dishonesty.md -------------------------------------------------------------------------------- /books/2015/the-lean-startup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-lean-startup.md -------------------------------------------------------------------------------- /books/2015/the-man-who-knew-infinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-man-who-knew-infinity.md -------------------------------------------------------------------------------- /books/2015/the-misbehavior-of-markets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-misbehavior-of-markets.md -------------------------------------------------------------------------------- /books/2015/the-most-good-you-can-do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-most-good-you-can-do.md -------------------------------------------------------------------------------- /books/2015/the-obstacle-is-the-way.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-obstacle-is-the-way.md -------------------------------------------------------------------------------- /books/2015/the-organized-mind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-organized-mind.md -------------------------------------------------------------------------------- /books/2015/the-pirates-dilemma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-pirates-dilemma.md -------------------------------------------------------------------------------- /books/2015/the-red-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-red-market.md -------------------------------------------------------------------------------- /books/2015/the-tipping-point.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-tipping-point.md -------------------------------------------------------------------------------- /books/2015/the-trail-of-henry-kissinger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-trail-of-henry-kissinger.md -------------------------------------------------------------------------------- /books/2015/the-wisdom-of-crowds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-wisdom-of-crowds.md -------------------------------------------------------------------------------- /books/2015/the-world-according-to-monsanto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-world-according-to-monsanto.md -------------------------------------------------------------------------------- /books/2015/trust-me-im-lying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/trust-me-im-lying.md -------------------------------------------------------------------------------- /books/2015/when-i-stop-talking-youll-know-im-head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/when-i-stop-talking-youll-know-im-head.md -------------------------------------------------------------------------------- /books/2015/when-jesus-became-god.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/when-jesus-became-god.md -------------------------------------------------------------------------------- /books/2015/zealot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/zealot.md -------------------------------------------------------------------------------- /books/2016/against-the-gods.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/against-the-gods.markdown -------------------------------------------------------------------------------- /books/2016/dark-money.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/dark-money.markdown -------------------------------------------------------------------------------- /books/2016/down-and-out-in-paris-and-london.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/down-and-out-in-paris-and-london.markdown -------------------------------------------------------------------------------- /books/2016/elon-musk-tesla-spacex-and-the-quest-for-fantasitc-future.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/elon-musk-tesla-spacex-and-the-quest-for-fantasitc-future.md -------------------------------------------------------------------------------- /books/2016/flash-boys.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/flash-boys.markdown -------------------------------------------------------------------------------- /books/2016/flash-in-the-pan.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/flash-in-the-pan.markdown -------------------------------------------------------------------------------- /books/2016/heat.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/heat.markdown -------------------------------------------------------------------------------- /books/2016/homage-to-catalonia.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/homage-to-catalonia.markdown -------------------------------------------------------------------------------- /books/2016/kitchen-confidential.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/kitchen-confidential.markdown -------------------------------------------------------------------------------- /books/2016/life-ascending-markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/life-ascending-markdown -------------------------------------------------------------------------------- /books/2016/life-on-the-line.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/life-on-the-line.markdown -------------------------------------------------------------------------------- /books/2016/mere-christianity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/mere-christianity.md -------------------------------------------------------------------------------- /books/2016/modern-romance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/modern-romance.md -------------------------------------------------------------------------------- /books/2016/smartcuts.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/smartcuts.markdown -------------------------------------------------------------------------------- /books/2016/the-assassination-complex.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-assassination-complex.markdown -------------------------------------------------------------------------------- /books/2016/the-big-switch.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-big-switch.markdown -------------------------------------------------------------------------------- /books/2016/the-innovators.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-innovators.markdown -------------------------------------------------------------------------------- /books/2016/the-luck-factor.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-luck-factor.markdown -------------------------------------------------------------------------------- /books/2016/the-million-dollar-spy.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-million-dollar-spy.markdown -------------------------------------------------------------------------------- /books/2016/the-rum-diaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-rum-diaries.md -------------------------------------------------------------------------------- /books/2016/the-vital-question.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-vital-question.markdown -------------------------------------------------------------------------------- /papers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/.DS_Store -------------------------------------------------------------------------------- /papers/1154-The-Harm-done-by-tests-of-significance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1154-The-Harm-done-by-tests-of-significance.pdf -------------------------------------------------------------------------------- /papers/1411.1607v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1411.1607v1.pdf -------------------------------------------------------------------------------- /papers/1502.01710v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1502.01710v1.pdf -------------------------------------------------------------------------------- /papers/1602.06872v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1602.06872v1.pdf -------------------------------------------------------------------------------- /papers/1603.09727v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1603.09727v1.pdf -------------------------------------------------------------------------------- /papers/1604.06174v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1604.06174v2.pdf -------------------------------------------------------------------------------- /papers/28-inequities-in-educational-outcomes-between-lgbtq-and-straight-students.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/28-inequities-in-educational-outcomes-between-lgbtq-and-straight-students.pdf -------------------------------------------------------------------------------- /papers/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf -------------------------------------------------------------------------------- /papers/5004-deep-content-based-music-recommendation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/5004-deep-content-based-music-recommendation.pdf -------------------------------------------------------------------------------- /papers/AirFranceBayesianInterface.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/AirFranceBayesianInterface.pdf -------------------------------------------------------------------------------- /papers/AselectionofSelectionAnomaliesWainer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/AselectionofSelectionAnomaliesWainer.pdf -------------------------------------------------------------------------------- /papers/CIKM-keynote-Nov2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/CIKM-keynote-Nov2014.pdf -------------------------------------------------------------------------------- /papers/Computer Vision/Kulkarni_Picture_A_Probabilistic_2015_CVPR_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Computer Vision/Kulkarni_Picture_A_Probabilistic_2015_CVPR_paper.pdf -------------------------------------------------------------------------------- /papers/Computer Vision/crime_point_process.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Computer Vision/crime_point_process.pdf -------------------------------------------------------------------------------- /papers/Crypto/nsa_encryption_cracking_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Crypto/nsa_encryption_cracking_paper.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/A Probabilistic Theory of Deep Learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/A Probabilistic Theory of Deep Learning.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/Distributed Representations of Sentences and Documents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/Distributed Representations of Sentences and Documents.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/a_neural_conversation_model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/a_neural_conversation_model.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/srivastava14a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/srivastava14a.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/thoughts on ml.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/thoughts on ml.pdf -------------------------------------------------------------------------------- /papers/DrugsInternationalComparators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/DrugsInternationalComparators.pdf -------------------------------------------------------------------------------- /papers/EMNLP2013_RNTN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/EMNLP2013_RNTN.pdf -------------------------------------------------------------------------------- /papers/Evolution of Insurance Pricing - 052906.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Evolution of Insurance Pricing - 052906.pdf -------------------------------------------------------------------------------- /papers/GreenhillWardSacks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/GreenhillWardSacks.pdf -------------------------------------------------------------------------------- /papers/HypercapitalismWPv1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/HypercapitalismWPv1.1.pdf -------------------------------------------------------------------------------- /papers/MCMC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/MCMC.pdf -------------------------------------------------------------------------------- /papers/MISC/pdf_paper_paul-beaudry-great-reversal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/MISC/pdf_paper_paul-beaudry-great-reversal.pdf -------------------------------------------------------------------------------- /papers/MISC/why good developers write bad code.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/MISC/why good developers write bad code.pdf -------------------------------------------------------------------------------- /papers/Machine Learning/failed_revolutions_twitter_isis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Machine Learning/failed_revolutions_twitter_isis.pdf -------------------------------------------------------------------------------- /papers/Machine Learning/page rank.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Machine Learning/page rank.pdf -------------------------------------------------------------------------------- /papers/Opera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Opera.pdf -------------------------------------------------------------------------------- /papers/OperaSlides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/OperaSlides.pdf -------------------------------------------------------------------------------- /papers/POSTERIOR PREDICTIVE ASSESSMENT OF MODEL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/POSTERIOR PREDICTIVE ASSESSMENT OF MODEL.pdf -------------------------------------------------------------------------------- /papers/PhysRevX.5.011007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/PhysRevX.5.011007.pdf -------------------------------------------------------------------------------- /papers/ROC_Curves.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/ROC_Curves.pdf -------------------------------------------------------------------------------- /papers/Signal Processing/newsigproc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Signal Processing/newsigproc.pdf -------------------------------------------------------------------------------- /papers/Silent Risk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Silent Risk.pdf -------------------------------------------------------------------------------- /papers/Statistics/NHST-A Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/NHST-A Review.pdf -------------------------------------------------------------------------------- /papers/Statistics/The Black Swan Book.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/The Black Swan Book.pdf -------------------------------------------------------------------------------- /papers/Statistics/benoulli_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/benoulli_paper.pdf -------------------------------------------------------------------------------- /papers/Statistics/freq_vs_bayesian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/freq_vs_bayesian.pdf -------------------------------------------------------------------------------- /papers/Statistics/p-values.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/p-values.pdf -------------------------------------------------------------------------------- /papers/TheMostDangerousEquation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/TheMostDangerousEquation.pdf -------------------------------------------------------------------------------- /papers/War On Drugs/predicting_crime_using_twitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/War On Drugs/predicting_crime_using_twitter.pdf -------------------------------------------------------------------------------- /papers/War On Drugs/the war on drugs and prison growth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/War On Drugs/the war on drugs and prison growth.pdf -------------------------------------------------------------------------------- /papers/a critical review of nns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/a critical review of nns.pdf -------------------------------------------------------------------------------- /papers/acl11-WordVectorsSentimentAnalysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/acl11-WordVectorsSentimentAnalysis.pdf -------------------------------------------------------------------------------- /papers/ad-click-prediction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/ad-click-prediction.pdf -------------------------------------------------------------------------------- /papers/amazing_face_recognition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/amazing_face_recognition.pdf -------------------------------------------------------------------------------- /papers/antifragile_software.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/antifragile_software.pdf -------------------------------------------------------------------------------- /papers/autoencoders.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/autoencoders.pdf -------------------------------------------------------------------------------- /papers/batch_normalization_deep_learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/batch_normalization_deep_learning.pdf -------------------------------------------------------------------------------- /papers/bayes_demos_gellmen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/bayes_demos_gellmen.pdf -------------------------------------------------------------------------------- /papers/bayesian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/bayesian.pdf -------------------------------------------------------------------------------- /papers/bayesian_modeling_with_PYMC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/bayesian_modeling_with_PYMC.pdf -------------------------------------------------------------------------------- /papers/blockchain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/blockchain.pdf -------------------------------------------------------------------------------- /papers/boolean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/boolean.pdf -------------------------------------------------------------------------------- /papers/cucs-019-13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/cucs-019-13.pdf -------------------------------------------------------------------------------- /papers/deep learning with poor local minima.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep learning with poor local minima.pdf -------------------------------------------------------------------------------- /papers/deep nets have to be deep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep nets have to be deep.pdf -------------------------------------------------------------------------------- /papers/deep_learning_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep_learning_1.pdf -------------------------------------------------------------------------------- /papers/deep_learning_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep_learning_2.pdf -------------------------------------------------------------------------------- /papers/deeplearning (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deeplearning (1).pdf -------------------------------------------------------------------------------- /papers/deeplearning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deeplearning.pdf -------------------------------------------------------------------------------- /papers/distingusing_cause_from_effect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/distingusing_cause_from_effect.pdf -------------------------------------------------------------------------------- /papers/document_embeddings_paragraph_vectors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/document_embeddings_paragraph_vectors.pdf -------------------------------------------------------------------------------- /papers/evaluationmetrics.tr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/evaluationmetrics.tr.pdf -------------------------------------------------------------------------------- /papers/facebook machine learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/facebook machine learning.pdf -------------------------------------------------------------------------------- /papers/facebooks_data_base_design.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/facebooks_data_base_design.pdf -------------------------------------------------------------------------------- /papers/final_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/final_paper.pdf -------------------------------------------------------------------------------- /papers/generating_sequences_w_nns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/generating_sequences_w_nns.pdf -------------------------------------------------------------------------------- /papers/google_computer_visions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/google_computer_visions.pdf -------------------------------------------------------------------------------- /papers/guideTR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/guideTR.pdf -------------------------------------------------------------------------------- /papers/guptasoundwavechi2012.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/guptasoundwavechi2012.pdf -------------------------------------------------------------------------------- /papers/how not to lie with statistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/how not to lie with statistics.pdf -------------------------------------------------------------------------------- /papers/imagenet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/imagenet.pdf -------------------------------------------------------------------------------- /papers/infectious_texts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/infectious_texts.pdf -------------------------------------------------------------------------------- /papers/ins.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/ins.pdf -------------------------------------------------------------------------------- /papers/int_properities_of_NNs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/int_properities_of_NNs.pdf -------------------------------------------------------------------------------- /papers/jaynes_paper_straight_line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/jaynes_paper_straight_line.pdf -------------------------------------------------------------------------------- /papers/joachims_01a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/joachims_01a.pdf -------------------------------------------------------------------------------- /papers/jsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/jsm.pdf -------------------------------------------------------------------------------- /papers/kaggle_wiki_contest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/kaggle_wiki_contest.pdf -------------------------------------------------------------------------------- /papers/launch_hard_or_go_home.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/launch_hard_or_go_home.pdf -------------------------------------------------------------------------------- /papers/lda.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/lda.pdf -------------------------------------------------------------------------------- /papers/machine_learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/machine_learning.pdf -------------------------------------------------------------------------------- /papers/math_trio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/math_trio.pdf -------------------------------------------------------------------------------- /papers/mathematics and the nsa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/mathematics and the nsa.pdf -------------------------------------------------------------------------------- /papers/origins of life.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |
-------------------------------------------------------------------------------- /papers/origins of life_files/analytics.js: -------------------------------------------------------------------------------- 1 | (function(){var $c=function(a){this.w=a||[]};$c.prototype.set=function(a){this.w[a]=!0};$c.prototype.encode=function(){for(var a=[],b=0;bLoading CSS...
12 |CSS loaded successfully.
13 |CSS load error.
14 |Loading JS...
15 |JS loaded successfully.
16 |JS load error.
17 | 67 | -------------------------------------------------------------------------------- /papers/origins of life_files/center.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/origins of life_files/center.jpg -------------------------------------------------------------------------------- /papers/origins of life_files/epdf.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | try { 3 | window['readcube-request-ua'] = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'; 4 | } catch(e) {} 5 | var script = document.createElement('script'); 6 | script.async = true; 7 | script.type = 'text/javascript'; 8 | script.src = 'https://content-assets.readcube.com/assets/wiley_epdf-ce62c8c58bdb92e3e38c12905b2e951c.js'; 9 | document.getElementsByTagName('head').item(0).appendChild(script); 10 | })(); -------------------------------------------------------------------------------- /papers/origins of life_files/f606300a21: -------------------------------------------------------------------------------- 1 | NREUM.setToken({'stn':0,'err':0,'ins':0,'cap':0,'spa':0}) -------------------------------------------------------------------------------- /papers/origins of life_files/get: -------------------------------------------------------------------------------- 1 | Krux.ns._default.kxjsonp_userdata({"status":"200","body":{"code":"no_segments","kuid":"KDHM-LW9","kuid_long":"px8v5lc1r","geo":{"domain":"twtelecom.net","region":"ny","country":"us","dma":"501","zip":"10010","longitude":"-73.9879","latitude":"40.7423"}}}); -------------------------------------------------------------------------------- /papers/origins of life_files/nr-952.min.js: -------------------------------------------------------------------------------- 1 | !function(n,e,t){function r(t,i){if(!e[t]){if(!n[t]){var a="function"==typeof __nr_require&&__nr_require;if(!i&&a)return a(t,!0);if(o)return o(t,!0);throw new Error("Cannot find module '"+t+"'")}var s=e[t]={exports:{}};n[t][0].call(s.exports,function(e){var o=n[t][1][e];return r(o||e)},s,s.exports)}return e[t].exports}for(var o="function"==typeof __nr_require&&__nr_require,i=0;i