Skip to content

Instantly share code, notes, and snippets.

View imnishat's full-sized avatar

Syeda Ishrat Mahjabin imnishat

View GitHub Profile
@imnishat
imnishat / resonator.py
Created January 18, 2026 21:50
my resonator implementation
import math
import torch
from torch import nn
import torch.nn.functional as F
import numpy as np
from typing import Optional, List
import matplotlib.pyplot as plt
import os
class ResonatorLayer(nn.Module):