Skip to content

atulRanaa/machine-learning

Repository files navigation

AI & Machine Learning Engineering

A comprehensive open-source study resource and foundational guide for Artificial Intelligence, Machine Learning, and Deep Learning internals.

This repository powers the MkDocs documentation site, providing:

  • Deep mathematical rigor and derivations
  • Python, Scikit-learn, and PyTorch coding labs
  • Architectural overviews and structural engineering patterns for Scalable AI
  • Curated Hall of Fame for the top ML/AI research papers

Local Development

To run the documentation site locally, ensure you have Python installed, then follow these steps:

  1. Clone the repository:

    git clone https://github.com/atulRanaa/machine-learning.git
    cd machine-learning
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required dependencies:

    pip install mkdocs mkdocs-material pymdown-extensions
  4. Serve the documentation site:

    mkdocs serve

    Open http://localhost:8000 in your browser.

Deployment

The site is automatically built and deployed to GitHub Pages using GitHub Actions whenever changes are pushed to the main branch.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Machine Learning with Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages