From 34d6267b1cb3a0d7d91a05b65714ddedb5423150 Mon Sep 17 00:00:00 2001 From: Harsh Lathwal Date: Sat, 1 Oct 2016 19:27:46 +0530 Subject: [PATCH 01/10] added c , c++ links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a02a60c..21bbe23 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Backbone](backbonejs.org/) - [ ] [Node.js](https://nodejs.org/en/) - [ ] [ES6](https://en.wikipedia.org/wiki/ECMAScript#6th_Edition_-_ECMAScript_2015) +- [ ] [C](http://www.tutorialspoint.com/cprogramming/) +- [ ] [C++](http://www.tutorialspoint.com/cplusplus/) - [ ] [D](https://dlang.org/) - [ ] [Haskell](https://www.haskell.org/) - [x] [HTML](https://www.w3.org/html/) From 36cfa291489468eeb59525b644e032230e2ba82d Mon Sep 17 00:00:00 2001 From: Harsh Lathwal Date: Sat, 1 Oct 2016 19:34:15 +0530 Subject: [PATCH 02/10] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 21bbe23..551ce94 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,10 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof ## Internet of Things - [ ] Arduino(https://www.arduino.cc/) - [ ] ESP8266(http://www.esp8266.com/) + +## CMS (content management system ) +### used for websites,blogs etc +- [ ] [Wordpress CMS] +- [ ] [October CMS](https://octobercms.com/docs/cms/themes) +- [ ] [Joomla] +- [ ] [Drupal] From 238cc358acf623b378264f2ac454ab93910c4f70 Mon Sep 17 00:00:00 2001 From: Jota Sprout Date: Sat, 1 Oct 2016 10:22:31 -0400 Subject: [PATCH 03/10] FourSuggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Best API tutorial I’ve found, two desktop GitHub clients, vimtutor command. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 46208db..85ba7d7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Nginx](https://www.nginx.com) - [ ] [Let's Encrypt](https://letsencrypt.org/) - [ ] [Bash Shell](http://www.bash.academy/) +- [ ] [Vim] (https://robots.thoughtbot.com/the-vim-learning-curve-is-a-myth) +- [ ] [GitHub Desktop] (https://desktop.github.com/) +- [ ] [GitKraken] (https://www.gitkraken.com/) ## "Programming" Languages @@ -44,6 +47,7 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Matplotlib](http://matplotlib.org/) - [ ] [scikit-learn](http://scikit-learn.org/) - [ ] [Machine-Learning](https://en.wikipedia.org/wiki/Machine_learning) +- [ ] [APIs] (https://www.codecademy.com/en/tracks/npr) ## Theory From d247b1e3354fe88eee842fdb0d83cef3bcfe95a0 Mon Sep 17 00:00:00 2001 From: erilyth Date: Sat, 1 Oct 2016 23:02:19 +0530 Subject: [PATCH 04/10] Move Machine Learning into a separate category --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46208db..29eec77 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,21 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Scipy](https://scipy.org/) - [ ] [Matplotlib](http://matplotlib.org/) - [ ] [scikit-learn](http://scikit-learn.org/) -- [ ] [Machine-Learning](https://en.wikipedia.org/wiki/Machine_learning) + +## Machine Learning +- [ ] [Concepts and Techniques](https://en.wikipedia.org/wiki/Machine_learning) + - [ ] [Linear Classifiers](https://en.wikipedia.org/wiki/Linear_classifier) + - [ ] [Bayesian Modelling](https://en.wikipedia.org/wiki/Bayesian_network) + - [ ] [Neural Networks](https://en.wikipedia.org/wiki/Artificial_neural_network) + - [ ] [Clustering](https://en.wikipedia.org/wiki/Cluster_analysis) + - [ ] [Convolution NNs](http://cs231n.github.io/neural-networks-case-study/) + - [ ] [Recurrent NNs](http://karpathy.github.io/2015/05/21/rnn-effectiveness/) + - [ ] [Deep Networks](https://en.wikipedia.org/wiki/Deep_learning) + - [ ] [Support Vector Machines](https://en.wikipedia.org/wiki/Support_vector_machine) +- [ ] Frameworks + - [ ] [Torch](http://torch.ch/) + - [ ] [Theano](https://github.com/Theano/Theano) + - [ ] [TensorFlow](https://www.tensorflow.org/) ## Theory From fc8c649ed35a39e308c41583800e49fd4aeb4fd7 Mon Sep 17 00:00:00 2001 From: Jon Samp Date: Sat, 1 Oct 2016 13:36:36 -0500 Subject: [PATCH 05/10] Add ExpressJS Add express.js for building websites with JavaScript and Node. It will help connect a MongoDB and Node service with your front-end JS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46208db..c236731 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Ember](emberjs.com/) - [ ] [Backbone](backbonejs.org/) - [ ] [Node.js](https://nodejs.org/en/) + - [ ] [Express.js](https://expressjs.com/) - [ ] [ES6](https://en.wikipedia.org/wiki/ECMAScript#6th_Edition_-_ECMAScript_2015) - [ ] [D](https://dlang.org/) - [ ] [Haskell](https://www.haskell.org/) From 76f8f773113446c77a7c72a08bda019bf3f1056b Mon Sep 17 00:00:00 2001 From: SAYAN DAS Date: Sun, 2 Oct 2016 00:54:00 +0530 Subject: [PATCH 06/10] added machine learning heading --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 46208db..798ffdf 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,30 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [scikit-learn](http://scikit-learn.org/) - [ ] [Machine-Learning](https://en.wikipedia.org/wiki/Machine_learning) +## Machine Learning + + +### Neural Network + +- [ ] [Convolution Neural Network](https://en.wikipedia.org/wiki/Convolutional_neural_network) +- [ ] [Recurrent Neural Network] (https://en.wikipedia.org/wiki/Recurrent_neural_network) +- [ ] [Bidirectional Associative Memory] (https://en.wikipedia.org/wiki/Bidirectional_associative_memory) +- [ ] [Long Short Time Memory] (http://colah.github.io/posts/2015-08-Understanding-LSTMs/) +- [ ] [Hopfield Network] (https://en.wikipedia.org/wiki/Hopfield_network +) +- [ ] [Gaussian Mixture Models] (http://scikit-learn.org/stable/modules/mixture.html) + +### Learning Algorithms + +- [ ] [Reinforcement Learning] (https://en.wikipedia.org/wiki/Reinforcement_learning) +- [ ] [Regression] (https://www.coursera.org/learn/ml-regression) +- [ ] [Support Vector Machines] (https://www.youtube.com/watch?v=_PwhiWxHK8o +) +- [ ] [K-Nearest Neighbors] (https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm +) +- + + ## Theory - [ ] [Parellelism](https://computing.llnl.gov/tutorials/parallel_comp/) From 4a5f926156a5cc8596f48b68cdf3a435814c73c8 Mon Sep 17 00:00:00 2001 From: Qwertee Date: Sat, 1 Oct 2016 14:33:50 -0500 Subject: [PATCH 07/10] Update README.md Added Android development to list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46208db..a1c08e7 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Operating Systems](https://www.udacity.com/wiki/ud923) - [ ] [Cryptography](https://www.coursera.org/learn/crypto) - [x] [RESTful web services](https://en.wikipedia.org/wiki/Representational_state_transfer) +- [ ] [Android](https://developer.android.com/training/index.html) ## Internet of Things - [ ] Arduino(https://www.arduino.cc/) From 86913727ca939651fcda02b60119890375b891d4 Mon Sep 17 00:00:00 2001 From: Alexander Riese Date: Sat, 1 Oct 2016 22:07:40 +0200 Subject: [PATCH 08/10] added python itertools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46208db..8ca2e0f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof ### Python +- [ ] [Itertools](https://docs.python.org/3/library/itertools.html) - [x] [Futures](https://docs.python.org/3/library/concurrent.futures.html) - [ ] [Numpy](http://www.numpy.org/) - [ ] [Scipy](https://scipy.org/) From 026455083903b79d42326d80b9ac4c79b6bea85a Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Sun, 2 Oct 2016 02:37:16 +0530 Subject: [PATCH 09/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6d7c77..a3bf541 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof - [ ] [Elixir](http://elixir-lang.org/) - [ ] [Tensorflow](https://www.tensorflow.org/) - [ ] [Scala](http://www.scala-lang.org/) +- [ ] [Groovy](http://www.groovy-lang.org/) ### Python From 8324db87b7d16f312b66c52cf011d09013020cf3 Mon Sep 17 00:00:00 2001 From: Ibar Romay Date: Sat, 1 Oct 2016 15:46:33 -0700 Subject: [PATCH 10/10] add pyenv Great tool for managing python versions. It's been lifesaver for me. for #1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46208db..d694402 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is my list of things that I'd like to learn. Mostly this will relate to sof ## Tools +- [ ] [Pyenv](https://github.com/yyuu/pyenv) - [ ] [Kubernetes](http://kubernetes.io/) - [ ] [Docker](https://www.docker.com/) - [ ] [Vagrant](https://www.vagrantup.com/)