.
Step 0: Fork this repository!
- Inside the corresponding domain ML/DL, create a folder that will be the artciles title. e.g.
supervised-vs-unsupervised-learning
. Please note that this name can only contain hyphens and english alphabets. - Write your blog in
supervised-vs-unsupervised-learning.md
inside this folder. - Add assets, e.g. any images to
assets
inside this folder. - Note that your
supervised-vs-unsupervised-learning.md
must also have a title. :
Final structure should look like this:
ML-DL-blogs
|-- ML/DL
|
| |-- article-example-1
| | |-- ARTICLE_NAME.md
| | |
| | |-- assets
| | |-- 1.png
| | |-- 2.png
| | `-- 3.png
| |-- article-example-2
| | |-- ARTICLE_NAME.md
Please note: - In one PR, you can write only one article - Contribute atleast one article per month.
As soon as you create your PR, it will be reviewed and you will be allowed to make changes to make it better. If everything is fine, your PR will be merged.
Have fun writing good-quality articles!