Click here to Skip to main content
15,888,124 members
Home / Discussions / Artificial Intelligence
   

Artificial Intelligence

 
QuestionBackground Blurring, it works?? Pin
Member 1121011122-Sep-22 19:55
Member 1121011122-Sep-22 19:55 
AnswerRe: Background Blurring, it works?? Pin
Richard Deeming22-Sep-22 21:24
mveRichard Deeming22-Sep-22 21:24 
GeneralRe: Background Blurring, it works?? Pin
Member 1121011122-Sep-22 22:36
Member 1121011122-Sep-22 22:36 
GeneralRe: Background Blurring, it works?? Pin
Richard Deeming22-Sep-22 23:49
mveRichard Deeming22-Sep-22 23:49 
GeneralRe: Background Blurring, it works?? Pin
Member 1121011122-Sep-22 23:53
Member 1121011122-Sep-22 23:53 
GeneralRe: Background Blurring, it works?? Pin
Richard Deeming23-Sep-22 1:12
mveRichard Deeming23-Sep-22 1:12 
AnswerRe: Background Blurring, it works?? Pin
Gerry Schmitz23-Sep-22 5:32
mveGerry Schmitz23-Sep-22 5:32 
GeneralRe: Background Blurring, it works?? Pin
jochance23-Dec-22 6:25
jochance23-Dec-22 6:25 
AnswerRe: Background Blurring, it works?? Pin
BillWoodruff5-Sep-23 15:12
professionalBillWoodruff5-Sep-23 15:12 
SuggestionUnable to Start CodeProject.AI Server Due To Space in ImagePath Pin
Member 156929794-Jul-22 7:18
Member 156929794-Jul-22 7:18 
GeneralRe: Unable to Start CodeProject.AI Server Due To Space in ImagePath Pin
Chris Maunder4-Jul-22 8:40
cofounderChris Maunder4-Jul-22 8:40 
GeneralRe: Unable to Start CodeProject.AI Server Due To Space in ImagePath Pin
Member 150787168-Aug-22 16:26
Member 150787168-Aug-22 16:26 
GeneralRe: Unable to Start CodeProject.AI Server Due To Space in ImagePath Pin
Member 157016349-Jul-22 2:44
Member 157016349-Jul-22 2:44 
GeneralProblem with input shape of Conv1d in tfagents sequential network Pin
ashish bhong19-Jun-22 23:38
ashish bhong19-Jun-22 23:38 
GeneralRe: Problem with input shape of Conv1d in tfagents sequential network Pin
Member 150787168-Aug-22 16:28
Member 150787168-Aug-22 16:28 
QuestionNeurone artificiale. Pin
Riccardo120011-Dec-21 3:46
Riccardo120011-Dec-21 3:46 
QuestionA* vs Dijkstra Pin
Calin Negru6-Nov-21 8:02
Calin Negru6-Nov-21 8:02 
JokeRe: A* vs Dijkstra Pin
Richard Andrew x646-Nov-21 10:16
professionalRichard Andrew x646-Nov-21 10:16 
GeneralRe: A* vs Dijkstra Pin
Calin Negru6-Nov-21 19:18
Calin Negru6-Nov-21 19:18 
AnswerRe: A* vs Dijkstra Pin
harold aptroot6-Nov-21 15:12
harold aptroot6-Nov-21 15:12 
No, it's the other way around. Dijkstra could be regarded as a special case of A*, with a heuristic of zero, resulting in a "circular" node visiting pattern (when possible), thanks to the heuristic of zero not "preferring" any particular direction. Some pedants may say "it's actually UCS that is a special case of A*, not Dijkstra", but UCS is a fancy name for how Dijkstra is normally implemented in practice. The original version of the algorithm that Edsger W. Dijkstra wrote down is rarely, if ever, used in practice, because it always touches all nodes, not just nodes that are dynamically encountered during the search.
GeneralRe: A* vs Dijkstra Pin
Calin Negru6-Nov-21 19:38
Calin Negru6-Nov-21 19:38 
GeneralRe: A* vs Dijkstra Pin
Calin Negru8-Nov-21 4:26
Calin Negru8-Nov-21 4:26 
AnswerRe: A* vs Dijkstra Pin
Kate-X25727-Apr-22 5:04
Kate-X25727-Apr-22 5:04 
QuestionProtein sequence Pin
Shayma'a Younis30-Sep-21 11:34
Shayma'a Younis30-Sep-21 11:34 
AnswerRe: Protein sequence Pin
Member 1551934731-Jan-22 17:36
Member 1551934731-Jan-22 17:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.