FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing probabilty-setup...main · Paulyang80/DeepLearningLab · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Paulyang80/DeepLearningLab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: probabilty-setup
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: Paulyang80/DeepLearningLab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 44 files changed
  • 2 contributors

Commits on Dec 18, 2025

  1. Merge pull request #3 from Paulyang80/probabilty-setup

    Probabilty setup
    Paulyang80 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    9fa19fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc378a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Merge pull request #4 from Paulyang80/probabilty-setup

    Add torchvision dataset cache to .gitignore
    Paulyang80 authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    a34e41a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Paulyang80/main

    Update Web page
    Paulyang80 authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    e7eaee6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. feat: initialize web project with Next.js, TypeScript, and Tailwind CSS

    - Added package.json with dependencies for Next.js, React, and Tailwind CSS.
    - Created postcss.config.mjs for Tailwind CSS integration.
    - Added SVG assets for icons and logos in the public directory.
    - Configured TypeScript with strict settings and Next.js support in tsconfig.json.
    Paulyang80 committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    60e6210 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. Configuration menu
    Copy the full SHA
    d0de0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f47ce4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be916c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from Paulyang80/WebPage

    Adding Linear Regression Web Pages
    Paulyang80 authored Dec 28, 2025
    Configuration menu
    Copy the full SHA
    ef4f0bc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Configuration menu
    Copy the full SHA
    be7bc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2976469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d6f1b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. feat: Implement CNN Trainer for MNIST with data augmentation, dropout…

    …, and model checkpointing
    
    feat: Add diagnostic script to verify preprocessing outputs for MNIST dataset
    
    feat: Create a diagnostic tool to test web predictions and identify issues in the prediction pipeline
    
    chore: Add .gitignore for model files in the backend/models directory
    
    test: Add comprehensive tests for CNN module functionality and prediction accuracy
    
    test: Implement tests for MNIST API predictions with real images
    
    feat: Create a training script for CNN model on MNIST dataset
    
    feat: Develop a React component for CNN digit recognition with drawing canvas and prediction display
    Paulyang80 committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    05c37cc View commit details
    Browse the repository at this point in the history
  2. Refactor CNN module and testing scripts

    - Moved all CNN-related files to the backend/cnn/ directory, including model, predictor, trainer, and test scripts.
    - Deleted old test scripts (test_cnn_module.py, test_mnist_api.py, train_cnn.py) and replaced them with refactored versions in the new directory structure.
    - Updated import paths and adjusted file references to ensure compatibility with the new structure.
    - Added diagnostic scripts for preprocessing and web issue diagnosis.
    - Created comprehensive documentation including a quick start guide and a detailed checklist for refactoring completion.
    - Verified functionality through extensive testing, achieving 100% accuracy in API tests and successful module tests.
    Paulyang80 committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    1f5d08b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    987c331 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL