Skip to content
Pythonista Planet Logo
Search
  • Home
  • About
    • About Pythonista Planet
    • About Ashwin Joy
  • Topics
    • Programming
    • Python
    • Data Science
    • Web Development
    • Soft Skills
  • Resources
  • Ebooks
  • Create Apps Course

Posts by Ashwin Joy

link to Introduction to Region-based Fully Convolutional Networks (R-FCN)

Introduction to Region-based Fully Convolutional Networks (R-FCN)

The meaning of R-FCN is "Region-based Fully Convolutional Networks". Artificial intelligence is used mainly for motion and object detection, including detecting an object's position in an image or...

Continue Reading
link to C Programming Notes

C Programming Notes

Hello World Program #include <stdio.h> int main() { printf("Hello World \n"); return 0; } Output: You can use int main() and void main to write the main() method in C....

Continue Reading
link to ElasticSearch Guide for Beginners

ElasticSearch Guide for Beginners

We all use google and other search engines on a daily basis. You might have noticed that for every search, you get multiple results with reduced relevance. Have you wondered how the search engine...

Continue Reading
link to Region-based Convolutional Neural Networks

Region-based Convolutional Neural Networks

In this article, let's learn what a region-based convolutional network is, its advantages, disadvantages, and use cases. We will also see the differences between CNN and RCNN in detail. Let's...

Continue Reading
link to Introduction to Histogram of Oriented Gradients (HOG)

Introduction to Histogram of Oriented Gradients (HOG)

Today, image classification is one of the most important fields of computer vision, attracting the attention of many academics due to its wide range of practical applications, which include human...

Continue Reading
link to 31 C Programming Exercises and Solutions

31 C Programming Exercises and Solutions

If you know the fundamentals of C programming, now you can focus on solving some coding questions to practice. You will be able to understand all the basic concepts of C programming if you solve some...

Continue Reading
« PREV Page 1 … Page 4 Page 5 Page 6 Page 7 Page 8 … Page 41 NEXT »

About the Author

I'm the face behind Pythonista Planet. I learned my first programming language back in 2015. Ever since then, I've been learning programming and immersing myself in technology. On this site, I share everything that I've learned about computer programming.

Legal Information

Pythonista Planet is the place where you learn technical skills and soft skills to become a better programmer. This site is owned and operated by Ashwin Joy. Pythonista Planet is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. This site also participates in affiliate programs of Udemy, Treehouse, Coursera, and Udacity, and is compensated for referring traffic and business to these companies.

  • LinkedIn
  • Pinterest
  • Instagram
  • Twitter
  • Podcast
  • Privacy Policy
  • Terms and Conditions
  • Sitemap
© 2025 Copyright Pythonista Planet