Test

less than 1 minute read

title: “Machine Learning Project: Test” date: 2020-09-22 tags: [machine learning, data science, neural network] header: image:”/images/sheepfile.jpg” excerpt: “Machine learning, Perceptron, Data Science” mathjax: True

H1 Heading

H2 Heading

H3 Heading

Here’s some basicc 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:

	import numpy as numpy

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

R code block:

library(tidyverse)
df <- read_csv("some_file.csv")
head(df)

Here’s some inline code x+y

Here’s and image: image text descriptor

Here’s another image using Kramdown !{alt}(https://alschaap.github.io/images/unsplash-image-1.jpg)

Here’s some math:

\[z=x+y\]

You can also put it inline \(z=x+y\)

Updated: