This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Showing posts with label Artificial intelligence. Show all posts
Showing posts with label Artificial intelligence. Show all posts
Thursday, December 5, 2024
Abacus.AI
This is a service that ties together a lot of external AI tools and many external tools without having to code those connections yourself. Abacus.AI
Labels:
Abacus.AI,
AI,
Artificial intelligence,
Large Language Models,
LLM
ChatHub: When You Need Multiple Perspectives
Let's say you want to submit the same prompt to multiple chatbots at one time! Can you do it? With ChatHub you can do exactly that and use 4 of the major models for free. I like using it. I ain't getting paid for this, so I am keeping it short. I see a lot of model to choose from and it appears you get access to all they offer for $100 in one year.
Monday, August 8, 2011
Realtime Webcam Sudoku Solver - CodeProject
Introduction to Article
Realtime Webcam Sudoku Solver - CodeProject
This application might not have any practical value, but it is great from a learning perspective. I wanted to learn about computer vision. Computer vision is one of the most exciting areas of modern computing. It is also a difficult area. What is simple and obvious for the human brain is very difficult for a computer. Many things are still impossible with the current level of IT progress.
This application is implemented using low level C++ because I wanted to learn how things work under the hood. If you’d like to start with a computer vision application, you should take an existing library (like OpenCV) and start from there. You can find several tutorials here on CodeProject. The webcam image gathering source code is from from Vadim Gorbatenko (AviCap CodeProject).
The webcam acquires one image at a time (a frame). The flow of frames gives the impression of motion. The next image explains what this application does within a webcam frame.
Realtime Webcam Sudoku Solver - CodeProject
Labels:
Artificial intelligence,
Languages,
Programming,
Puzzle,
Sudoku,
Vision,
webcam
Sunday, February 27, 2011
AI for Target Number Game Using Genetic Algorithm - CodeProject
Sounds interesting:
AI for Target Number Game Using Genetic Algorithm - CodeProject
Target Number Game
In this game player has task to find mathematical expression whose value is closest to randomly choosen value using only basic operations and predefined set of numbers. The game has other restrictions: all intermediate results and final result must be positive integer number. Additional restrictions are also placed on selected and target numbers. Player gets 4 random numbers between 1 and 9, one number from{ 10, 15, 20 }set and one from{ 25, 50, 75, 100 }set. Target number is randomly chosen from interval[100,999]. Player can use selected numbers only once. Who ever has expression with the closest number to the target wins and if they are tie, player who was choosing the numbers wins.
AI for Target Number Game Using Genetic Algorithm - CodeProject
Saturday, February 26, 2011
Genetic Algorithm Library - CodeProject
A framework for genetic algorithms - You can use this to write software for genetic modeling! Awesome!
Genetic Algorithm Library - CodeProject
Genetic Algorithm Library - CodeProject
Related articles
- Genetic Algorithms (i-programmer.info)
- In-browser genetic algorithm for evolving a car (boingboing.net)
- Applications of Genetic Algorithms (brighthub.com)
- Robots designed by genetic algorithms (boingboing.net)
Friday, July 9, 2010
Eliza like chat bot in F# language for fun - CodeProject
Eliza like chat bot in F# for having fun learning the functional programming language shipped with Visual Studio 2010.
Eliza like chat bot in F# language for fun - CodeProject
Eliza like chat bot in F# language for fun - CodeProject
Labels:
Artificial intelligence,
Chat,
Chatterbots,
ELIZA,
F#,
Programming
Thursday, June 3, 2010
Tuesday, May 18, 2010
Subscribe to:
Posts (Atom)






