Here are essential tools and platforms for AI/ML development:

🧠 Core Frameworks & Libraries

  • TensorFlow

    TensorFlow_Logo
    Open-source framework by Google for machine learning and deep learning. [Explore TensorFlow tutorials](/en/tutorials/tensorflow)
  • PyTorch

    PyTorch_Logo
    Popular library for dynamic neural networks (used by Facebook AI Research). [Check PyTorch documentation](/en/docs/pytorch)
  • scikit-learn

    Scikit_Learn_Logo
    Python library for classical machine learning algorithms. [See scikit-learn examples](/en/examples/scikit-learn)

🛠️ Development Tools

  • Jupyter Notebook

    Jupyter_Notebook_Logo
    Interactive coding environment for data science workflows. [Try Jupyter online](/en/jupyter)
  • Google Colab

    Google_Colab_Logo
    Free cloud-based notebook with GPU/TPU support for ML experiments. [Launch Colab demo](/en/colab)

🏗️ Cloud Platforms

  • AWS SageMaker

    AWS_SageMaker_Logo
    Fully managed service for building and deploying ML models. [AWS ML services overview](/en/aws-ml)
  • Azure Machine Learning

    Azure_Machine_Learning_Logo
    Cloud platform for end-to-end ML development (Microsoft's offering). [Azure ML documentation](/en/azure-ml)

For deeper exploration, browse AI/ML software categories to discover more resources. 🌐