If you have been reading about web technologies recently then it is totally possible that you might come across a word “ReactJS“. What is ReactJS? React or ReactJS is a JavaScript library. React is not a framework. (unlike Angular, which is more opinionated). React is an open-source project created by Facebook. React is used to …
Category Archives: Tech
JS to JSON via AJAX
Yes, we are going to talk about the most “famous” programming language in this world, JAVASCRIPT. Just like Object-oriented programming is built on three sturdy pillars: encapsulation , specialization, and polymorphism, Web developement is also laid on these three pillars:- HTML CSS Javascript JAVASCRIPT JS is what which makes a web page run. JavaScript was originally designed to be …
5 Best Videoconferencing Apps-Zoom Alternative!!
From the time many big companies started to claim Zoom App for its weak security, many users, out of fear, are starting to shift from zoom app to some good alternative. Germany, Singapore and Taiwan have already banned the application. Indian government also issued an advisory for zoom users and said explicitly that “it is …
Continue reading “5 Best Videoconferencing Apps-Zoom Alternative!!”
Automate Excel Using Python
Doing stuff in python is a bliss in itself, it is such a beautiful language which provides us one of the most easiest syntax among any of the programming languages. Being a scripting language, python is used almost everywhere especially when it comes to working with data, manipulating data. Most of the times when it …
Web Scraping 101
If you are interested in Machine Learning and trying to build a project. You will definitely come across the need of huge dataset which is the essential part of a Machine Learning project. Dataset can be easily obtained from internet as it contains tons of data but it is possible that it might not be …
Python and SQLite3-The Best Pair, Why?
There are various opportunities after being a Data Analyst. Everyone is thinking of doing at-least one course on python and a database. But since there are various databases out there with various functionalities, it becomes difficult to choose one from different databases like MySQL, PostgreSQL, Sybase and Oracle which are supported by python as well. …
How To Begin With Web Development
With the outbreak of corona virus, the whole country is under lockdown. Every student is “enjoying” their holidays while thinking at the same time to start studying in a particular field. So if you are looking for beginning your career in the field of web, this blog is especially for you. There are two components …
Final Week of ML
After completing a loads of assignments given by Andrew NG in his course of Machine Learning, we came to an end where he has given the application of machine learning in Photo OCR and its implementation. OCR, or optical character recognition, is one of the earliest addressed computer vision tasks, since it does not require …
Anomaly Detection System
In machine learning, building a Anomaly Detection System is important to detect the unusual training set from the examples. Anomaly Detection is the identification of rare item which lies out of the group or from the majority of the data. This lead to the suspicious nature of the training example. For example:-Suppose we are testing …
Data Compression and PCA
Data compression is very useful technique for storing large amount of data which is used as training set for solving Machine Learning algorithm.Data Compression is a process of modify or converting the bits structure of data in such a way that it consumes less space on disk. PRINCIPAL COMPONENT ANALYSIS(PCA) This is used to reduce the 2-Dimensional …