awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ImagineAILab avatar

ImagineAILab/ai-by-hand-excel

0
View on GitHub↗
6,177 estrellas·765 forks·MIT·8 vistas

Ai By Hand Excel

Este proyecto consiste en modelos interactivos basados en hojas de cálculo diseñados para demostrar la mecánica matemática de la retropropagación (backpropagation), perceptrones multicapa y atención de transformadores. Sirve como un simulador de red neuronal basado en Excel para calcular manualmente operaciones de tensores y multiplicaciones de matrices para visualizar el flujo de datos.

Los modelos proporcionan una forma de visualizar la lógica interna de las redes neuronales implementando auto-atención y retropropagación a través de fórmulas de celda explícitas. Incluye ejercicios matemáticos específicos para modelar la arquitectura de transformadores y las capas de perceptrones multicapa.

La simulación cubre los fundamentos del aprendizaje profundo, incluyendo el cálculo de pases hacia adelante (forward passes) y el uso de descenso de gradiente para actualizar pesos. Utiliza simulaciones de tensores basadas en celdas para rastrear actualizaciones de parámetros y mapear relaciones ponderadas dentro de los mecanismos de atención.

Features

  • Spreadsheet AI Simulations - Builds simplified versions of multi-layer perceptrons in Excel to visualize internal neural network behavior.
  • Attention Visualizations - Visualizes self-attention weights and relationships through matrix multiplication cells in a spreadsheet.
  • Backpropagation Implementations - Implements gradient-based optimization logic through explicit formulas to demonstrate how weights are updated.
  • Educational Neural Network Implementations - Offers pedagogical implementations of neural network components built from first principles using spreadsheet calculations.
  • Simulated Transformer Models - Simulates self-attention and the mathematical operations of transformer networks using manual Excel calculations.
  • Transformer Architecture Visualizations - Maps the internal mathematical operations and data flow of transformer architectures using cell-based calculations.
  • Deep Learning Fundamentals - Provides practical exercises on backpropagation and matrix multiplication to teach core deep learning logic.
  • Neural Network Forward Pass Simulators - Provides an interactive simulation of the step-by-step arithmetic involved in a neural network forward pass.
  • Neural Network Simulators - Provides a spreadsheet-based environment for manually calculating tensor operations to visualize neural network data flow.
  • Cell-Based Tensor Simulations - Implements tensor elements and linear algebra operations using individual spreadsheet cells for visualization.
  • MLP Mathematical Exercises - Offers a set of manual calculations in a spreadsheet for modeling the layers and weights of a multi-layer perceptron.
  • Educational Tensor Operations - Provides tools for calculating core tensor operations and matrix multiplications to track neural network data flow.
  • Reference-Linked Updates - Updates network parameters by linking output error cells directly back to input weight cells.
  • Mathematical Architecture Modeling - Models the mathematical operations of transformers and multi-layer perceptrons using manual calculations.
  • Spreadsheet Parameter Tracking - Stores model weights and biases in static cell ranges for manual adjustment and observation.

Historial de estrellas

Gráfico del historial de estrellas de imagineailab/ai-by-hand-excelGráfico del historial de estrellas de imagineailab/ai-by-hand-excel

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Ai By Hand Excel

Proyectos open-source similares, clasificados según cuántas características comparten con Ai By Hand Excel.
  • oreilly-japan/deep-learning-from-scratchAvatar de oreilly-japan

    oreilly-japan/deep-learning-from-scratch

    4,791Ver en GitHub↗

    This project is a deep learning educational implementation and Python neural network tutorial. It provides a collection of neural network implementations built from scratch to teach fundamental deep learning concepts without the use of high-level frameworks. The material is delivered as managed notebook courseware, featuring interactive code examples hosted in a managed environment. This approach allows for the execution of implementation examples in the cloud to eliminate the need for local machine configuration. The codebase covers the implementation of deep learning models, neural network

    Jupyter Notebook
    Ver en GitHub↗4,791
  • ashishpatel26/andrew-ng-notesAvatar de ashishpatel26

    ashishpatel26/Andrew-NG-Notes

    3,594Ver en GitHub↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    Ver en GitHub↗3,594
  • rasbt/llms-from-scratchAvatar de rasbt

    rasbt/LLMs-from-scratch

    97,260Ver en GitHub↗

    This repository serves as an educational framework for building large language models from the ground up. It provides a structured curriculum that guides learners through the end-to-end lifecycle of model development, including data processing, architecture design, and optimization. By focusing on low-level implementation, the project enables users to master the fundamental mechanics of artificial intelligence without relying on high-level abstraction frameworks. The project distinguishes itself by constructing neural network components and gradient-based optimization logic from first princip

    Jupyter Notebookaiartificial-intelligencechatbot
    Ver en GitHub↗97,260
  • microsoft/ai-eduAvatar de microsoft

    microsoft/ai-edu

    14,065Ver en GitHub↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    HTML
    Ver en GitHub↗14,065
Ver las 30 alternativas a Ai By Hand Excel→

Preguntas frecuentes

¿Qué hace imagineailab/ai-by-hand-excel?

Este proyecto consiste en modelos interactivos basados en hojas de cálculo diseñados para demostrar la mecánica matemática de la retropropagación (backpropagation), perceptrones multicapa y atención de transformadores. Sirve como un simulador de red neuronal basado en Excel para calcular manualmente operaciones de tensores y multiplicaciones de matrices para visualizar el flujo de datos.

¿Cuáles son las características principales de imagineailab/ai-by-hand-excel?

Las características principales de imagineailab/ai-by-hand-excel son: Spreadsheet AI Simulations, Attention Visualizations, Backpropagation Implementations, Educational Neural Network Implementations, Simulated Transformer Models, Transformer Architecture Visualizations, Deep Learning Fundamentals, Neural Network Forward Pass Simulators.

¿Qué alternativas de código abierto existen para imagineailab/ai-by-hand-excel?

Las alternativas de código abierto para imagineailab/ai-by-hand-excel incluyen: ashishpatel26/andrew-ng-notes — This project is a collection of structured study notes and notebooks serving as an educational resource for deep… oreilly-japan/deep-learning-from-scratch — This project is a deep learning educational implementation and Python neural network tutorial. It provides a… rasbt/llms-from-scratch — This repository serves as an educational framework for building large language models from the ground up. It provides… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical… accumulatemore/cv — This project is a comprehensive deep learning framework and educational platform designed for constructing, training,… dragen1860/deep-learning-with-tensorflow-book — This project is an open source deep learning textbook and educational resource. It provides a structured curriculum of…