Platform
Resources
Pricing
Sign in
Contact us
Charles Redmond
Workspace
Fork
Published
Fall21CalcApp
By
Charles Redmond
Edited
Oct 26, 2021
Fall21CalcApp
Plotting Template
Markdown
TeX
Arrays and Objects
Plotting Method 1
Plotting Method 2
Plotting Method 3
Plotting Example
Horizontal Lines
Cars/Horizontal Line
Slope
Lines
Best Fitting Line
Parabola
Sine
Exponential Function
Logarithmic Function
Growth Rates
Sigmoid Function
Derivative of Parabola
Derivative of Sine
Derivative of Exponential Function
Derivative Using Chain Rule
Blocks of Code
For Loops
Gradient Descent
Gradient Descent
The MSE
MSE With Just Slope
Gradient Descent Program
Classes
Regression Module
Penguins
Penguins Application
Baseball Application
Planes
Paraboloid
Sine Wave
Another Sine Wave
The Gradient
Gradient Descent with Paraboloid
Gradient Descent with a Sine Wave
Gradient Descent with another Sine Wave
Regression Revisited
Minimizing MSE
Regression Class
Penguins
Regression Class (with second predictor)
Derivative Practice
Exam Practice
Insert cell
Insert cell
class
Person
{
constructor
(
name
,
job
,
hairColor
)
{
this
.
name
=
name
this
.
job
=
job
this
.
hairColor
=
hairColor
}
introduce
(
)
{
return
`Hi, my name is ${
this
.
name
}`
}
greet
(
friend
)
{
return
`Hi ${
friend
}, how are you doing?`
}
}
Insert cell
Insert cell
Insert cell
person1
.
greet
(
"Kutlu"
)
Insert cell
person2
.
greet
(
"Megan"
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Person
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
person1
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
person2
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML