Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 2.1 KB

File metadata and controls

58 lines (40 loc) · 2.1 KB

Contributing to Free AI Resources

Thank you for your interest in contributing to this project! We welcome contributions from the community to help make this collection even more valuable.

How to Contribute

Adding New Resources

  1. Fork this repository to your GitHub account

  2. Navigate to the appropriate category file in the /resources/ directory:

    • machine-learning-fundamentals.md
    • deep-learning-neural-networks.md
    • natural-language-processing.md
    • computer-vision.md
    • reinforcement-learning.md
    • ai-tools-frameworks.md
    • research-papers-publications.md
    • datasets-benchmarks.md
  3. Add your resource using the following format:

    - [Resource Name](URL) - Brief description of the resource and what makes it valuable.
    
  4. Submit a pull request with your changes

Resource Criteria

Please ensure all submitted resources meet these criteria:

  • Free and publicly accessible - No paywalls or premium subscriptions required
  • High-quality content - Well-written, accurate, and educational
  • Relevant to AI/ML - Directly related to the category you're adding it to
  • Active and maintained - For tools and courses, ensure they are still maintained
  • Appropriate licensing - Resources should have clear licensing for educational use

Pull Request Guidelines

When submitting a pull request:

  1. Provide a clear title describing what you're adding
  2. Include a brief description of why this resource is valuable
  3. Make sure your formatting matches the existing entries
  4. Only add resources you have personally reviewed and found valuable
  5. One resource per pull request (makes review easier)

Code of Conduct

Please note that this project is released with a Code of Conduct. By participating in this project, you agree to abide by its terms.

Questions or Suggestions?

If you have questions about contributing or suggestions for improving the repository:

  • Open an issue to discuss your ideas
  • Reach out via GitHub discussions

Thank you for helping make AI education more accessible!