Skip to content

Commit 5a9055f

Browse files
authored
Merge pull request #537 from notesjor/patch-1
Add new resources and links to README.md
2 parents e12a943 + cda3125 commit 5a9055f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ How do you learn data science? By doing data science, of course! Okay, okay - th
229229
- [Introduction to Data Science](https://www.mygreatlearning.com/academy/learn-for-free/courses/introduction-to-data-science)
230230
-[Getting Started with Python for Data Science](https://www.codecademy.com/learn/getting-started-with-python-for-data-science)
231231
- [Google Advanced Data Analytics Certificate](https://grow.google/data-analytics/) – Professional courses in data analysis, statistics, and machine learning fundamentals.
232+
- [Maschinelle Sprachgebrauchsanalyse - Grundlagen der Korpuslinguistik](https://www.twillo.de/edu-sharing/components/collections?id=e6ce03ae-4660-49b0-be10-dcc92e71e796) - course material on text-mining / corpus-linguistics *in German* funded by the federal state of North Rhine-Westphalia
233+
- [Programmieren für Germanist*innen](https://www.twillo.de/edu-sharing/components/collections?id=16bac749-f10e-483f-9020-5d6365b4e092) - course material: programming in python *in German* for digital humanities - funded by the federal state of North Rhine-Westphalia
232234

233235
### Intensive Programs
234236
**[`^ back to top ^`](#awesome-data-science)**
@@ -517,6 +519,7 @@ These are some Machine Learning and Data Mining algorithms and models help you t
517519
| [Data Science Lifecycle Template Repo](https://github.com/dslp/dslp-repo-template) | Template repository for data science lifecycle project |
518520
| [RexMex](https://github.com/AstraZeneca/rexmex) | A general purpose recommender metrics library for fair evaluation. |
519521
| [ChemicalX](https://github.com/AstraZeneca/chemicalx) | A PyTorch based deep learning library for drug pair scoring. |
522+
| [CorpusExplorer](http://corpusexplorer.de/) | Software for corpus linguists and text/data mining enthusiasts. Build your own corpora in over 60 languages. Use over 50 tools/visualizations. |
520523
| [PyTorch Geometric Temporal](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) | Representation learning on dynamic graphs. |
521524
| [Little Ball of Fur](https://github.com/benedekrozemberczki/littleballoffur) | A graph sampling library for NetworkX with a Scikit-Learn like API. |
522525
| [Karate Club](https://github.com/benedekrozemberczki/karateclub) | An unsupervised machine learning extension library for NetworkX with a Scikit-Learn like API. |
@@ -717,6 +720,7 @@ This section includes some additional reading material, channels to watch, and t
717720
- [Grokking Bayes](https://www.manning.com/books/grokking-bayes)
718721
- [Machine Learning Q and AI](https://sebastianraschka.com/books/ml-q-and-ai)
719722
- [JavaScript for Data Science](https://third-bit.com/js4ds/) - Free html page
723+
- [Angewandte Data Science](https://angewandtedatascience.de/) - German book about applied data science
720724

721725
#### Book Deals (Affiliated)
722726

@@ -751,6 +755,9 @@ This section includes some additional reading material, channels to watch, and t
751755
- [DataTalks.Club](https://datatalks.club). A weekly newsletter about data-related things. [Archive](https://us19.campaign-archive.com/home/?u=0d7822ab98152f5afc118c176&id=97178021aa).
752756
- [The Analytics Engineering Roundup](https://roundup.getdbt.com/about). A newsletter about data science. [Archive](https://roundup.getdbt.com/archive).
753757

758+
### Mailing lists
759+
**[`^ back to top ^`](#awesome-data-science)**
760+
- [Working Group - Research Software Engineering in the Digital Humanities](https://www.listserv.dfn.de/sympa/info/ag-dhrse). This is the mailing list for the Research Software Engineering in the Digital Humanities (DH-RSE) working group.
754761

755762
### Bloggers
756763
**[`^ back to top ^`](#awesome-data-science)**
@@ -835,6 +842,7 @@ This section includes some additional reading material, channels to watch, and t
835842
- [Applied AI Blogs](https://www.appliedaicourse.com/blog/) - In-depth articles on AI, machine learning, and data science concepts with practical applications.
836843
- [Scaler Blogs](https://www.scaler.com/blog/) - Educational content on software development, AI, and career growth in tech.
837844
- [Mlu github](https://mlu-explain.github.io/) - Mlu is developed amazon to help people in ml space you can learn everything from basics here with live diagrams
845+
- [Jan Oliver Rüdiger](https://notesjor.de/) - ML, DL and Data Science - with a focus on text-/data-mining
838846

839847
### Presentations
840848
**[`^ back to top ^`](#awesome-data-science)**
@@ -1027,6 +1035,7 @@ Below are some Social Media links. Connect with other data scientists!
10271035
| [Alexey Grigorev](https://twitter.com/Al_Grigor) | Data science author |
10281036
| [İlker Arslan](https://twitter.com/ilkerarslan_35) | Data science author. Shares mostly about Julia programming |
10291037
| [INEVITABLE](https://twitter.com/WeAreInevitable) | AI & Data Science Start-up Company based in England, UK |
1038+
| [Jan Oliver Rüdiger](https://x.com/notesJOR) | ML, DL and Data Science - with a focus on text-/data-mining |
10301039

10311040
### Telegram Channels
10321041
**[`^ back to top ^`](#awesome-data-science)**
@@ -1141,6 +1150,8 @@ Some data mining competition platforms
11411150
- [250k+ Job Postings](https://aws.amazon.com/marketplace/pp/prodview-p2554p3tczbes) - An expanding dataset of historical job postings from Luxembourg from 2020 to today. Free with 250k+ job postings hosted on AWS Data Exchange.
11421151
- [FinancialData.Net](https://financialdata.net/documentation) - Financial datasets (stock market data, financial statements, sustainability data, and more).
11431152
- [Google Dataset Search](https://datasetsearch.research.google.com/) – Find datasets across the web.
1153+
- [notesjor corpus-collection](https://notes.jan-oliver-ruediger.de/korpora/) - Free corpora (over 6 billion tokens) mostly German (both historically and in contemporary German).
1154+
- [CLARIN-Repository](https://lindat.mff.cuni.cz/repository/home) - CLARIN is a European repository for scientific datasets.
11441155

11451156

11461157
### Comics

0 commit comments

Comments
 (0)