Show / Hide Table of Contents

Class Base

Inheritance
System.Object
Keras
Base
Activations
Backend
Callback
MaxNorm
MinMaxNorm
NonNeg
UnitNorm
BostonHousing
Cifar10
Cifar100
FashionMNIST
IMDB
MNIST
Reuters
Constant
GlorotNormal
GlorotUniform
HeNormal
HeUniform
Identity
LecunNormal
LecunUniform
Ones
Orthogonal
RandomNormal
RandomUniform
TruncatedNormal
VarianceScaling
Zeros
BaseLayer
Losses
Metrics
BaseModel
Adadelta
Adagrad
Adam
Adamax
Nadam
RMSprop
SGD
ImageDataGenerator
ImageUtil
SequenceUtil
TextUtil
Tokenizer
L1
L1L2
L2
CustomObjectScope
HDF5Matrix
Sequence
Util
Implements
System.IDisposable
Inherited Members
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras
Assembly: Keras.dll
Syntax
public abstract class Base : Keras, IDisposable

Fields

| Improve this Doc View Source

None

Declaration
public object None
Field Value
Type Description
System.Object
| Improve this Doc View Source

Parameters

Declaration
public Dictionary<string, object> Parameters
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Properties

| Improve this Doc View Source

Item[String]

Declaration
public object this[string name] { get; set; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

Init()

Declaration
public void Init()
| Improve this Doc View Source

InvokeMethod(String, Dictionary<String, Object>)

Declaration
public PyObject InvokeMethod(string method, Dictionary<string, object> args)
Parameters
Type Name Description
System.String method
System.Collections.Generic.Dictionary<System.String, System.Object> args
Returns
Type Description
Python.Runtime.PyObject
| Improve this Doc View Source

InvokeStaticMethod(Object, String, Dictionary<String, Object>)

Declaration
public static PyObject InvokeStaticMethod(dynamic caller, string method, Dictionary<string, object> args)
Parameters
Type Name Description
System.Object caller
System.String method
System.Collections.Generic.Dictionary<System.String, System.Object> args
Returns
Type Description
Python.Runtime.PyObject
| Improve this Doc View Source

ToPython()

Declaration
public virtual PyObject ToPython()
Returns
Type Description
Python.Runtime.PyObject

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX