Skip to content

Commit

Permalink
Export the CPU autoencoder implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
voidvoxel committed Jun 18, 2024
1 parent 4d7b5ef commit cd0ad75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as activation from './activation';
import { Autoencoder } from './autoencoder';
import { AutoencoderGPU } from './autoencoder-gpu';
import CrossValidate from './cross-validate';
import { FeedForward } from './feed-forward';
Expand Down Expand Up @@ -54,6 +55,7 @@ const utilities = {

export {
activation,
Autoencoder,
AutoencoderGPU,
CrossValidate,
likely,
Expand Down

0 comments on commit cd0ad75

Please sign in to comment.