Skip to content

Commit

Permalink
Update Sequential broken link. (#502)
Browse files Browse the repository at this point in the history
* Update Sequential broken link.

* Update Sequential broken link.

---------

Co-authored-by: Matthew Soulanille <[email protected]>
  • Loading branch information
shmishra99 and mattsoulanille authored Sep 21, 2023
1 parent c8619b6 commit a955b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/models_and_layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two ways to create a model using the Layers API: A _sequential_ model,

### The sequential model

The most common type of model is the <code>[Sequential](https://js.tensorflow.org/api/0.15.1/#class:Sequential)</code> model, which is a linear stack of layers. You can create a <code>Sequential</code> model by passing a list of layers to the <code>[sequential()](https://js.tensorflow.org/api/0.15.1/#sequential)</code> function:
The most common type of model is the <code>[Sequential](https://js.tensorflow.org/api/latest/#sequential)</code> model, which is a linear stack of layers. You can create a <code>Sequential</code> model by passing a list of layers to the <code>[sequential()](https://js.tensorflow.org/api/latest/#sequential)</code> function:

```js
const model = tf.sequential({
Expand Down

0 comments on commit a955b08

Please sign in to comment.