Skip to content

Commit

Permalink
Adding competition site links to thea new page and linking it to the …
Browse files Browse the repository at this point in the history
…Programming in Python and Main pages, removing the old competition related page
  • Loading branch information
neomatrix369 committed Oct 6, 2019
1 parent 915df97 commit 59b8df4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Competitions-coding-challenges.md

This file was deleted.

4 changes: 4 additions & 0 deletions Programming-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
- [NumPy aware dynamic Python compiler using LLVM ](https://github.com/ameroueh/numba) | [Numba](http://numba.pydata.org/)
- [Profiling in Python](https://github.com/mkunesch/profiling-talk) - by [Markus Kunesch](https://github.com/mkunesch)

## Competitions & coding challenges

See [Competitions > Coding challenges](./competitions.md#coding-challenges)

# Contributing

Contributions are very welcome, please share back with the wider community (and get credited for it)!
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn
- [General](README-details.md#general)
- [Artificial Intelligence](README-details.md#artificial-intelligence)
- [Automation](README-details.md#automation)
- [Competitions](competitions.md)
- [Ethics / altruistic motives](README-details.md#ethics--altruistic-motives)
- [Java](README-details.md#java)
- [Business / General / Semi-technical](README-details.md#business--general--semi-technical)
Expand Down
31 changes: 31 additions & 0 deletions competitions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Competitions: AI, ML, DL, DS

- [Kaggle competitions](https://www.kaggle.com/competitions)
- [Closed DS Competition: CareerVillage](https://www.kaggle.com/c/data-science-for-good-careervillage)
- [Closed DS Competition: City of Los Angeles](https://www.kaggle.com/c/data-science-for-good-city-of-los-angeles)
- [Bitgrit competition platform](https://competition.bitgrit.net/)
- [CrowdAI](https://www.crowdai.org/challenges?challenge_filter=active)
- [Crowd Analytix](https://www.crowdanalytix.com/community)
- [CodaLab](http://codalab.org/)
- [DataKind DataDives](https://www.datakind.org/datadives)
- [DataScience.net](http://datascience.net/)
- [Data Science Challenge](https://www.datasciencechallenge.org/)
- [Driven Data](https://www.drivendata.org/competitions/)
- [Pivigo Challenges](https://www.pivigo.com/dashboard/#/challenges/)
- [Analytics, Data Science, Data Mining Competitions](https://www.kdnuggets.com/competitions/)
- [DATA SCIENCE COMPETITIONS by Analytics Vidhya](https://www.analyticsvidhya.com/blog/tag/data-science-competitions/)
- [Signate Competitions (Japanese)](https://signate.jp/competitions/)
- [Best kept secret about data science competitions by Vincent Granville](https://www.datasciencecentral.com/group/resources/forum/topics/best-kept-secret-about-data-science-competitions)
- [MPP Capstone Challenge](https://www.datasciencecapstone.org/)
- [Topcoder Data Science & Analytics competitions](https://www.topcoder.com/community/data-science/)
- [data-science-competitions on github](https://github.com/data-science-competitions)
- [Data Science Bowl](https://datasciencebowl.com/)
- [Data science competition platforms you need to know about](https://medium.com/@opetundeadepoju/data-science-competition-platforms-you-need-to-know-about-55b6840c087e)
- [KDD Data mining and Knowledge Discovery cup](http://www.kdd.org/kdd-cup)
- [VizDoom AI competition](http://vizdoom.cs.put.edu.pl/competition-cig-2017)

## Coding challenges

- [Hacker Rank](https://lnkd.in/gEufBUu)
- [Codeacademy](https://lnkd.in/gGQ7cuv)
- [LeetCode](https://leetcode.com/)

0 comments on commit 59b8df4

Please sign in to comment.