Merge pull request #65 from sayands/master

Added Machine Learning,Go Tutorials and Restructured Topics List
This commit is contained in:
Tu Tran 2018-04-20 02:09:19 -04:00 committed by GitHub
commit 44e4cf8e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,6 +242,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
### Machine Learning:
* [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM)
### Deep Learning:
* [Using Convolutional Neural Nets to Detect Facial Keypoints](http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/)
* [Generate an Average Face using Python and OpenCV](https://www.learnopencv.com/average-face-opencv-c-python-tutorial/)
@ -267,6 +271,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Part 5: Address](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)
* [Part 6: Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/)
* [Part 7: Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/)
* [Build Web Application with GoLang](https://legacy.gitbook.com/book/astaxie/build-web-application-with-golang/details)
## PHP: