Machine learning test post
H1 Heading
H2 Heading
H3 Heading
Here is some basic text.
And here is some italics
Here is some bold text
What about a link
Bullet list
- First item
- Second Item
- Third Item
Here is number
- Frst
- Second
- Third
Python code block:
import numpy as np
def test_function(x,y):
z = np.sum(x,y)