Skip to content

Commit

Permalink
Merge pull request #1 from mattjegan/master
Browse files Browse the repository at this point in the history
pulling changes
  • Loading branch information
codegagan authored Oct 2, 2016
2 parents d432f73 + 9d1ff6c commit 2a855db
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -16,6 +17,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

Expand All @@ -26,7 +30,10 @@ 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)
- [ ] [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/)
Expand All @@ -36,15 +43,40 @@ 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

- [ ] [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/)
- [ ] [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)
- [ ] [Regression] (https://www.coursera.org/learn/ml-regression)
- [ ] [K-Nearest Neighbors] (https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm
- [ ] [Clustering](https://en.wikipedia.org/wiki/Cluster_analysis)
- [ ] [Reinforcement Learning] (https://en.wikipedia.org/wiki/Reinforcement_learning)
- [ ] [Convolution Neural Networks](http://cs231n.github.io/neural-networks-case-study/)
- [ ] [Recurrent Neural Networks](http://karpathy.github.io/2015/05/21/rnn-effectiveness/)
- [ ] [Deep Networks](https://en.wikipedia.org/wiki/Deep_learning)
- [ ] [Support Vector Machines] (https://www.youtube.com/watch?v=_PwhiWxHK8o)
- [ ] [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)
- [ ] Frameworks and Tools
- [ ] [Torch](http://torch.ch/)
- [ ] [Theano](https://github.com/Theano/Theano)
- [ ] [TensorFlow](https://www.tensorflow.org/)
- [ ] [APIs] (https://www.codecademy.com/en/tracks/npr)


## Theory

Expand All @@ -55,7 +87,15 @@ 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/)
- [ ] 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]

0 comments on commit 2a855db

Please sign in to comment.