6 repos

Machine Learning Architectures — Artificial Intelligence & Machine Learning

We curate 6 GitHub repositories matching artificial intelligence & machine learning · Machine Learning Architectures. Refine with filters or upvote what's useful.

Machine Learning Architectures — Artificial Intelligence & Machine Learning

We'll search the best matching repositories with AI.
  • openai/whisper

    openai/whisper

    94,839GitHub

    This project is a speech recognition and translation engine that utilizes a sequence-to-sequence transformer architecture to convert audio into text. It is built upon a weakly supervised learning framework, which leverages large-scale, unlabelled audio-transcript data to create generalized speech representations capabl

    Python
  • tensorflow/models

    tensorflow/models

    77,684GitHub

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines fo

    Python
  • d2l-ai/d2l-zh

    d2l-ai/d2l-zh

    75,708GitHub

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners

    Pythonbookchinesecomputer-vision
  • twitter/the-algorithm

    twitter/the-algorithm

    72,764GitHub

    The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content timelines. It functions as a multi-stage orchestration layer that aggregates candidate content from diverse social graphs and high-dimensional embedding spaces, processing user interaction data to deliver

    Scala
  • tesseract-ocr/tesseract

    tesseract-ocr/tesseract

    72,460GitHub

    Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into d

    C++hacktoberfestlstmmachine-learning
  • CompVis/stable-diffusion

    CompVis/stable-diffusion

    72,380GitHub

    Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of im

    Jupyter Notebook