Posts Machine Learning Project: Perceptron?
Post
Cancel

Machine Learning Project: Perceptron?

H1 Heading

H2 Heading

H3 Heading

Here’s a some basic text.

And here’s some italics

Here’s some bold text.

What about a link

Here’s a bulleted list: *first item +second item -Third item

Here’s a numbered list:

  1. First
  2. Second
  3. Third

Python code block:

1
2
3
4
5
    import numpy as np

    def test_function(x,y):
      z=np.sum(x,y)
      return z

Here’s some inline code x+y.

Here’s an image: linearly seperable data

Here’s another image using Kramdown: alt

Here’s some math:

\[z=x+y\]
This post is licensed under CC BY 4.0 by the author.