Horje
vector in python Code Example
vector in python
# Load library
import numpy as np

# Create a vector as a row
vector_row = np.array([1, 2, 3])

# Create a vector as a column
vector_column = np.array([[1],
                          [2],
                          [3]])




Python

Related
randomforestregressor in sklearn Code Example randomforestregressor in sklearn Code Example
drop nulll python Code Example drop nulll python Code Example
keras declare functional model Code Example keras declare functional model Code Example
increase axis ticks pyplot Code Example increase axis ticks pyplot Code Example
sha512 python Code Example sha512 python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7