Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 06dbd0e

Browse files
Update GeneralMLPrep.md
1 parent 472442d commit 06dbd0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎DataScience/GeneralMLPrep.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,16 @@ CNNs are widely used in various fields such as:
1818
* Image Recognition: Identifying objects in images (e.g., facial recognition).
1919
* Medical Image Analysis: Analyzing X-rays or MRIs for diagnostic purposes.
2020
* Autonomous Vehicles: Object detection and scene understanding.
21+
22+
RNN
23+
==========
24+
* RNN are a class of nerual networks that are excellent at processing sequential data
25+
* They maintain an internal state at time step `t` for input `x(t)`, and combines it with hidden state from the previous step `h(t-1)` to produce a new hidden state `h(t)`
26+
* h (t) = f [ W(h) * h(t−1) + W(x) * x(t) + b], W(h) and W(x) are weight matrics and b is the bias term, f is the activation function
27+
28+
Applications:
29+
==========
30+
RNNs are commonly used in:
31+
* Natural Language Processing: Tasks such as language modeling, text generation, and sentiment analysis.
32+
* Speech Recognition: Processing audio signals to convert speech into text.
33+
* Time Series Prediction: Forecasting stock prices or weather conditions based on historical data.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /