From ed3a941edf37850cf22504213f371fbbc92aa58b Mon Sep 17 00:00:00 2001 From: sayands Date: Wed, 23 May 2018 10:23:28 +0300 Subject: [PATCH 1/6] Added Angular 6 tutorial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d516db..1129939 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://houssein.me/angular2-hacker-news) * [Part 2](https://houssein.me/progressive-angular-applications) * [Build a web application with Django and AngularJS](https://thinkster.io/django-angularjs-tutorial) +* Build A Beautiful Real World App with Angular 6 : + * [Part I](https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e) #### Node: From 83cd744cd7a5e3f36ee82a10664accf30aae2a46 Mon Sep 17 00:00:00 2001 From: sayands Date: Wed, 23 May 2018 10:24:38 +0300 Subject: [PATCH 2/6] Added unsupervised learning with python tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1129939..5532888 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Step-By-Step Machine Learning In Python](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/) * [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d) * [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2) +* [Learn Unsupervised Learning with Python](https://towardsdatascience.com/unsupervised-learning-with-python-173c51dc7f03) ### Deep Learning: From 5411a0d0a2c9d4a796474c1d8ee412eb48302186 Mon Sep 17 00:00:00 2001 From: sayands Date: Wed, 23 May 2018 10:26:18 +0300 Subject: [PATCH 3/6] Added Native Desktop with JS tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5532888..bb3531e 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Build A Support Ticket Application With AdonisJs * [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs) * [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2) +* [Build A Native Desktop App with JS](https://medium.freecodecamp.org/build-native-desktop-apps-with-javascript-a49ede90d8e9) #### D3.js From 48bb8777b260fb20ea1f49149c46c111847e6962 Mon Sep 17 00:00:00 2001 From: sayands Date: Wed, 23 May 2018 10:27:39 +0300 Subject: [PATCH 4/6] Added News App With React Native Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb3531e..8d3a2f5 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A Chrome Extension with React + Parcel](https://medium.freecodecamp.org/building-chrome-extensions-in-react-parcel-79d0240dd58f) * [Build A ToDo App With React Native](https://blog.hasura.io/tutorial-fullstack-react-native-with-graphql-and-authentication-18183d13373a) * [Make a Chat Application](https://medium.freecodecamp.org/how-to-build-a-chat-application-using-react-redux-redux-saga-and-web-sockets-47423e4bc21a) +* [Create a News App with React Native](https://medium.freecodecamp.org/create-a-news-app-using-react-native-ced249263627) #### Angular: From 8f3fed67783c71436d29306fe108bd68b731dafe Mon Sep 17 00:00:00 2001 From: sayands Date: Wed, 23 May 2018 10:29:00 +0300 Subject: [PATCH 5/6] Added Neural Network from Scratch in Python tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d3a2f5..6566dbc 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d) * [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2) * [Learn Unsupervised Learning with Python](https://towardsdatascience.com/unsupervised-learning-with-python-173c51dc7f03) +* [Build Your OWn Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6) ### Deep Learning: From ae0afedcada8a64acc741c29d051141251ab43cf Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Thu, 24 May 2018 15:47:23 -0400 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6566dbc..57fc858 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d) * [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2) * [Learn Unsupervised Learning with Python](https://towardsdatascience.com/unsupervised-learning-with-python-173c51dc7f03) -* [Build Your OWn Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6) +* [Build Your Own Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6) ### Deep Learning: