diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..807ea25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.Rproj.user +.Rhistory +.RData diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..65671dc --- /dev/null +++ b/Makefile @@ -0,0 +1,57 @@ +RMD=$(wildcard vignettes/*.Rmd) $(wildcard inst/examples/*.Rmd) + +HTML=$(RMD:.Rmd=.html) + +THEME_CHOOSER=TRUE +HIGHLIGHT_CHOOSER=TRUE + +BASE=$(filter-out R_package, $(wildcard inst/templates/*)) $(wildcard R/*.R) + +all: $(HTML) install + +install: R_package + +R_package: $(BASE) + Rscript -e 'options(repos=c(CRAN="http://cran.rstudio.com/"));library(devtools);install()' + touch R_package + +inst/examples/all.html: $(RMD) R_package + +%_inline.html: %.html R_package + exec/encode.pl $< > $@ + +%.html: %.Rmd R_package + Rscript -e "\ + setwd('$(dir $<)');\ + library('knitrBootstrap');\ + library('rmarkdown');\ + render('$(notdir $<)',\ + bootstrap_document(\ + theme.chooser=$(THEME_CHOOSER),\ + highlight.chooser=$(HIGHLIGHT_CHOOSER),\ + theme=$(THEME),\ + highlight=$(HIGHLIGHT)\ + ))" + +make clean: + rm -f inst/examples/*.{html,md} vignettes/*.{html,md} + +#from yihui's knitr Makefile +PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION) +PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION) +PKGSRC := $(shell basename `pwd`) + +# convert markdown to R's NEWS format +news: NEWS.md + sed -e 's/^-/ -/' -e 's/^## *//' -e 's/^#/\t\t/' < NEWS.md | fmt -80 -s > NEWS + +docs: + Rscript -e 'library(devtools);library(methods);library(utils);document()' + +build: + cd ..;\ + R CMD build $(PKGSRC) + +check: build + cd ..;\ + R CMD check $(PKGNAME)_$(PKGVERS).tar.gz --as-cran \ No newline at end of file diff --git a/bootstrap.R b/bootstrap.R new file mode 100644 index 0000000..386fde3 --- /dev/null +++ b/bootstrap.R @@ -0,0 +1,6 @@ +options(rstudio.markdownToHTML = + function(inputFile, outputFile) { + require(knitrBootstrap) + knit_bootstrap_md(input=inputFile, output=outputFile) + } +) \ No newline at end of file diff --git a/ebooks.Rmd b/ebooks.Rmd new file mode 100644 index 0000000..9e7ace6 --- /dev/null +++ b/ebooks.Rmd @@ -0,0 +1,164 @@ +--- +title: "E-books" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +## Visualisation de données + +* [DATA+DESIGN:A simple introduction to preparing and visualizing information](http://orm-atlas2-prod.s3.amazonaws.com/pdf/13a07b19e01a397d8855c0463d52f454.pdf) + +## Statistiques + +* [Information Theory, Inference, and Learning Algorithms ](http://www.inference.phy.cam.ac.uk/mackay/itila/book.html) +* [Forecasting: principles and practice ](https://www.otexts.org/book/fpp) + +## Téléchargements gratuits + +### Auteurs connus + +* [Classic Bookshelf : This site has put classic novels online, from Charles Dickens to Charlotte Bronte. ](http://www.classicbookshelf.com/) +* [The Online Books Page : The University of Pennsylvania hosts this book search and database. ](http://onlinebooks.library.upenn.edu/search.html) +* [Project Gutenberg : This famous site has over 27,000 free books online. ](http://www.gutenberg.org/wiki/Main_Page) +* [Page by Page Books : Find books by Sir Arthur Conan Doyle and H.G. Wells, as well as speeches from George W. Bush on this site. ](http://www.pagebypagebooks.com/) +* [Classic Book Library : Genres here include historical fiction, history, science fiction, mystery, romance and children’s literature, but they’re all classics. ](http://classicbook.info/) +* [Classic Reader : Here you can read Shakespeare, young adult fiction and more. ](http://www.classicreader.com/) +* [Read Print : From George Orwell to Alexandre Dumas to George Eliot to Charles Darwin, this online library is stocked with the best classics. ](http://www.readprint.com/) +* [Planet eBook : Download free classic literature titles here, from Dostoevsky to D.H. Lawrence to Joseph Conrad. ](http://www.planetebook.com/) +* [The Spectator Project : Montclair State University’s project features full-text, online versions of The Spectator and The Tatler. ](http://meta.montclair.edu/spectator/) +* [Bibliomania : This site has more than 2,000 classic texts, plus study guides and reference books. ](http://www.bibliomania.com/) +* [Online Library of Literature : Find full and unabridged texts of classic literature, including the Bronte sisters, Mark Twain and more. ](http://www.literature.org/) +* [Bartleby : Bartleby has much more than just the classics, but its collection of anthologies and other important novels made it famous. ](http://www.bartleby.com/fiction/) +* [Fiction.us : Fiction.us has a huge selection of novels, including works by Lewis Carroll, Willa Cather, Sherwood Anderson, Flaubert, George Eliot, F. Scott Fitzgerald and others. ](http://www.fiction.us/) +* [Free Classic Literature : Find British authors like Shakespeare and Sir Arthur Conan Doyle, plus other authors like Jules Verne, Mark Twain, and more. ](http://www.classic-literature.co.uk/) + +### Textbooks + +* [Textbook Revolution : Find biology, business, engineering, mathematics and world history textbooks here. ](http://textbookrevolution.org/index.php/Main_Page) +* [Wikibooks : From cookbooks to the computing department, find instructional and educational materials here. ](http://en.wikibooks.org/wiki/Main_Page) +* [KnowThis Free Online Textbooks : Get directed to stats textbooks and more. ](http://www.knowthis.com/topic-areas/media-and-publications/free-online-textbooks.htm) +* [Online Medical Textbooks : Find books about plastic surgery, anatomy and more here. ](http://www.welovelmc.com/books.htm) +* [Online Science and Math Textbooks : Access biochemistry, chemistry, aeronautics, medical manuals and other textbooks here. ](http://spot.colorado.edu/%7Edubin/bookmarks/b/1240.html) +* [MIT Open Courseware Supplemental Resources : Find free videos, textbooks and more on the subjects of mechanical engineering, mathematics, chemistry and more. ](http://ocw.mit.edu/OcwWeb/web/resources/supplemental/index.htm) +* [Flat World Knowledge : This innovative site has created an open college textbooks platform that will launch in January 2009. ](http://www.flatworldknowledge.com/minisite/) +* [Free Business Textbooks : Find free books to go along with accounting, economics and other business classes. ](http://www.businessbookmall.com/Free%20Business%20Books.htm) +* [Light and Matter : Here you can access open source physics textbooks. ](http://www.lightandmatter.com/) +* [eMedicine : This project from WebMD is continuously updated and has articles and references on surgery, pediatrics and more. ](http://emedicine.medscape.com/) +* [Open Source Text Books ](https://archive.org/details/opensource_textbooks&tab=collection) +* [Community College Consortium for Open Educational Resources: Find open and free textbooks that may be suitable for use in community college courses ](http://oerconsortium.org/discipline-specific/) + +### Mathematiques et sciences + +* [FullBooks.com : This site has “thousands of full-text free books,” including a large amount of scientific essays and books. ](http://www.fullbooks.com/) +* [Free online textbooks, lecture notes, tutorials and videos on mathematics : NYU links to several free resources for math students. ](http://homepages.nyu.edu/%7Ejmg336/html/mathematics.html) +* [Online Mathematics Texts : Here you can find online textbooks likeElementary Linear Algebra and Complex Variables. ](http://www.math.gatech.edu/%7Ecain/textbooks/onlinebooks.html) +* [Science and Engineering Books for free download : These books range in topics from nanotechnology to compressible flow. ](http://www.techbooksforfree.com/science.shtml) +* [FreeScience.info : Find over 1800 math, engineering and science books here. ](http://www.freescience.info/index.php) +* [Free Tech Books : Computer programmers and computer science enthusiasts can find helpful books here. ](http://www.freetechbooks.com/) + +### Livres pour enfants + +* [byGosh : Find free illustrated children’s books and stories here. ](http://www.bygosh.com/) +* [Munseys : Munseys has nearly 2,000 children’s titles, plus books about religion, biographies and more. ](http://www.munseys.com/site/home) +* [International Children’s Digital Library : Find award-winning books and search by categories like age group, make believe books, true books or picture books. ](http://en.childrenslibrary.org/) +* [Lookybook : Access children’s picture books here. ](http://www.lookybook.com/) + +### Philosophie et religion + +* [Bored.com: Bored.com has music ebooks, cooking ebooks, and over 150 philosophy titles and over 1,000 religion titles. ](http://www.bored.com/ebooks/) +* [Ideology.us : Here you’ll find works by Rene Descartes, Sigmund Freud, Karl Marx, David Hume and others. ](http://www.ideology.us/) +* [Free Books on Yoga, Religion and Philosophy : Recent uploads to this site include Practical Lessons in Yoga and Philosophy of Dreams. ](http://www.dlshq.org/download/download.htm) +* [The Sociology of Religion : Read this book by Max Weber, here. ](http://www.ne.jp/asahi/moriyuki/abukuma/weber/society/socio_relig/socio_relig_frame.html) +* [Religion eBooks : Read books about the Bible, Christian books, and more. ](http://e-library.net/Religion.htm) + +### Pièces de théâtre + +* [ReadBookOnline.net : Here you can read plays by Chekhov, Thomas Hardy, Ben Jonson, Shakespeare, Edgar Allan Poe and others. ](http://www.readbookonline.net/) +* [Plays : Read Pygmalion, Uncle Vanya or The Playboy of the Western World here. ](http://www.fiction.us/plays.htm) +* [The Complete Works of William Shakespeare : MIT has made available all of Shakespeare’s comedies, tragedies, and histories. ](http://shakespeare.mit.edu/) +* [Plays Online : This site catalogs “all the plays they know about that are available in full text versions online for free.” ](http://vl-theatre.com/list4.shtml) +* [ProPlay: This site has children’s plays, comedies, dramas and musicals. ](http://www.singlelane.com/proplay/) + +### Fiction, Fantasy et Roman + +* [Public Bookshelf : Find romance novels, mysteries and more. ](http://www.publicbookshelf.com/) +* [The Internet Book Database of Fiction : This forum features fantasy and graphic novels, anime, J.K. Rowling and more. ](http://www.ibdof.com/) +* [Free Online Novels : Here you can find Christian novels, fantasy and graphic novels, adventure books, horror books and more. ](http://www.free-online-novels.com/) +* [Foxglove : This British site has free novels, satire and short stories. ](http://www.foxglove.co.uk/free_online_novels.html) +* [Baen Free Library : Find books by Scott Gier, Keith Laumer and others. ](http://www.baen.com/library/) +* [The Road to Romance : This website has books by Patricia Cornwell and other romance novelists. ](http://www.roadtoromance.ca/freestories.htm) +* [Get Free Ebooks : This site’s largest collection includes fiction books. ](http://www.getfreeebooks.com/) +* [John T. Cullen : Read short stories from John T. Cullen here. ](http://www.johntcullen.com/) +* [SF and Fantasy Books Online : Books here include Arabian Nights,Aesop’s Fables and more. ](http://www.hourwolf.com/sfbooks/) +* [Free Novels Online and Free Online Cyber-Books : This list contains mostly fantasy books. ](http://www.starry.com/novel/free-online-novels/freenoveldirectory.htm) + +### Langues + +* [Project Laurens Jz Coster : Find Dutch literature here. ](http://cf.hum.uva.nl/dsp/ljc/) +* [ATHENA Textes Francais : Search by author’s name, French books, or books written by other authors but translated into French. ](http://un2sg4.unige.ch/athena/html/francaut.html) +* [Liber Liber : Download Italian books here. Browse by author, title, or subject. ](http://www.liberliber.it/biblioteca/index.htm%22) +* [Biblioteca romaneasca : Find Romanian books on this site. ](http://biblior.net/volume.html) +* [Bibliolteca Virtual Miguel de Cervantes : Look up authors to find a catalog of their available works on this Spanish site. ](http://www.cervantesvirtual.com/) +* [KEIMENA : This page is entirely in Greek, but if you’re looking for modern Greek literature, this is the place to access books online. ](http://www.sarantakos.com/keimena.html) +* [Proyecto Cervantes : Texas A&M’s Proyecto Cervantes has cataloged Cervantes’ work online. ](http://cervantes.tamu.edu/V2/index.html) +* [Corpus Scriptorum Latinorum : Access many Latin texts here. ](http://www.forumromanum.org/literature/index.html) +* [Project Runeberg : Find Scandinavian literature online here. ](http://runeberg.org/) +* [Italian Women Writers : This site provides information about Italian women authors and features full-text titles too. ](http://www.lib.uchicago.edu/efts/IWW/) +* [Biblioteca Valenciana : Register to use this database of Catalan and Valencian books. ](http://bv2.gva.es/default.php) +* [Ketab Farsi : Access literature and publications in Farsi from this site. ](http://www.ketabfarsi.com/) +* [Afghanistan Digital Library : Powered by NYU, the Afghanistan Digital Library has works published between 1870 and 1930. ](http://afghanistandl.nyu.edu/) +* [CELT : CELT stands for “the Corpus of Electronic Texts” features important historical literature and documents. ](http://www.ucc.ie/celt/) +* [Projekt Gutenberg-DE : This easy-to-use database of German language texts lets you search by genres and author. ](http://gutenberg.spiegel.de/index.php) + + +### Histoire et culture + +* [LibriVox : LibriVox has a good selection of historical fiction. ](http://librivox.org/newcatalog/) +* [The Perseus Project : Tufts’ Perseus Digital Library features titles from Ancient Rome and Greece, published in English and original languages. ](http://www.perseus.tufts.edu/hopper/) +* [Access Genealogy : Find literature about Native American history, the Scotch-Irish immigration in the 19th and 20th centuries, and more. ](http://www.accessgenealogy.com/library/) +* [Free History Books : This collection features U.S. history books, including works by Paul Jennings, Sarah Morgan Dawson, Josiah Quincy and others. ](http://www.onlinebooks4free.com/menu/history_usgeneral.html) +* [Most Popular History Books : Free titles include Seven Days and Seven Nights by Alexander Szegedy and Autobiography of a Female Slave by Martha G. Browne. ](http://www.books-on-line.com/bol/TopTen.cfm?DCode=9) + +### Livres rares + +* [Questia : Questia has 5,000 books available for free, including rare books and classics. ](http://www.questia.com/publicdomainindex) + +### Art et divertissements + +* [Books-On-Line : This large collection includes movie scripts, newer works, cookbooks and more. ](http://www.books-on-line.com/bol/default.cfm) +* [Chest of Books : This site has a wide range of free books, including gardening and cooking books, home improvement books, craft and hobby books, art books and more. ](http://chestofbooks.com/) +* [Free e-Books : Find titles related to beauty and fashion, games, health, drama and more. ](http://www.free-ebooks.net/) +* [2020ok : Categories here include art, graphic design, performing arts, ethnic and national, careers, business and a lot more. ](http://2020ok.com/) +* [Free Art Books : Find artist books and art books in PDF format here. ](http://art.quickfound.net/) +* [Free Web design books : OnlineComputerBooks.com directs you to free web design books. ](http://www.onlinecomputerbooks.com/free-webdesign-books.php) +* [Free Music Books : Find sheet music, lyrics and books about music here. ](http://www.onlinebooks4free.com/menu/music.html) +* [Free Fashion Books : Costume and fashion books are linked to the Google Books page. ](http://clothing.quickfound.net/) + +### Mystère + +* [MysteryNet : Read free short mystery stories on this site. ](http://www.mysterynet.com/short-mystery-stories/) +* [TopMystery.com : Read books by Edgar Allan Poe, Sir Arthur Conan Doyle, GK Chesterton and other mystery writers here. ](http://www.topmystery.com/online_books.htm) +* [Mystery Books : Read books by Sue Grafton and others. ](http://www.books-on-line.com/bol/TopTen.cfm?DCode=M) + +### Poésie + +* [The Literature Network : This site features forums, a copy of The King James Bible, and over 3,000 short stories and poems. ](http://www.online-literature.com/) +* [Poetry : This list includes “The Raven,” “O Captain! My Captain!” and “The Ballad of Bonnie and Clyde.” ](http://www.fiction.us/poems.htm) +* [Poem Hunter : Find free poems, lyrics and quotations on this site. ](http://www.poemhunter.com/) +* [Famous Poetry Online : Read limericks, love poetry, and poems by Robert Browning, Emily Dickinson, John Donne, Lord Byron and others. ](http://www.poetry-online.org/) +* [Google Poetry : Google Books has a large selection of poetry, fromThe Canterbury Tales to Beowulf to Walt Whitman. ](http://books.google.com/books?q=+subject:%22+Poetry+%22&as_brr=3&rview=1&source=gbs_hplp_fict) +* [QuotesandPoem.com : Read poems by Maya Angelou, William Blake, Sylvia Plath and more. ](http://www.quotesandpoem.com/poems/poets) +* [CompleteClassics.com : Rudyard Kipling, Allen Ginsberg and Alfred Lord Tennyson are all featured here. ](http://www.completeclassics.com/) +* [PinkPoem.com : On this site, you can download free poetry ebooks. ](http://www.pinkpoem.com/) + +### Varia + +* [Banned Books : Here you can follow links of banned books to their full text online. ](http://onlinebooks.library.upenn.edu/banned-books.html) +* [World eBook Library : This monstrous collection includes classics, encyclopedias, children’s books and a lot more. ](http://worldebooklibrary.com/) +* [DailyLit : DailyLit has everything from Moby Dick to the recent phenomenon, Skinny Bitch. ](http://www.dailylit.com/) +* [A Celebration of Women Writers : The University of Pennsylvania’s page for women writers includes Newbery winners. ](http://digital.library.upenn.edu/women/) +* [Free Online Novels : These novels are fully online and range from romance to religious fiction to historical fiction. ](http://www.starry.com/novel/authors.htm) +* [ManyBooks.net : Download mysteries and other books for your iPhone or eBook reader here. ](http://manybooks.net/) +* [Authorama : Books here are pulled from Google Books and more. You’ll find history books, novels and more. ](http://www.authorama.com/) +* [Prize-winning books online : Use this directory to connect to full-text copies of Newbery winners, Nobel Prize winners and Pulitzer winners. ](http://onlinebooks.library.upenn.edu/prize.html) diff --git a/francoispelletier.org.Rproj b/francoispelletier.org.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/francoispelletier.org.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/hadoop.Rmd b/hadoop.Rmd new file mode 100644 index 0000000..a8e3e1f --- /dev/null +++ b/hadoop.Rmd @@ -0,0 +1,18 @@ +--- +title: "Hadoop" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +## Distributions commerciales + +* [Cloudera ](http://www.cloudera.com/) +* [Hortonworks ](http://hortonworks.com/) +* [MapR ](https://www.mapr.com/) +* [IBM InfoSphere BigInsights ](http://www-01.ibm.com/software/data/infosphere/hadoop/enterprise.html) +* [Microsoft HDInsight Basé sur Hortonworks HDP ](http://azure.microsoft.com/en-us/documentation/services/hdinsight/) + +## Blogs + +* [Bruce B. Campbell](https://brucebcampbell.wordpress.com/) \ No newline at end of file diff --git a/index.Rmd b/index.Rmd new file mode 100644 index 0000000..5e234b5 --- /dev/null +++ b/index.Rmd @@ -0,0 +1,130 @@ +--- +title: "Accueil" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +**Bienvenue sur mon site web.** + +# CV + +Je travaille actuellement pour Desjardins Assurances en tant qu'analyste de données + +## Formation académique + +* M.Sc Actuariat, Université Laval, 2014 +* Mémoire de maîtrise: [Modélisation des rendements financiers à l'aide de la distribution de Laplace asymétrique généralisée](https://www.academia.edu/5902500/M%C3%A9moire_de_ma%C3%AEtrise_Mod%C3%A9lisation_des_rendements_financiers_%C3%A0_laide_de_la_distribution_de_Laplace_asym%C3%A9trique_g%C3%A9n%C3%A9ralis%C3%A9e) +* B.Sc Actuariat, Université Laval, 2011 +* DEC Sciences, Lettres et Arts, Cégep de Jonquière, 2008 + +## Formation en ligne complétée + +* [An Introduction to Marketing](https://www.coursera.org/course/whartonmarketing) +* [Automated Visual Software Analytics](https://open.hpi.de/courses/softwareanalytics2015) +* [CS100.1x, Introduction to Big Data with Apache Spark](https://www.edx.org/course/introduction-big-data-apache-spark-uc-berkeleyx-cs100-1x) +* [From Nand to Tetris / Part I](https://fr.coursera.org/course/nand2tetris1) +* [Functional Programming Principles in Scala](https://www.coursera.org/course/progfun) +* [Machine Learning](https://www.coursera.org/learn/machine-learning) +* [Mining Massive Datasets](https://www.coursera.org/course/mmds) +* [Partitionnement de données](https://www.coursera.org/course/clusteranalysis) +* [Pattern Discovery in Data Mining](https://www.coursera.org/course/patterndiscovery) +* [Process Mining: Data science in Action](https://www.coursera.org/course/procmin) +* [Scalable Machine Learning](https://www.edx.org/course/scalable-machine-learning-uc-berkeleyx-cs190-1x) +* [Visualisation de données](https://www.coursera.org/course/datavisualization) + +## Contact + +* [Twitter](https://twitter.com/openalytics) +* [LinkedIn](https://ca.linkedin.com/in/fpelletier1) +* [Diaspora](https://diasp.ca/u/francois_pelletier) +* [last.fm](http://www.lastfm.fr/user/mysteremetal) +* [github](https://github.com/franc00018) +* [gitlab](https://gitlab.com/u/franc00018) + +# Ressources + +## Journaux scientifiques + +* [Applied Mathematics](http://www.scirp.org/journal/AllArticle.aspx?JournalID=160) Applied Mathematics, un journal mathématique à accès ouvert +* [Intech Open Science](http://www.intechopen.com/) + +## Langages de programmation orientés statistiques + +* [Python](./python.html) +* [R](./r.html) +* [SAS](./sas.html) +* [Spark](./spark.html) + +## ETL + +### Géographique + +* [GeoKettle](http://www.spatialytics.org/projects/geokettle/) + +## Outils de machine learning et de finance + +* [Weka](http://weka.wikispaces.com/) Outil de machine learning et librairie Java +* [Data science toolbox](http://datasciencetoolbox.org/) Machine virtuelle comprenant plusieurs outils de manipulation de données en ligne de commandes linux +* [OpenGamma](https://github.com/OpenGamma/OG-Platform) Machine virtuelle comprenant des outils axés sur la finance +* [MLOSS](https://mloss.org/software/) Présentation de logiciels libres + +## Big Data + +* [Hadoop](./hadoop.html) +* [Apache Spark](./spark.html) + +## Visualisation de données + +* [Information is beautiful ](http://www.informationisbeautiful.net/) +* [A periodic table of visualisation methods ](http://www.visual-literacy.org/periodic_table/periodic_table.html) + +## Concours et défis + +* [Projet Euler](http://www.projecteuler.net/) Propose des énigmes mathématiques à résoudre utilisant la programmation. Jeu compétitif pour le plaisir, les solutions sont déjà connues, il faut les trouver pour gagner des niveaux. +* [Kaggle](https://www.kaggle.com/competitions) Un site web où des entreprises proposent des défis à relever, parfois en échange de prix en argent, d’autres fois, seulement pour l'honneur. + +## Outils en ligne / cloud + +* [Share LaTeX](https://www.sharelatex.com/) Éditeur LaTeX en ligne +* [R-Fiddle](http://www.r-fiddle.org/) Partage de code R en ligne avec fenêtre d’exécution +* [Code Bunk](http://www.codebunk.com/) Éditeur et compilateur pour 8 langages + +## MOOC / cours en ligne + +* [Coursera](https://www.coursera.org/) +* [edX](https://www.edx.org/) +* [Udemy](https://www.udemy.com/) +* [Udacity](https://www.udacity.com) +* [OpenCourseWare](http://http://ocw.mit.edu/index.htm) +* [Big Data University](http://bigdatauniversity.com/) +* [Academic Earth](http://academicearth.org/online-college-courses/) +* [Code School](https://www.codeschool.com/courses) + +## Conférences, webinars, podcasts + +* [TED Talks Audio](https://feeds.feedburner.com/tedtalks_audio) + +## Blogs + +* [Machine Learning](http://learning-ml.blogspot.com.br/) par Prakhar Dogra +* [Analytics Vidhya](http://www.analyticsvidhya.com/) par Kunal Jain +* [Freakonometrics](http://freakonometrics.hypotheses.org/) par Arthur Charpentier, professeur à l'UQÀM +* [Advanced Data Analytics](http://advanceddataanalytics.net/) un référentiel sur la science des données avec un lexique et des liens vers des livres papiers et électroniques + +## Livres + +* [Répertoire de E-books ](./ebooks.html) +* [800 CEO Read: Site axé sur les affaires, mais avec beaucoup de recommendations ](https://800ceoread.com/) +* [Get Free Ebooks: Un blog qui recense plusieurs sources de livres gratuits ](http://www.getfreeebooks.com/) +* [Springer](http://link.springer.com/search?showAll=false&facet-language=%22En%22&facet-content-type=%22Book%22&sortOrder=newestFirst) +* [Creative Commons medias ](https://github.com/shime/creative-commons-media) + +## Données ouvertes + +* [Data Portals](http://dataportals.org/) Une liste exhaustive de portails de données ouvertes de par le monde. +* [HDX Humanitarian Data Exchange](https://data.hdx.rwlabs.org/) + +## Actualités + +* [Re/code Tech News, Reviews & analysis](http://recode.net/) diff --git a/python.Rmd b/python.Rmd new file mode 100644 index 0000000..897156c --- /dev/null +++ b/python.Rmd @@ -0,0 +1,17 @@ +--- +title: "Python" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +## Blogs + +* [alexhwoods: Machine Learning and Data Science ](http://alexhwoods.com/) +* [i am trask: A Machine Learning Craftsmanship Blog ](https://iamtrask.github.io/) + +## PySpark + +API de [Apache Spark](./spark.html) en Python + +* [PySpark in pictures](http://nbviewer.ipython.org/github/jkthompson/pyspark-pictures/blob/master/pyspark-pictures.ipynb) \ No newline at end of file diff --git a/r.Rmd b/r.Rmd new file mode 100644 index 0000000..e883d6f --- /dev/null +++ b/r.Rmd @@ -0,0 +1,41 @@ +--- +title: "R" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +Cette page regroupe différentes ressources pour le langage statistique R. + +# Groupes locaux + +# Recherche de papiers + +# Documentation + +# Blogs + +* [R-Bloggers](http://www.r-bloggers.com/) +* [Revolutions](http://blog.revolutionanalytics.com/) +* [Jared Lander: R for Everyone](http://www.jaredlander.com/) +* [R Data Mining](http://www.rdatamining.com/) Sujets traités: classification, regroupement, règles d'association et forage de données textuelles +* [Advanced R Statistics ](http://rstatistics.net/) +* [R for SAS, Stats and SPSS users](http://r4stats.com/) + +# Environnements de développement + +* [RStudio: IDE pour la programmation R, Markdown et LaTeX ](http://www.rstudio.com/) +* [StatET: Une interface R pour Eclipse ](http://www.walware.de/goto/statet) +* [Rcmdr: Un outil basé sur des menus pour R (GNU GPL)](http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/) +* [Emacs Speaks Statistics (GNU GPL)](http://ess.r-project.org/) + +# Tutoriels + +* [Cookbook for R (CC BY-SA)](http://www.cookbook-r.com/) +* [R package primer (CC0)](http://kbroman.org/pkg_primer/) +* [R Markdown — Dynamic Documents for R (CC BY)](http://rmarkdown.rstudio.com/) +* [Teach yourself Shiny](http://shiny.rstudio.com/tutorial/) +* [git/github guide (CC0)](http://kbroman.org/github_tutorial/) +* [minimal make (CC0)](http://kbroman.org/minimal_make/) + + diff --git a/sas.Rmd b/sas.Rmd new file mode 100644 index 0000000..467a2e0 --- /dev/null +++ b/sas.Rmd @@ -0,0 +1,15 @@ +--- +title: "SAS" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +Cette page regroupe différentes ressources pour le logiciel statistique SAS + +## Ressources +* [Lex Jansen](http://lexjansen.com/) - Répertoire des SAS Proceedings et beaucoup de liens pertinents sur SAS et autres logiciels. +* [PROC X](http://proc-x.com/) - Ce site semble peu maintenu mais il fait le lien vers des blogs d’utilisateurs SAS. + +## Club local +* [Club SAS de Québec](http://wp.clubsasquebec.ca/) \ No newline at end of file diff --git a/spark.Rmd b/spark.Rmd new file mode 100644 index 0000000..b35d63e --- /dev/null +++ b/spark.Rmd @@ -0,0 +1,56 @@ +--- +title: "Spark" +author: "François Pelletier" +date: "16 janvier 2016" +output: html_document +--- + +Cette page regroupe différentes ressources pour la librairie Apache Spark + +## Documentation officielle + +* [Apache Spark - Lightning-fast cluster computing](https://spark.apache.org/) +* [Accueil Spark Wiki](https://cwiki.apache.org/confluence/display/SPARK/Wiki+Homepage) +* [Communauté Apache Spark](https://spark.apache.org/community.html) +* [Spark - ASF JIRA](https://issues.apache.org/jira/browse/SPARK/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel) + + +## Ressources variées + +* [The RDD API By Example](http://homepage.cs.latrobe.edu.au/zhe/ZhenHeSparkRDDAPIExamples.html) +* [Big Data Knowledge Base: Hadoop, Spark, Flink, ... by Slim Baltagi](http://sparkbigdata.com/) +* [Apache Spark and the Typesafe Reactive Platform](https://www.typesafe.com/community/other-projects/apache-spark) +* [KDnuggets Home » News » Tags » Apache Spark](http://www.kdnuggets.com/tag/apache-spark) +* [Spark Cook Book](http://www.infoobjects.com/spark-cookbook/) +* [Spark Camp: An Introduction to Apache Spark with Hands-on Tutorials](http://strataconf.com/big-data-conference-ca-2015/public/schedule/detail/38254) +* [The power behind Apache Spark](http://www.ibmbigdatahub.com/blog/power-behind-apache-spark) +* [Apache Spark: 3 Real-World Use Cases](http://www.datanami.com/2014/03/06/apache_spark_3_real-world_use_cases/) +* [Building an AirPair Dashboard Using Apache Spark and Clojure](https://www.airpair.com/clojure/posts/using-apache-spark-clojure) +* [Is Apache Spark Enterprise Ready?](http://www.enterpriseappstoday.com/data-management/is-apache-spark-enterprise-ready.html) +* [Analyze accelerometer data with Apache Spark and MLlib](http://www.duchess-france.org/analyze-accelerometer-data-with-apache-spark-and-mllib/) +* [Apache Spark pour Azure HDInsight](http://azure.microsoft.com/fr-fr/services/hdinsight/apache-spark/) +* [Hortonworks forums: Spark](http://hortonworks.com/community/forums/forum/spark/) +* [Spark Streaming with Kafka and Cassandra](http://helenaedelson.com/?p=991) +* [The Apache Spark Stack](http://www.spark-stack.org/) +* [Sigmoid Analytics: Spark Wiki](https://docs.sigmoidanalytics.com/index.php/Home) +* [Spark Recipes](http://spark.recipes/) +* [Reddit Apache Spark](https://www.reddit.com/r/apachespark) +* [Spark Workshop](https://github.com/DistrictDataLabs/spark-workshop) + +## Exemples de code + +* [The RDD API By Example](http://homepage.cs.latrobe.edu.au/zhe/ZhenHeSparkRDDAPIExamples.html ) +* [TimeSeriesSpark API](http://www.cs.helsinki.fi/u/lagerspe/timeseries-spark-api-0.3/spark/timeseries/package.html ) +* [KillrWeather](https://github.com/killrweather/killrweather ) +* [Translate from MapReduce to Apache Spark](https://sungsoo.github.io/2014/09/05/mr-to-spark.html ) + +## MOOC + +* [Introduction to Big Data with Apache Spark](https://www.edx.org/course/uc-berkeleyx/uc-berkeleyx-cs100-1x-introduction-big-6181) +* [Scalable Machine Learning](https://www.edx.org/course/uc-berkeleyx/uc-berkeleyx-cs190-1x-scalable-machine-6066) +* [Spark Fundamentals I : Big Data University](http://bigdatauniversity.com/courses/course/view.php?id=622) + +## Blogs + +* [Spark Blog @ IBM ](http://www.spark.tc/blog/) +* [Mastering Apache Spark @ gitbooks ](https://jaceklaskowski.gitbooks.io/mastering-apache-spark/content/)