Buckets:

|
download
raw
1.08 kB
# RMSprop
RMSprop is an adaptive learning rate optimizer that is very similar to `Adagrad`. RMSprop stores a *weighted average* of the squared past gradients for each parameter and uses it to scale their learning rate. This allows the learning rate to be automatically lower or higher depending on the magnitude of the gradient, and it prevents the learning rate from diminishing.
## RMSprop[[api-class]][[bitsandbytes.optim.RMSprop]]
#### bitsandbytes.optim.RMSprop[[bitsandbytes.optim.RMSprop]]
[Source](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/bitsandbytes/optim/rmsprop.py#L8)
## RMSprop8bit[[bitsandbytes.optim.RMSprop8bit]]
#### bitsandbytes.optim.RMSprop8bit[[bitsandbytes.optim.RMSprop8bit]]
[Source](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/bitsandbytes/optim/rmsprop.py#L64)
## RMSprop32bit[[bitsandbytes.optim.RMSprop32bit]]
#### bitsandbytes.optim.RMSprop32bit[[bitsandbytes.optim.RMSprop32bit]]
[Source](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/bitsandbytes/optim/rmsprop.py#L117)

Xet Storage Details

Size:
1.08 kB
·
Xet hash:
65fe1c371a69a51cd98b9e7f58ec36391696bc1ef6347d77cd1711db6e21a9e3

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.