
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
AmitDiwan has Published 10744 Articles

AmitDiwan
2K+ Views
In this article, we will understand how to print an integer in Kotlin. The reverse of a number is computed using a loop and arithmetic operator % and /. Below is a demonstration of the same − Suppose our input is − The number : 123456 The desired output ... Read More

AmitDiwan
767 Views
In this article, we will understand how to count the number of digits in an integer. The digits in an integer are counted using a loop and a counter. Below is a demonstration of the same − Suppose our input is − Number : 15161718 The desired output would ... Read More

AmitDiwan
3K+ Views
In this article, we will understand how to find even sum of Fibonacci series till number N. A Fibonacci series is sequence of numbers formed by the sum of its two previous integers. An even Fibonacci series is all the even numbers of the Fibonacci series. A Fibonacci series till ... Read More

AmitDiwan
1K+ Views
We can easily remove the space between inline-block elements. Before moving further, let us first create an HTML document and add inline-block elements with space. Inline-block elements with space We will set the style for inline block element using the display property with value inline-block − nav a { ... Read More

AmitDiwan
2K+ Views
In this article, you will understand the difference between fuzzy logic and probability. Fuzzy logic It is a many-valued logic where the truth value of variables may be a real number between 0 and 1, including 0 and 1. Everything is associated with a degree. It is based on ... Read More

AmitDiwan
324 Views
Text annotation identifies and labels sentences with metadata to define characteristics of sentences. This could be highlighting parts of speech, grammar, phrases, keywords, emotions, and so on depending on the project. The better the quality and quantity of data, the better the model performs. In this article, you will understand ... Read More

AmitDiwan
407 Views
The technique of scaling generates infinite values on the objects to be measured. These techniques help understand the relationship between the objects. Let us see the techniques − Comparative scales It is the direct comparison of objects. The types include − Rank Order Constant sum scaling Rank order ... Read More

AmitDiwan
212 Views
The field of machine learning is developing rapidly, and the benefits are innumerable. Some of the benefits in the field of business have been listed below − Improved Consumer Experience Human efforts to interact with consumers have reduced and bots are used instead. This has helped with the automated and ... Read More

AmitDiwan
575 Views
YOLO and SSD are real-time object detection systems that possess significant differences, that have been listed below − YOLO (You Only Look Once) YOLO uses a neural network to help with real-time object detection. It became popular due to its speed and accuracy. It is considered a regression problem, ... Read More

AmitDiwan
360 Views
Tensorflow is an open-source Machine learning framework that helps develop models, train pre-trained models by providing high level APIs. TensorFlow is an end-to-end platform to easily build and deploy Machine Learning models. TensorFlow makes it easy for novices and experts to create machine learning models for cloud, desktop, mobile, and ... Read More