Machine Learning Project: Perceptron

less than 1 minute read

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:

  1. A
  2. B
  3. 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: basic neural network

Here’s some math:

You can also put it inline