Tensors should behave more like NumPy matrices

Bug #413182 reported by Catherine Havasi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Divisi
Confirmed
Medium
Unassigned

Bug Description

You should be able to get row k of a matrix with matrix[k].

You should be able to iterate rows with `for row in matrix` or perhaps matrix.rows().

All of NumPy's broadcasting stuff should work.

In short, a Tensor should look like a NumPy matrix, except that .iteritems() should return key-value pairs and sparse matrices can grow in size. (Plus all the convenient .normalized, .svd, etc.)

summary: - Why the heck do we have to use a : in indexes?
+ Tensors should behave more like NumPy matrices
description: updated
Changed in divisi:
status: New → Confirmed
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.