Skip to content

Commit

Permalink
Resources added (dipakkr#512)
Browse files Browse the repository at this point in the history
* Resources added

* Updated projects.md
Fixes dipakkr#497
  • Loading branch information
aashish-ak authored and dipakkr committed Oct 24, 2018
1 parent b805f88 commit 9b9dbb5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> **Add in Proper Section after research**
1. Build.org
2. Young Entrepreneurs Academy
2. Young Entrepreneurs Academy
3. Future Founders
4. Global Engagement Summit ( Illinios )
5. Whatever it takes
Expand All @@ -22,4 +22,4 @@
18. The Future Project
19. Global Citizen Year
20. Ashoka Youth Venture
21. Thread
21. Thread
8 changes: 4 additions & 4 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Instructions :
| 114 | **Myla Deceree Sabordo** | Philippines | Student | [Github](https://github.com/mimi2495) |
| 115 | **Kelvin Omereshone** | Nigeria | Full Stack developer | [GitHub](https://github.com/DominusKelvin) | [Twitter](https://twitter.com/Dominus_Kelvin) | [Medium](https://medium.com/@dominuskelvin) | [LinkedIn](https://www.linkedin.com/in/kelvinomereshone/) |
| 116 | **Jon Taylor** | USA | Software engineering student | [GitHub](https://github.com/jontaylor224) |
| 117 | **Lucas Picollo** | Brasil | Trainee Developer | [GitHub](https://github.com/picollo) - [LinkedIn](https://www.linkedin.com/in/lucas-picollo/)|
| 117 | **Lucas Picollo** | Brasil | Trainee Developer | [GitHub](https://github.com/picollo) - [LinkedIn](https://www.linkedin.com/in/lucas-picollo/)|
| 118 | **Sonja Parsell** | USA | Web Developer/Software Developer | [GitHub](https://github.com/redsonjacode) |
| 119 | **Joshua Ogwang** | Uganda | Student | [GitHub](https://github.com/joshuaOgwang) |
| 120 | **Crews** | - | PHP developer | [GitHub](https://github.com/crewsycrews) |
Expand All @@ -157,10 +157,10 @@ Instructions :
| 124 | **Atem** | Germany | student | [GitHub](https://github.com/Cr0nic) |
| 125 | **Sujay** | India | student | [GitHub](https://github.com/slasher17) |
| 126 | **ElenaMLopez** | Spain | Developer | [GitHub](https://github.com/ElenaMLopez) |
| 127 | **Alvin Quijano** | Canada | Software Engineering Student | [GitHub](https://github.com/acqno) |
| 128 | **Shaan** | Pakistan | Software Engineering Student | [GitHub](https://github.com/shaanmuhammad786) |
| 127 | **Alvin Quijano** | Canada | Software Engineering Student | [GitHub](https://github.com/acqno) |
| 128 | **Shaan** | Pakistan | Software Engineering Student | [GitHub](https://github.com/shaanmuhammad786) |
| 129 | **Kaiz Merchant** | India | Full Stack Developer | [GitHub](https://github.com/kaiz123) |

| 130 | **Aashish Kumar** | India | CSE Student @ IIT Mandi | [GitHub](https://github.com/aashish-ak) |
----

### Thanks, You did a great Job. Please Consider giving :star: if you :heart::yellow_heart: our efforts.
4 changes: 2 additions & 2 deletions DataStructuresCheetSheet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Data Structures Cheet Sheet
**Best way to learn any data structure is to read about it first, understand it and then dive into solving problems using that data structure!**
- [Segment Tree](https://www.hackerearth.com/practice/data-structures/advanced-data-structures/segment-trees/tutorial/) - **Segment Tree is used in cases where there are multiple range queries on array and modifications of elements of the same array.**
- [Segment Tree](https://www.hackerearth.com/practice/data-structures/advanced-data-structures/segment-trees/tutorial/) - **Segment Tree is used in cases where there are multiple range queries on array and modifications of elements of the same array.**
**Goto problems:**
- [GSS1- SPOJ](https://www.spoj.com/problems/GSS1/) - **EASY**
- [GSS3- SPOJ](https://www.spoj.com/problems/GSS3/) - **EASY**
Expand All @@ -16,4 +16,4 @@
- [A Simple Task](https://codeforces.com/contest/558/problem/E) - **MEDIUM**
- [SEGSQRSS](https://www.spoj.com/problems/SEGSQRSS/) - **MEDIUM**
- [TorCoder](https://codeforces.com/contest/240/problem/F) - **HARD**
- [Comrades- III](https://www.hackerearth.com/practice/data-structures/advanced-data-structures/segment-trees/practice-problems/algorithm/comrades-iii/) - **HARD**
- [Comrades- III](https://www.hackerearth.com/practice/data-structures/advanced-data-structures/segment-trees/practice-problems/algorithm/comrades-iii/) - **HARD**
19 changes: 11 additions & 8 deletions ML.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Table of Contents

1. [Machine Learning](#1-machine-learning)

- [Where to Start in ML ? ](#1.1-where-to-start-in-ml)
- [Online Courses](#1.2-online-courses)
- [Research Paper](#1.3-research-paper)
Expand All @@ -25,7 +25,7 @@
- [Online Courses](#2.2-online-courses)
- [Research Paper](#2.3-research-paper)
- [Top Github Repositories](#2.4-top-github-repositories)

3. [DataSets](#2-datasets)

4. [Data Science Conference](#4-data-science-confs)
Expand All @@ -46,22 +46,22 @@

# 1. **Machine Learning**
## 1.1 Where to Start in ML?
1) Python
1) Python

- [Basics of Python](https://www.youtube.com/playlist?list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M)
- [More in Python](https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU)
- [Python for ML](https://www.udemy.com/python-for-data-science-and-machine-learning-bootcamp)

2) Maths for ML
- [Statistics and Probability](https://www.khanacademy.org/math/statistics-probability)
- [Partial Derivatives](https://www.khanacademy.org/math/multivariable-calculus/multivariable-derivatives)
- [Derivatives](https://www.khanacademy.org/math/calculus-1/cs1-derivatives-definition-and-basic-rules)
- [Linear Algebra](https://www.youtube.com/playlist?list=PLE7DDD91010BC51F8)



3) Intro to ML

- [Machine Learning Recipes with Josh Gordon](https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal)
- [Into to ML](https://in.udacity.com/course/intro-to-machine-learning--ud120-india)

Expand All @@ -71,9 +71,12 @@

- [[email protected]](http://course.fast.ai/start.html)
- [Deep Learning Specialization](https://www.coursera.org/specializations/deep-learning)

2)

# 3. **DataSets**
- [MNIST Dataset for Digit Recogniser](http://yann.lecun.com/exdb/mnist/)

## COMING SOON

# 5. **Celebrities in ML and AI world**
Expand Down
3 changes: 3 additions & 0 deletions Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@
+ <a href = "https://www.geeksforgeeks.org/python-schedule-library/">Python Schedule Library </a>
+ <a href = "https://www.geeksforgeeks.org/calendar-functions-in-python-set-1-calendar-month-isleap/">Python Calendar Library</a>
+ <a href = "https://www.djangoproject.com/">Learn Django to make backend accessible | Python </a>
+ <a href = "https://www.dataquest.io/blog/web-scraping-tutorial-python/"> Beautiful Soup Web Scraping Library Tutorial</a>

## 7. **Projects**
+ <a href ="https://github.com/shauryauppal/PyWhatsapp">PyWhatsapp | Whatsapp Automation </a>
+ <a href ="https://github.com/manojmj92/subtitle-downloader">Subtitle Downloader</a>
+ <a href ="https://github.com/manojmj92/imdb">The classic IMDB scraper</a>
+ <a href ="https://github.com/aashish-ak/CNN-from-Scratch">Digit Recogniser using CNN and Flask</a>
+ <a href ="https://github.com/aashish-ak/article_inventory">Article Inventory</a>
22 changes: 15 additions & 7 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
- [Spam/Ham Classification model](https://github.com/suleka96/RNN-and-ML-models/blob/master/LSTM_Enron.py)
- [Data Science - Pizza de Dados](http://pizzadedados.com/)
- [Data Science - Serenata de Amor](https://serenata.ai/)

2. Beginner Level: Practice Projects
- [Digit Recogniser](https://github.com/aashish-ak/CNN-from-Scratch)

2. Beginner Level: Practice Projects

- [Iris Data](https://archive.ics.uci.edu/ml/datasets/Iris)
- [Loan Prediction Data](https://datahack.analyticsvidhya.com/contest/practice-problem-loan-prediction-iii/)
Expand All @@ -15,8 +16,8 @@
- [Wine Quality Data](https://archive.ics.uci.edu/ml/datasets/Wine+Quality)
- [Turkiye Student Evaluation Data](https://archive.ics.uci.edu/ml/datasets/Wine+Qualityhttps://archive.ics.uci.edu/ml/datasets/Turkiye+Student+Evaluation)
- [Heights and Weights Data](http://wiki.stat.ucla.edu/socr/index.php/SOCR_Data_Dinov_020108_HeightsWeights)
- [MNIST Dataset for Digit Recogniser](http://yann.lecun.com/exdb/mnist/)


## 2. Blockchain

## 3. Internet Of Things
Expand All @@ -29,25 +30,32 @@
## 5. Full Stack Web Development
* [Make an Online IDE](https://github.com/kaustubhhiware/c0derunR)
* [Advanced React Course](https://advancedreact.com/)
* [MEAN Stack | Online portal of IIT Professors' details](https://github.com/aashish-ak/search_guru)

## 6. Backend Development

###### Django
- [API Services with token authentication (JWT)](https://github.com/kasulani/drf_tutorial)
- [E-Commerce](https://github.com/snipcart/snipcart-wagtail-integration)

###### Flask - Python Microframework
- [Article Inventory Tutorial from Scratch](https://bit.ly/py_flask)

## 7. Frontend Development

###### JavaScript
###### JavaScript
- [Javascript 30](https://javascript30.com/) Provides a list of front end development projects along with their sourcecode.
- [ExpressJS](http://sahatyalkabov.com/how-to-implement-password-reset-in-nodejs/)

###### React
- [Weather app](https://github.com/pixelsinprogress/weather-app-2)
- [Realtime chat backed by Firebase API](https://github.com/sar-gupta/space)

###### Beginner's Coding: Functional Programming in Coffee Script (for younger students)

###### Angular
- [Angular Tutorial](https://angular.io/guide/quickstart)

###### Beginner's Coding: Functional Programming in Coffee Script (for younger students)
- [Play Code Monkey](https://www.playcodemonkey.com)

## 8. Mobile App Development
- [Popular Movies - Udacity](https://github.com/dipakkr/Popular-Movies)

0 comments on commit 9b9dbb5

Please sign in to comment.