rgasper / battery-dev

Project repository for battery dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNN time baby

rgasper opened this issue · comments

This looks like a good guide to start from:
https://blog.floydhub.com/a-beginners-guide-on-recurrent-neural-networks-with-pytorch/
Trying out pytorch b/c I've not used it it and I'm a bit tired of mucking around in tensorflow

My first experiment is to throw whole current cycle signals at it all at once - I'm not sure if this is a good idea, but It'll be simpler to train I think. So to do that, first I need to normalize current signal lengths. For funsies, I'm going to do this with an encoder-decoder.