Skip to content

Instantly share code, notes, and snippets.

View Saurav-Paul's full-sized avatar
🎯
Focusing

Saurav Paul Saurav-Paul

🎯
Focusing
  • Sylhet, Bangladesh.
  • 23:20 (UTC +06:00)
View GitHub Profile
@Saurav-Paul
Saurav-Paul / machine_learning_helper_function.py
Last active May 26, 2023 17:35
My Machine Learning helper function
"""
A series of helper functions used throughout the course.
If a function gets defined once and could be used over and over, it'll go in here.
"""
import torch
import matplotlib.pyplot as plt
import numpy as np
import os