Tidying up headers.
This commit is contained in:
parent
e9502c44a4
commit
08c5bcbce4
@ -1,6 +1,6 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
"""Model costs."""
|
"""Model costs."""
|
||||||
|
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,8 +5,7 @@ This module defines classes to initialise the parameters in a layer.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
from mlp import DEFAULT_SEED
|
||||||
DEFAULT_SEED = 123456 # Default random number generator seed if none provided.
|
|
||||||
|
|
||||||
|
|
||||||
class ConstantInit(object):
|
class ConstantInit(object):
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
"""Learning rules."""
|
"""Learning rules."""
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
"""
|
# -*- coding: utf-8 -*-
|
||||||
Model definitions.
|
"""Model definitions."""
|
||||||
"""
|
|
||||||
|
|
||||||
from mlp.layers import LayerWithParameters
|
from mlp.layers import LayerWithParameters
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user