Beginners topics and resources for AI Projects and Chat Bots

  • 7 Replies
  • 10929 Views
*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Beginners topics and resources
« Reply #1 on: August 02, 2015, 06:47:06 pm »
My advice to beginners, is to enjoy being a beginner.   Start simple.   
Building a chatbot is a lot of fun to learn.  Take your time.

BEGINNER'S SIMPLE EXAMPLE
Code
<!DOCTYPE html>
<html>
<head>
<title>Beginner Chatbot</title>
<script type="text/javascript">
function chatbot() {
/*INPUT*/   
   var scan=document.getElementById("userInput").value;
/*PROCESS*/
   var chatbot=document.getElementById("response");
   var respond='You said: <i>'+scan+'</i>. ';
       respond+='<input type="button" value="Try Again"';
       respond+=' onClick="document.location.reload(true)">';
/*OUTPUT*/ 
   chatbot.innerHTML=respond;
}
</script>
</head>
<body>
 <b>Beginner Chatbot: </b><br>
 <p id="response">
 <input type=text id="userInput">
 <input type="button" value="Send" onclick="chatbot();">
 </p>
</body>
</html>

Demo:  http://chatbot.tk/beginner

Chatbot Tool Kit (http://www.chatbot.tk) features chatbot demonstrations for beginners.
« Last Edit: February 19, 2017, 02:25:00 pm by 8pla.net »
My Very Enormous Monster Just Stopped Using Nine

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless
Re: Beginners topics and resources for AI projects
« Reply #2 on: February 17, 2017, 11:11:34 pm »
Since they say everyone is talking about chatbots now, here's a couple of articles that were recently submitted to the Chattberbot Collection...

How to create your own chatbot

ChatBot App Development Explained

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Beginners topics and resources for AI projects
« Reply #3 on: February 19, 2017, 02:03:45 am »
Here is a chatbot resource, I recently came across...

Android Studio comes with an Eliza project sample.

So, that builds a free Eliza chatbot app for your phone.
My Very Enormous Monster Just Stopped Using Nine

*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Beginners topics and resources for AI projects
« Reply #4 on: September 14, 2018, 05:42:32 pm »
Google apparently sees the future need of a large number of AI and ML developers and has therefore released some free, filtered learning materials/resources including videos, code, tutorials and interactive courses.
You can find these materials at the following link:https://ai.google/education/
Software and Hardware developer, and everything in between.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless
Re: Beginners topics and resources for AI Projects and Chat Bots
« Reply #5 on: September 14, 2018, 07:23:30 pm »
Thanks, I added that to the opening post  O0

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
My Very Enormous Monster Just Stopped Using Nine

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless
Re: Beginners topics and resources for AI Projects and Chat Bots
« Reply #7 on: December 01, 2019, 08:46:01 pm »
Here's a nice simple explanation of Finite State Automatons.

https://brilliant.org/wiki/finite-state-machines/

These are more useful than they may look and years after learning about them I still find myself jotting down ideas using this kind of thing. It's one of those things I'd have trouble explaining, but do find them helpful in visualising systems.

 


Open AI GPT-4o - audio, vision, text combined reasoning
by MikeB (AI News )
Today at 05:46:48 am
AI controlled F-16, for real!
by frankinstien (AI News )
May 04, 2024, 01:04:11 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm

Users Online

224 Guests, 0 Users

Most Online Today: 356. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles