Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ scale_image
Function
scale_image
unsupervised_class3/util.py:120–122 ·
view source on GitHub ↗
(im)
Source
from the content-addressed store, hash-verified
118
119
120
def
scale_image(im):
121
# scale to (-1, +1)
122
return
(im / 255.0)*2 - 1
123
124
125
def
files2images_theano(filenames):
Callers
2
files2images_theano
Function · 0.85
files2images
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected