Socket
Socket
Sign inDemoInstall

@tensorflow/tfjs

Package Overview
Dependencies
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensorflow/tfjs - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/version.d.ts

@@ -1,2 +0,2 @@

declare const version = "0.0.3";
declare const version = "0.0.4";
export { version };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var version = '0.0.3';
var version = '0.0.4';
exports.version = version;
{
"name": "@tensorflow/tfjs",
"version": "0.0.3",
"version": "0.0.4",
"description": "An open-source machine learning framework.",

@@ -28,4 +28,4 @@ "private": false,

"@tensorflow/tfjs-core": "0.0.1",
"@tensorflow/tfjs-layers": "0.0.4"
"@tensorflow/tfjs-layers": "0.0.5"
}
}

@@ -1,1 +0,21 @@

# tfjs
# TensorFlow.js: Union Package
TensorFlow.js is a JavaScript library for building, training and serving
machine learning models. When running in the browser, it utilizes WebGL
acceleration. TensorFlow.js is a part of the
[TensorFlow](https://www.tensorflow.org) ecosystem.
You can import pre-trained TensorFlow
[SavedModels](https://www.tensorflow.org/programmers_guide/saved_model) and
[Keras models](https://keras.io/getting-started/faq/#how-can-i-save-a-keras-model),
for execution and retraining.
For more information on the API, follow the links to their Core and Layers
repositories below, or visit [js.tensorflow.org](https://js.tensorflow.org).
This repository contains the logic and scripts to form a **union** package,
[@tensorflowjs/tfjs](https://www.npmjs.com/package/@tensorflow/tfjs), from
- [TensorFlow.js Core](https://github.com/tensorflow/tfjs-core),
a flexible low-level API, formerly known as *deeplearn.js*.
- [TensorFlow.js Layers](https://github.com/tensorflow/tfjs-layers),
a high-level API modeled after [Keras](https://keras.io/).

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc