Skip to content

stephenhky/TFNumPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GitHub release

Numerical Python using TensorFlow

Functionalities:

  • Embedding: Sammon algorithm;
  • Linear regression (with Ridge, Lasso, and ElasticNet);
  • Tensor products: Khatri-Rao product and Kronecker product;
  • Tensor decomposition using ALS.

News

  • 01/16/2020: tfnumpy 0.1.1 released.
  • 12/24/2019: tfnumpy 0.1.0 released.
  • 09/02/2019: tfnumpy 0.0.6 released.
  • 07/07/2019: tfnumpy 0.0.5 released.
  • 05/18/2019: tfnumpy 0.0.4 released.
  • 04/25/2019: tfnumpy 0.0.3 released.
  • 01/19/2019: tfnumpy 0.0.2 released.
  • 11/05/2018: tfnumpy 0.0.1 released.