Platform
Resources
Pricing
Sign in
Contact us
Charles Redmond
Workspace
Fork
Public
Machine Learning Viz
By
Charles Redmond
Edited
Jul 6, 2023
Machine Learning Viz
Forward Pass Illustration
Chain Rule Visualization
Approximation of the Derivative (Example)
Approximation of the Derivative
Derivative of Polynomial
Derivative of the Sigmoid
Derivative of Sine
The Derivative
Sigmoid Part 2
Sigmoid Function
ReLU
Hyperbolic Tangent
Logarithmic Function
Exponential Function
Polynomials
Lines
Line:Zero Intercept
Horizontal Lines
Insert cell
Insert cell
X
=
[
4
,
1
,
3
]
Insert cell
viewof
dw
=
Inputs
.
range
(
[
.0001
,
1
]
,
{
step
:
.0001
}
)
Insert cell
W
=
[
1
+
dw
,
2
,
5
]
Insert cell
forward
=
(
d3
.
sum
(
X
.
map
(
(
X
,
i
)
=>
X
*
W
[
i
]
)
)
)
**
2
Insert cell
(
forward
-
441
)
-
168
*
dw
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
X
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
dw
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
W
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
forward
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML