A summary of recent happenings in the field of Artificial Intelligence (AI) for week 34 of 2020. For more regular updates and related discussions, join us on the Artificial Intelligence Community.
Top developments related to Artificial Intelligence during week 33 of 2020, weekly edition of This week in AI
A summary of recent happenings in the field of Artificial Intelligence (AI) for week 33 of 2020. For more regular updates and related discussions, join us on the Artificial Intelligence Community.
Top developments related to Artificial Intelligence during week 32 of 2020, weekly edition of This week in AI
A summary of recent happenings in the field of Artificial Intelligence (AI) for week 32 of 2020. For more regular updates and related discussions, join us on the Artificial Intelligence Community.
Sequence Modeling using RNN
The feed forward neural nets work on the principle of predicting output at a given data point independently i.e. no dependency from past input. As there is no feedback from past, the network is not suitable for sequence modeling. Furthermore, the tasks where large data processing is involved requires Deep Neural Networks (DNN) and hence […]
Introduction of Recurrent Neural Networks (RNN)
Brief Introduction to Cyclic Networks The Artificial Neural Networks (ANN) have evolved tremendously with a variety of networks to suit for applications according their individual properties. The ANN have a simple structure consisting of nodes (also called processing units) connected to each other via weights. The network gets stimulated by giving input to few are […]
Introduction of Deep Learning
The field of Deep Learning is often confused with in terms of building algorithms and understanding them keeping AI and Machine Learning in mind. This post is an attempt to give a light but conceptual description of Deep Learning (DL) and its application in day-to-day AI problems. I was deeply (just like deep learning) inspired […]