Machine Learning Project: Perceptron
H1 Heading
H2 Heading
H3 Heading
Here’s some basic text.
And some italics
Some bold stuff.
What about a link
Bulleted list:
- One
- two
- Three
Numbered list:
- A
- B
- C
Python code block:
python
import numpy as np
def test(x, y):
z = np.sum(x,y)
return z
Some inline code x+y
.
Images:
Here’s some math:
You can also put it inline