FireDucks: Supercharging Pandas for Lightning-Fast Data AnalysisIn the world of data science and analytics, pandas has long reigned supreme as the go-to library for data manipulation and analysis in Python. Its intuitive API, powerful features, and extensive documentation have made it an indispensable tool for da...Sep 11, 2024·6 min read·21
The Rise of Artificial IntelligenceArtificial intelligence, or AI, is a technology that has been rapidly advancing in recent years and is becoming increasingly integrated into our daily lives. From personal assistants like Siri and Alexa, to self-driving cars and intelligent home appl...Jan 23, 2023·12 min read·118
AlexNet Architecture ExplainedThe convolutional neural network (CNN) architecture known as AlexNet was created by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton, who served as Krizhevsky’s PhD advisor. Billionaire investor and entrepreneur Peter Thiel’s favourite contrarian...Jan 22, 2023·8 min read·33
Web Scraping Explained💡 What is Web Scraping? Web scraping, also known as data scraping, is the process of extracting and collecting data from the internet or websites. The scraped data can be saved on a local system or can be utilised for data analysis. Web scraping, fo...Jan 20, 2023·6 min read·1.1K
LeNet 5 Architecture ExplainedThis is the fourth blog from my Computer Vision series. As we are moving forward after learning all the basics of the Convolution Neural Networks we will be studying various CNN Architectures that have been developed during the enhancement of AI Tech...Jan 19, 2023·7 min read·79
Understanding Convolutional Neural Networks (Part 2)🖼 Visual Representation of CNN If you have not yet read the preceding part of this blog, go here to do so so that you can better comprehend the topics presented in this blog. — Understanding Convolution Neural Networks (Part 1) We studied a few foun...Jan 18, 2023·10 min read·26
Understanding Convolution Neural Networks (Part 1)Convolutional Neural Networks (ConvNets or CNNs) are a category of Neural Networks that have proven very effective in areas such as image recognition and classification. ConvNets have been successful in identifying faces, objects and traffic signs ap...Jan 17, 2023·9 min read·107