In this article, we will first discuss data mining and deep learning with their types, pros, and cons. Then the difference between data mining and deep learning.
Author
lakshay chauhan
0 upvotes
Gray to Binary
Medium
Last updated: 17-Oct-2023
Gray code is a sequence of binary numbers known as reflected binary code (RBC). In gray code, two successive values differ by only 1 bit.
Author
lakshay chauhan
1 upvotes
Difference Between EPROM and EEPROM
Last updated: 28-Sep-2023
In this article, we will discuss the difference between EPROM and EEPROM. ROM stands for Read-Only Memory, EPROM, and EEPROM are types of ROM memory chips.
Author
lakshay chauhan
1 upvotes
Lexeme in Compiler Design
Last updated: 28-Sep-2023
Lexeme is a sequence of characters in the source code that are grouped together as a single unit. Lexemes help the compiler can analyze and process the code more efficiently.
Author
lakshay chauhan
4 upvotes
BigDecimal Class in Java
Easy
Last updated: 27-Sep-2023
BigDecimal is a game-changer for accurate numerical calculations. Java provides BigDecimal, which is a class that provides operations on double numbers.
Author
lakshay chauhan
0 upvotes
Cross Compiler
Easy
Last updated: 24-Sep-2023
Cross Compiler is a type of compiler that is capable of creating an executable file for a platform different from the one on which it is running.
Author
lakshay chauhan
2 upvotes
JavaScript alert()
Easy
Last updated: 22-Sep-2023
JavaScript Alert is a type of dialog box that alerts the user with a message. JavaScript Alert can be used to confirm some action from the user.
Author
lakshay chauhan
0 upvotes
Splay Tree in Data Structure
Medium
Last updated: 21-Sep-2023
Splay Tree is a self-adjusting binary search tree that uses splaying operation and improves the usage when the recently accessed element is to be reaccessed.
Author
lakshay chauhan
0 upvotes
Introduction to ASP.Net
Medium
Last updated: 17-Sep-2023
ASP.NET is a framework for web applications and this framework is used to build dynamic and interactive web applications.
Author
lakshay chauhan
1 upvotes
Material UI React
Easy
Last updated: 17-Sep-2023
Material UI is one of the famous libraries that is used to create UI components in React. It provides various UI components such as buttons, forms, icons, and many more.