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