Posts

Showing posts from September 1, 2020

New Post

Poplar Optimization Algorithm || Step-By-Step || ~xRay Pixy

Image
The Poplar Optimization Algorithm (POA) is a nature-inspired optimization method based on how poplar trees reproduce. It uses sexual propagation (seed dispersal by wind) for exploration and asexual reproduction (cutting and regrowth) for exploitation. Mutation and chaos factors help maintain diversity and prevent premature convergence, making POA efficient for solving complex optimization problems. Learn the Poplar Optimization Algorithm Step-By-Step using Examples. Video Chapters: Poplar Optimization Algorithm (POA) 00:00 Introduction 02:12 POA Applications 03:32 POA Steps 05:50 Execute Algorithm 1 13:45 Execute Algorithm 2 16:38 Execute Algorithm 3 18:15 Conclusion Main Points of the Poplar Optimization Algorithm (POA) Nature-Inspired Algorithm – Based on the reproductive mechanisms of poplar trees. Two Key Processes : Sexual Propagation (Seed Dispersal) – Uses wind to spread seeds, allowing broad exploration. Asexual Reproduction (Cuttings) – Strong branches grow ...

Computer Graphics Software

Image
1.) Graphics Software Graphics software = Collection of Programs. Graphics Software allows users to manipulate images on a Computer.  2.) Computer Graphics Categories 3.) Vector Graphics   Vector Graphics are computer graphics images.  Vector graphics are defined in terms of points on the Cartesian plane. Points are connected by lines and curves to form different shapes. The cartesian plan specifies each point uniquely in-plane by a set of numerical coordinates.   Vector Graphics Software  Inkscape: Professional Quality Vector Graphics Software. [object creation] Corel Draw [design projects, photo editing] Affinity Designer Wondershare EdrawMax: For professional Diagram and Charts.  Vector Magic: support multiple file formats Draw Pad: For all types of graphics Projects. 5.) Graphics Software's used for Editing Digital Photos [Software: Photo Pad ] Convert Image Files For Photo Recovery Graphics Editing [DrawPad] Photo Slideshow [Software: Slidesh...

What is Cloud Computing?

Image
 1.)  What is Cloud?  Cloud means Network or Internet. Computing Means Computing means an activity that uses computers to Manage, Process, and Communicate Information.  2.) What is Cloud Computing? In Cloud Computing, we use Remote Servers hosted on the Internet. Users can Store, Manage, and Process data remotely, rather than a local server or personal computer. Cloud Computing is the delivery of on-demand computing services/resources over the Internet.  For Example, You can store your data/files on the cloud and access it anytime anywhere [in any part of the world] remotely.  Hardware & Software Resources Include: - Online Data Storage - Infrastructure  - Platform  - Software  - Server - Networking  - Database  3.) Cloud Computing Models. Service Model and Deployment Model. Deployment Model means the types of Access to the Cloud. How users can access the Cloud?   4 types of Access - Public Cloud - Private Cloud - Hybr...

Fundamentals of Computer Graphics

Everything that you can see on the computer screen that is not text or sound.   1.) What is Computer Graphics? Computer Graphics is a Branch of Computer Science that deals with generating images with the help of computers. Computer Graphics means Art of Drawing Pictures, Lines, Photographs, Line art, maps, geometric designs, Engineering designs, and others. 2.) Where Computer Graphics is used? The major use of computer graphics is in Design Processes. For example, Engineering and Architectural Systems. Computer-Aided design methods are now used in the design of buildings, automobiles, aircraft, spacecraft, and many others. The major application area is Presentation Graphics (used in presentations) example of presentation graphics are bar charts, line graphs, surface graphs, pie charts.  3.) What is Digital Memory Buffer? Digital Memory Buffer also is known as Frame Buffer. It is a place where images or pictures are stored as an array (i.e., a matrix of 0 and 1) and 0 repr...
More posts