dhira108 / machine-learning-articles

List of interesting articles on different topics of machine learning and deep learning
0 stars 0 forks source link

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

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:

How to Contribute

Format

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

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

Tips

Ideas for those who make fork, create Issues from origin

  1. Fork repository
  2. Enable Issues in Settings -> Issues
  3. Run main.py
  4. Add/Copy workflow ciff.yml to .github/workflows
  5. Create one release: v1.0.0

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!