Machine learning test post

less than 1 minute read

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

  1. Frst
  2. Second
  3. Third

Python code block:


	import numpy as np
	
	def test_function(x,y):
	    z = np.sum(x,y)

Updated: