Mathematical Logic Lecture Notes – Part 1
This post contains part 1 the hand written lecture notes for Mathematical Logic.
This post contains part 1 the hand written lecture notes for Mathematical Logic.
This post contains the hand written lecture notes for second lecture on Machine Learning. These notes are made from the famous lecture series of CS229 by Andrew NG. Notes for lecture 1 are at – https://engineeringtexts.com/machine-learning-lecture-notes-part-1/
This post contains the hand written lecture notes on Machine Learning. These notes are made from the famous lecture series of CS229 by Andrew NG.
This post contains the hand written notes on pointers in C++ programming. These notes are made for self study purpose.
React JS is a library to make front end UI. React is used to make the components. Component is a UI that has its own logic and appearance(both). Component is of the form of a function that returns the HTML. We can insert one component in another component. The component starts with a capital letter. …
This post contains the hand written notes on dynamic programming. These notes are made from the YouTube series from channel takeUForward.
Vikram lander landed on the Moon at around 6:02 PM (IST) on 23 August, 2023, making India fourth country after Russia(Soviet Union), USA and China to successfully land on the moon. Our team kindheartedly congratulate team ISRO for achieving such an amazing feat and making country proud. ISRO shared the images on X(formerly twitter), four …
Introduction Small Satellite Launch Vehicle (SSLV) of ISRO is designed for affordable launch of nano, micro and mini satellites. The key features of SSLV are launch on demand facility, low cost and flexibility to accomodate various satellites. In this article we will look at the failure cause of first mission of SSLV. SSLV is a …
Flowcharts The most important part of programming is to solve problems using a programming language. In this lesson, we will study what are the steps involved in problem solving. While solving the problem the first step is to analyze the problem. It means to know the input and output of the program. Now, we can’t …