Frist equation: Y =Xβ+εy, ∀X
Second equation: X=Zγ+εx
- First item a. first sub-item A) first sub-sub-item b. second sub-item
- Second item
- Third item a. second sub item
- Fourth Item
- First Item
- Second Item
- first sub-item
- first sub-sub-item second sub-item
- first sub-item
library(tidyverse)
library(mdsr)
SAT_2010 %>% ggplot(aes(write,..density..)) + geom_histogram() +
geom_density() + theme_minimal() + labs(title = "SAT Writing Scores")
You can align text in the columns to the left, right, or center by adding a colon (:) to the left, right, or on both side of the hyphens within the header row.
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here's this |
Paragraph | Text | And more |
6.S191 software labs are designed to be completed at your own pace. At the end of each of the labs, there will be instructions on how you can submit your notebook for grade. Additionally, if you would like to submit your lab as part of the 6.S191 lab competitions, instructions regarding what information must be submitted is also provided at the end of each lab.
All code in this repository is copyright 2022 MIT 6.S191 Introduction to Deep Learning. All Rights Reserved. Licensed under the MIT License. You may not use this file except in compliance with the License. Use and/or modification of this code outside of 6.S191 must reference:
© MIT 6.S191: Introduction to Deep Learning http://introtodeeplearning.com