Skip to content

Commit 5130c65

Browse files
authored
search_in_continuous_space (#2)
* Add notebook * Update index.yml * Update index.yml * Update metadata.yml * Delete index.ipynb * Add files via upload * Add files via upload
1 parent 3daab9c commit 5130c65

File tree

4 files changed

+1319
-1
lines changed

4 files changed

+1319
-1
lines changed

index.ipynb

+643
Large diffs are not rendered by default.

notebooks/index.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- notebook: notebooks/logic_programming
2-
- notebook: notebooks/hmm_speech_recognition
2+
- notebook: notebooks/search_in_continuous_space
3+
- notebook: notebooks/hmm_speech_recognition

notebooks/search_in_continuous_space/index.ipynb

+643
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
title: Gradient Descent in Machine Learning
2+
3+
meta:
4+
- name: keywords
5+
content: Artificial Intelligence, Prolog, Logic Programming
6+
7+
header:
8+
title: ML In Continuous Space
9+
description: |
10+
In this notebook we talk about gradient descent, challenges and improvements on this algorithm.
11+
12+
authors:
13+
label:
14+
position: top
15+
text: Authors
16+
kind: people
17+
content:
18+
- name: Sepehr Amini Afshar
19+
role: Author
20+
contact:
21+
- link: https://github.com/sepehrAmini
22+
icon: fab fa-github
23+
- link: https://www.linkedin.com/in/sepehr-amini-afshar-2201381b8
24+
icon: fab fa-linkedin
25+
- link: mailto://[email protected]
26+
icon: fas fa-envelope
27+
28+
comments:
29+
label: false
30+
kind: comments
31+

0 commit comments

Comments
 (0)