• Stars
    star
    163
  • Rank 226,736 (Top 5 %)
  • Language
    HTML
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

List of interesting articles on different topics of machine learning and deep learning

Machine Learning Articles

About

A repository for organizing different topics of machine learning articles in the form of Github's Issues. This idea is inspired by this arXivTimes repository on summarizing machine learning papers. The article of this repo can be found here

The website of this repo could be found here

image

Motivation

Have you ever read an interesting article and want to keep it somewhere for future reference or share it with your friends? If you are successfully keeping it in a folder, it will be easily forgetten and hard to find that particular article in your pile of articles.

Solution

Use this repository as a way to keep track of your favorite articles as well as see what other interesting articles that people are reading.

Why should you Contribute?

Keeping track of articles in this repository comes with multiple benefits:

  • Organized your articles so that it is easy find your article for future reference
  • Quickly review the key points of the articles without reading the whole articles
  • The art of summarizing will help you to retain and comprehend the information better
  • Save the time of going through low-quality article by looking at the articles others enjoy
  • Ask questions or express your opinons on the articles in the comment section of Issues image

How to Contribute

Format

To contribute a paper, please follow the format listed below:

  • For articles that you would like to contribute, please create a new "Issue". A template will be created as you create a new issue. All you need is to fill in the section
  • Use the name of the article as the title of the Issues.
  • Use the following guidelines when submitting a new entry (Feel free to skip any section that is not relevant to what you are looking for):
    • TL;DR - A quick short sentence summary of the paper.
    • Link to the article.
    • Author
    • Key Takeaways - parts of the articles that you find useful.
    • Useful Code Snippets - useful codes that you want to save for later
    • Useful Tools - useful tools that you want to try out or integrate into your workflow
    • Comments/Questions - Your thoughts or questions on the articles.
      • What do you like about this article? What you wish to learn more from?
      • What issues you have while trying to follow the codes or setup in the article?
      • What parts of the articles that you are puzzling about?

The general template to be used can be found here. Sample example of an issue can be found here
image

Tips

  • The length of the TL;DR should be enough to fit in a single tweet (~140 characters). The "ideal" TL;DR should capture the essence of the problem being solved, the solution/approach the author has taken and the results. Please try your best to help communicate the essence of the article!
  • Remember, regard this as your own folder. Just write down the things that you think will be useful for yourself to look back! If an article has many pieces of information, some of which you already know and too lazy to write down in the template. Just write down whatever you feel like writing. It is better to write something than give it up all the way
  • If you are making a contribution for a specific article, please designate yourself within the Assignees of the issue. This will help us to identify who has provided content and accordingly give credit.
  • Use the Labels to tag the category of the article accordingly. (Currently only contributors are only allowed to issue those tags, thus we'll take care of the tagging when submissions have been recieved.)
  • Use the comments section as a place to discuss, comment, ask questions or give feedback on the article.

Ideas for those who make fork, create Issues from origin

  1. Fork repository

  2. Enable Issues in Settings -> Issues

    The steps 1 and 2 need be manual

  3. We need set Personal Access Token (PAT):

    • Your Profile -> Settings
    • Developers -> Personal access token
    • Add new Token (copy for use in Secrets) Make sure set the scopes: repo Ex: Machine Learning Articles Access — repo

    3.1 Settings your Repo:

    • Settings -> Secrets
    • Add a new secret: ACTIONS_SECRET : <paste personal access token generated before>
  4. Create final release: v1.0.0 (Import Issues to the repository)

    • Optional you can create one Project(machine-learning-articles/projects) named Machine Learning Articles (To do , In progress, Done) for manage the Issues

How to

Add image

Adding image can be helpful to know what the article about. Simply copy the address of the image in the website and use ![image description](link to the image) to add image to your issue!

For proposing any meta-level changes to this repository, such as adding more tags, changing the template format, please create a new issue using the proposal tag and provide us with your feedback!

More Repositories

1

Data-science

Collection of useful data science topics along with articles, videos, and code
Jupyter Notebook
3,988
star
2

Efficient_Python_tricks_and_tools_for_data_scientists

Efficient Python Tricks and Tools for Data Scientists
Jupyter Notebook
1,391
star
3

data-science-template

Template for a data science project
Python
668
star
4

awesome-Python-data-science-books

Probably the best curated list of data science books in Python
386
star
5

reproducible-data-science

Tutorials on creating a reproducible and maintainable data science project
Jupyter Notebook
130
star
6

rich-dataframe

Create animated and pretty Pandas Dataframe
Python
117
star
7

cicd-mlops-demo

Demo for CI/CD in a machine learning project
Python
90
star
8

Machine-learning-pipeline

Example machine learning pipeline with MLflow and Hydra
Python
85
star
9

top-github-scraper

Scape top GitHub repositories and users based on keywords
HTML
77
star
10

Python-data-science-code-snippet

Useful data science and Python code snippets at Data Science Simplified
Jupyter Notebook
66
star
11

khuyentran1401

49
star
12

prefect2-mlops-demo

Demo on how to use Prefect 2 in an ML project
Python
40
star
13

employee-future-prediction

Demo for Using GitHub Actions in MLOps
Jupyter Notebook
39
star
14

prefect-mlops-recipes

Tutorials/use cases of using Prefect in an ML project.
39
star
15

hydra-demo

Python
31
star
16

analyze_github_feed

Create a local dashboard to visualize and filter your GitHub feed
Python
29
star
17

prefect-docker

Demo on how to use Prefect with Docker
Python
26
star
18

prefect-dvc

Python
24
star
19

python_snippet

Python and data science snippets on the command line
Python
21
star
20

Task-scheduler-problem

Jupyter Notebook
21
star
21

hydra_demo

Demo of Hydra
Python
18
star
22

detect-data-drift-pipeline

A pipeline to detect data drift and retrain the model when there is drift
Python
18
star
23

dog_classifier

A simple app to classify dogs using fastai and streamlit.
Jupyter Notebook
17
star
24

same-stats-different-graphs

Create datasets with different graphs but the same statistics
Python
17
star
25

kedro_demo

A demo of a data science project using Kedro
Python
16
star
26

Numerical-Optimization-Machine-learning

Codes for popular numerical optimization methods and machine learning algorithms
Jupyter Notebook
13
star
27

Applied-Integer-Programming-with-Python

Jupyter Notebook
13
star
28

prefect-alert

A decorator that sends alert when a Prefect flow fails
Python
12
star
29

linear-programming-with-PuLP

Jupyter Notebook
12
star
30

Voronoi-diagram

Implementation of voronoi diagram with incremental algorithm
Jupyter Notebook
12
star
31

iris-prefect

Python
11
star
32

aboutKhuyen

Website showing some of my accomplishments
9
star
33

kdtree-implementation

Python
8
star
34

prefect-course

Python
6
star
35

Data-science-videos

Videos for Data Science Simplified YouTube Channel
Jupyter Notebook
6
star
36

Extract-text-from-article

Jupyter Notebook
6
star
37

dagshub-demo

Demo of DagsHub
Jupyter Notebook
6
star
38

strip_interactive

Strip and execute interactive Python string in a Python script
Python
6
star
39

Web-Scrapping-Wikipedia

Jupyter Notebook
5
star
40

Speed-Dating

Explore the factors that make a yes/no in a fast dating setup
Python
5
star
41

dbt-demo

Demo for dbt
5
star
42

dataset

4
star
43

Cython

HTML
4
star
44

atoti_project

An example data science project using atoti
Python
4
star
45

Author-Profiling

Jupyter Notebook
3
star
46

animated_bar_chart

Jupyter Notebook
3
star
47

google_trend

Jupyter Notebook
3
star
48

deploy_atoti

Python
3
star
49

test-gpt-commit

Python
3
star
50

refactor_function

5 Steps to Transform Messy Functions into Production-Ready Code
Python
3
star
51

Suicide-rates

Jupyter Notebook
2
star
52

MNIST-gradient-descent

Implementation of gradient descent from scratch with binary cross entrophy loss
Jupyter Notebook
2
star
53

nyc_property_sales

Jupyter Notebook
2
star
54

creative-developer-blog

SCSS
2
star
55

Web-scrape-Ghibli-Movie-Database

Jupyter Notebook
2
star
56

github_analysis

Analyze top users on Github
2
star
57

world-population-prediction

Simple prediction of world population using Linear Regression
Jupyter Notebook
2
star
58

code_image_to_text

Python
2
star
59

my-ds

Python
2
star
60

talk_demos

Collections of code for meetups and conferences
Python
2
star
61

dbt-mage

Python
2
star
62

EPS-Y

Jupyter Notebook
2
star
63

Game-of-Thrones-And-Graph

https://towardsdatascience.com/how-to-visualize-social-network-with-graph-theory-4b2dc0c8a99f
Jupyter Notebook
2
star
64

visualize_github

Jupyter Notebook
1
star
65

Flask

Python
1
star
66

mlops-kestra-workflow

Demo on an automated model training workflows triggered by S3
Python
1
star
67

Computational-Geometry

Jupyter Notebook
1
star
68

Web-scrapping

In this repository, I use Beautiful Soup to extract data from websites to gain insights for further analysis
Jupyter Notebook
1
star
69

KNN-and-Bayes-Classifier

The implementation and comparison of Optimal Bayes with symmetric loss and KNN Classifier
Python
1
star
70

Time-Python-Objects

Jupyter Notebook
1
star
71

analyze-happiness-report

Jupyter Notebook
1
star
72

predict-heart-disease

Jupyter Notebook
1
star
73

Non-negative-least-squares

Jupyter Notebook
1
star
74

Recursion-examples

Jupyter Notebook
1
star
75

voyce

Python
1
star
76

pretty-text

A package to create pretty text in 1 command line
Python
1
star
77

Union-algorithms

Jupyter Notebook
1
star
78

Ghibli-scrape-analysis

Jupyter Notebook
1
star
79

python-project

Makefile
1
star
80

article-analysis

Jupyter Notebook
1
star
81

zenml_example

An end-to-end project using ZenML
1
star
82

customed-nitpick

Customized configurations for nitpick
1
star
83

pandas-processors

Python
1
star
84

Sample_datapane_script

This repo shows how to use Datapane create a simple script to see the rank of the authors or publications with respect to publishing frequency
Jupyter Notebook
1
star
85

gapminder

Jupyter Notebook
1
star