[
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: [dair-ai]\npatreon: # Replace with a single Patreon username\nopen_collective: dairai\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncommunity_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry\nliberapay: # Replace with a single Liberapay username\nissuehunt: # Replace with a single IssueHunt username\notechie: # Replace with a single Otechie username\ncustom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']\n"
  },
  {
    "path": "CITATION.cff",
    "content": "cff-version: 1.2.0\nmessage: \"If you use this resource, please cite it as below.\"\nauthors:\n- family-names: \"Saravia\"\n  given-names: \"Elvis\"\ntitle: \"ML Visuals\"\ndate-released: 2022-12-16\nurl: \"https://github.com/dair-ai/ml-visuals\"\npreferred-citation:\n  type: article\n  authors:\n  - family-names: \"Saravia\"\n    given-names: \"Elvis\"\n  month: 12\n  journal: \"https://github.com/dair-ai/ml-visuals\"\n  title: \"ML Visuals\"\n  year: 2021\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2020 dair.ai\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# ML Visuals\n\n📣 Stay tuned for significant updates to both the slides and repository.!!!\n\n📣 In the meantime, [Join our Discord](https://discord.gg/SKgkVT8BGJ)\n\n[ML Visuals](https://docs.google.com/presentation/d/11mR1nkIR9fbHegFkcFq8z9oDQ5sjv8E3JJp1LfLGKuk/edit?usp=sharing) is a new collaborative effort to help the machine learning community in improving science communication by providing free professional, compelling and adequate visuals and figures. Currently, we have over 100 figures (all open community contributions). You are free to use the visuals in your machine learning presentations or blog posts. You don’t need to ask permission to use any of the visuals but it will be nice if you can provide credit to the designer/author (author information found in the slide notes). Check out the versions of the visuals below. \n\nThis is a project made by the [dair.ai](https://dair.ai/) community. The latest version of the Google slides can be found in this GitHub repository. Our community members will continue to add more common figures and basic elements in upcoming versions. Think of this as free and open artifacts and templates which you can freely and easily download, copy, distribute, reuse and customize to your own needs.\n\nML Visuals is now being used to power 100s of figures used by master/PhD students, papers (like this [one](https://arxiv.org/abs/2010.05113)), among other use cases. \n\n## How to Use?\n\nEssentially, we are using Google Slides to maintain all visuals and figures (check the versions below). To add your own custom figures, simply add a new slide and reuse any of the basic visual components (remember to request edit permissions). You can also create your own copy of the slides and customize whatever you like. We encourage authors/designers to add their visuals here and allow others to reuse them. Make sure to include your author information (in the notes section of the slide) so that others can provide credit if they use the visuals elsewhere (e.g. blog/presentations). Also, provide a short description of your visual to help the user understand what it is about and how they can use it. If you need \"Edit\" permission, just click on the \"request edit access\" option under the \"view only\" toolbar (in Google Slides) or send me an email at ellfae@gmail.com.\n\nDownloading a figure from any of the slides is easy. Just click on File→Download→(choose your format).\n\nIf you need help with customizing a figure or have an idea of something that could be valuable to others, we can help. Just open an issue [here](https://github.com/dair-ai/ml-visuals/issues/new) and we will do our best to come up with the visual. Thanks.\n\nFeel free to reach out to me on [Twitter](https://twitter.com/omarsar0) for an invite to our Slack group.\n\n## Versions:\n- [Version 1.0](https://docs.google.com/presentation/d/11mR1nkIR9fbHegFkcFq8z9oDQ5sjv8E3JJp1LfLGKuk/edit?usp=sharing)\n\n\n## How to Contribute?\n- You can check out our [Project page](https://github.com/orgs/dair-ai/projects/8) to see all the ongoing tasks or issues related to this research project. Lookout for the main `ml_visuals` tag. Issues with the `good first issue` tag are good tasks to get started with.\n- You can also just check the [issues tab](https://github.com/dair-ai/ml-visuals/issues).\n- You can ask anything related to this project in our Slack group\n- Slack channel: #ml_visuals\n\n**Some ideas for figures to add to the Slides** ([issue](https://github.com/dair-ai/ml-visuals/issues/14))\n\n- [ ] Linear regression, single-layer neural network\n- [ ] Multilayer Perceptron with hidden layer\n- [ ] Backpropagation\n- [ ] Batch Normalization and alternatives\n- [ ] Computational Graphs\n- [ ] Dropout\n- [ ] CNN - padding, stride, pooling,... \n- [ ] LeNet\n- [ ] AlexNet\n- [ ] VGG\n- [ ] GoogleNet\n- [ ] ResNet\n- [ ] DenseNet\n- [ ] Memory Networks\n- [ ] RNN\n- [ ] Deep RNN\n- [ ] Bidirectional RNN\n- [ ] GRU\n- [ ] LSTM\n- [ ] Language RNN models\n- [ ] Backpropagation through time\n- [ ] Encoder-Decoder Architecture\n- [ ] Seq2seq with RNN encoder-decoder\n- [ ] Bearm search and other decoding strategies\n- [ ] Attention\n- [ ] Multi-head attention\n- [ ] Self-attention\n- [ ] Transformer\n- [ ] Word2vec/GloVe/Skip-gram/CBOW/BERT/GPT....\n- [ ] Common/Popular CV/NLP Tasks\n\nList adopted from multiple resources including [nlpoverview](https://nlpoverview.com/index.html) and [d2l.ai](https://d2l.ai/) which both contain a very solid syllabus.  \n\n## Examples of Visuals\n![](1.png)\n![](2.png)\n![](3.png)\n"
  }
]