I'm a 16-year-old interested in Deep Learning. I write about my projects at Deep Learning and Me, my blog.
class Richard:
def __init__(self):
self.name = "Richard Barlian"
self.age = 16
self.location = "Singapore"
self.interests = ["deep learning", "time series", "probabilistic models"]
def hi(self):
print("Thanks for dropping by! Hope you find something useful.")
me = Richard()
me.hi()- HMSPC - a continuous-time latent variable model for battery voltage dynamics, extending Latent ODEs with gated input conditioning and heteroscedastic uncertainty