Machine Learning (ML) Basics of Gradient descent + Stochastic Gradient descent We have explained the Basics of Gradient descent and Stochastic Gradient descent along with a simple implementation for SGD using Linear Regression.
Software Engineering Essential components of Ruby: OOP, Data Types, Methods, Variables In this article, we have covered the essential components of Ruby such as OOP concepts like class and object, Data Types, Methods, Variables and much more.
Software Engineering Control Flow statements in Ruby Control flow statements are used for the controlled logical and conditional execution of a statement. We have explored Control Flow statements in Ruby in depth.
Software Engineering Introduction to Ruby Programming Language This is Introduction to Ruby Programming Language. Ruby is an interpreted, high-level, general-purpose programming language that was designed and developed by Yukihiro "Matz" Matsumoto in the mid-1990s.
Machine Learning (ML) Zipf's Law in NLP According to Zipf's law, the frequency of a given word is dependent on the inverse of it's rank . Zipf's law is one of the many important laws that plays a significant part in natural language processing.
Software Engineering <html> tag in HTML in HTML is the parent tag, that contains each and every element tags of the HTML document inside of it, except for the tag.