From 1f18af4baf5bdcb6deddcee4eff6486834da936e Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:22:34 +0530 Subject: [PATCH 1/5] Added Andrew Trask simple Neural Net tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 472a026..9674512 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part X - Neural Nets with word2vec/doc2vec](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-10-neural-network-with-a6441269aa3c) * [Part XI - CNN with Word2Vec](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-11-cnn-word2vec-41f5e28eda74) * [Use Transfer Learning for custom image classification](https://becominghuman.ai/transfer-learning-retraining-inception-v3-for-custom-image-classification-2820f653c557) +* [Learn to Code a simple Neural Network in 11 lines of Python](https://iamtrask.github.io/2015/07/12/basic-python-network/) ### Miscellaneous: From 9ea979cfe710330762f45f965efa47beafdc9dcd Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:23:50 +0530 Subject: [PATCH 2/5] Added Neural Net using Gradient Descent Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9674512..543c2cd 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part XI - CNN with Word2Vec](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-11-cnn-word2vec-41f5e28eda74) * [Use Transfer Learning for custom image classification](https://becominghuman.ai/transfer-learning-retraining-inception-v3-for-custom-image-classification-2820f653c557) * [Learn to Code a simple Neural Network in 11 lines of Python](https://iamtrask.github.io/2015/07/12/basic-python-network/) +* [Build a Neural Network using Gradient Descent Approach](https://iamtrask.github.io/2015/07/27/python-network-part2/) ### Miscellaneous: From 09967dd6faaa89229dbe6d6bf168c28bbd58060a Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:28:30 +0530 Subject: [PATCH 3/5] Added Search bot tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 543c2cd..80dfdc2 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-in-just-38-lines-of-code-ed92db9eb078) * [Part 2](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-part-2-do-more-2ef1e039715d) * [Create A Simple RESTFUL Web App](https://closebrace.com/tutorials/2017-03-02/creating-a-simple-restful-web-app-with-nodejs-express-and-mongodb) +* [Build A Simple Search Bot in 30 minutes](https://medium.freecodecamp.org/how-to-build-a-simple-search-bot-in-30-minutes-eb56fcedcdb1) #### Vue From 74cd28d07ecf0d52c307e1c7ec7e7eac9830153c Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:41:40 +0530 Subject: [PATCH 4/5] Added Appointment Scheduler Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80dfdc2..43ad643 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build Your Own React Boilerplate](https://medium.freecodecamp.org/how-to-build-your-own-react-boilerplate-2f8cbbeb9b3f) * [Code The Game Of Life With React](https://medium.freecodecamp.org/create-gameoflife-with-react-in-one-hour-8e686a410174) * [A Basic React+Redux Introductory Tutorial](https://hackernoon.com/a-basic-react-redux-introductory-tutorial-adcc681eeb5e) +* [Build an Appointment Scheduler](https://hackernoon.com/build-an-appointment-scheduler-using-react-twilio-and-cosmic-js-95377f6d1040) #### Angular: From f5b8d96b925d612170ada97bc9130a086bc7fa70 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:48:31 +0530 Subject: [PATCH 5/5] Added Chat App with Sentiment Analysis tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43ad643..45ff27d 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Code The Game Of Life With React](https://medium.freecodecamp.org/create-gameoflife-with-react-in-one-hour-8e686a410174) * [A Basic React+Redux Introductory Tutorial](https://hackernoon.com/a-basic-react-redux-introductory-tutorial-adcc681eeb5e) * [Build an Appointment Scheduler](https://hackernoon.com/build-an-appointment-scheduler-using-react-twilio-and-cosmic-js-95377f6d1040) +* [Build A Chat App with Sentiment Analysis](https://codeburst.io/build-a-chat-app-with-sentiment-analysis-using-next-js-c43ebf3ea643) #### Angular: