AI Related Searching Algorithm Analysis

Breadth-first search (BFS) Description A simple strategy in which the root is expanded first then all the root successors are expanded next, then their successors. We visit the search tree level by level that all nodes are expanded at a given depth before any nodes at the next level are expanded. Order in which nodes... Continue Reading →

Analyze & Reconstruct the Neural Network

We know neural network of a human is one of complex network type exist in side a living body. Here we try to analyze and model that network. By analyzing & modeling this complex network we can get idea about how we use the natural techniques with the technology. In my previous blog descriptions, I... Continue Reading →

Create a website or blog at WordPress.com

Up ↑