Skip to main content
Module

x/netsaur/src/gpu/activation.ts>Linear

Powerful machine learning, accelerated by WebGPU
Go to Latest
class Linear
implements GPUActivationFn
import { Linear } from "https://deno.land/x/netsaur@0.1.2/src/gpu/activation.ts";

Linear activation function f(x) = x

Methods

activate(_: string): string
prime(type: string): string