help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
pytorch-neuralnetworks
/
training
RSK World
pytorch-neuralnetworks
Neural networks with PyTorch
training
  • __pycache__
  • __init__.py917 B
  • advanced_trainer.py5.2 KB
  • callbacks.py5.6 KB
  • metrics.py3.9 KB
  • trainer.py5.4 KB
  • utils.py3.9 KB
__init__.py
training/__init__.py
Raw Download
Find: Go to:
"""
Training Package - PyTorch Neural Networks
Project: PyTorch Neural Networks
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
"""

from .trainer import Trainer
from .advanced_trainer import AdvancedTrainer, DistributedTrainer
from .callbacks import EarlyStopping, ModelCheckpoint, LearningRateScheduler
from .metrics import (
    calculate_accuracy, calculate_confusion_matrix, 
    plot_confusion_matrix, classification_report_metrics, evaluate_model
)
from .utils import generate_sample_data, plot_training_history

__all__ = [
    'Trainer', 'AdvancedTrainer', 'DistributedTrainer',
    'EarlyStopping', 'ModelCheckpoint', 'LearningRateScheduler',
    'calculate_accuracy', 'calculate_confusion_matrix', 
    'plot_confusion_matrix', 'classification_report_metrics', 'evaluate_model',
    'generate_sample_data', 'plot_training_history'
]

27 lines•917 B
python

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer