পদ্ধতির তুলনা করুন
নির্বাচিত পদ্ধতিগুলো পাশাপাশি পর্যালোচনা করুন; যে সারিগুলোয় পার্থক্য আছে সেগুলো চিহ্নিত করা হয়।
| Bayesian Network× | এলএসটিএম× | |
|---|---|---|
| ক্ষেত্র≠ | বেইসীয় | গভীর শিখন |
| পরিবার≠ | Bayesian methods | Machine learning |
| উদ্ভবের বছর≠ | 1988 | 1997 |
| প্রবর্তক≠ | Judea Pearl | Hochreiter, S. & Schmidhuber, J. |
| ধরন≠ | Probabilistic graphical model | Recurrent neural network (gated memory cell) |
| মৌলিক উৎস≠ | Pearl, J. (1988). Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference. Morgan Kaufmann. ISBN: 978-1558604797 | Hochreiter, S. & Schmidhuber, J. (1997). Long Short-Term Memory. Neural Computation, 9(8), 1735–1780. DOI ↗ |
| অপর নাম≠ | Bayes network, belief network, probabilistic graphical model, directed graphical model | LSTM (Uzun Kısa Dönem Bellek Ağı), long short-term memory, LSTM network, recurrent neural network with memory cells |
| সম্পর্কিত≠ | 4 | 5 |
| সারসংক্ষেপ≠ | A Bayesian network is a probabilistic graphical model, introduced by Judea Pearl in 1988, that encodes a set of variables and their conditional dependencies as a directed acyclic graph (DAG). Each node represents a variable; each directed edge encodes a direct probabilistic influence. By combining Bayes' rule with the graph's conditional independence structure, the model supports reasoning under uncertainty — computing the probability of any variable given observed evidence about others. | LSTM (Long Short-Term Memory) is a recurrent neural network architecture, introduced by Sepp Hochreiter and Jürgen Schmidhuber in 1997, that can learn long-term dependencies in sequential data and is widely used for time-series and sequence prediction. It keeps an internal memory that lets information persist across many time steps. |
| ScholarGateডেটাসেট ↗ |
|
|