BuildingXwithJS / proposals

Place for proposals on things to build, talk and review during livestreams
MIT License
20 stars 1 forks source link

Artificial Intelligence #22

Open mentifex opened 6 years ago

yamalight commented 6 years ago

AI is an interesting area, but the area itself it a bit too wide for one livestream :) Do you have any specific things in mind?

mentifex commented 6 years ago

Yes, I had written a whole page, but by some glitch it disappeared.

The "Example proposals" at https://github.com/BuildingXwithJS/proposals include "Review this bit of new cool tech" which covers the idea of looking into the area of artificial intelligence in JavaScript.

My JavaScript AI at http://ai.neocities.org/MsIeAi.html raises several issues, each one potentially worthy of a video -- such as https://www.youtube.com/watch?v=QuBEgINpGdo of an obsolete JSAI -- or a livestream. 1) Is the JavaScript AI Mind true AI, that is, does it really think when it does automated reasoning by logical inference? You can type in, "mary is a woman" and the JSAI will ask you, "Does Mary have a child?" by inferring the possibility.

2) Do the security provisions of client-side JavaScript address some of the issues of the Control Problem for AI?

3) Since the JavaScript AI Mind is almost a compleat translation of the MindForth and ghost.pl AI programs, is AI in JavaScript a good resource for teaching classes about artificial intelligence and about JavaScript?

4) In view of the above, is JavaScript AI a good tool for training in the hopefully imminent field of AI Mind Maintainer?

yamalight commented 6 years ago

That's is a lot of links to digest! I'll need some time for it 😄 Is the code for your implementation available somewhere?

mentifex commented 6 years ago

http://ai.neocities.org/MsIeAi.html -- is the implementation code

MsIeAi is M(icro)s(oft) I(nternet) E(xplorer) A(rtificial) I(ntelligence).

yamalight commented 6 years ago

Ah, okay, everything is in the sources there. Got it!

yamalight commented 6 years ago

Alright, so I have read through most of the things you've referenced. I'm going to accept this proposal, but I think I'll need a lot more time to prepare for stream/video on it. I am far from being an expert on AI topic, but I do have colleagues I can discuss this with. We're going to see where it all goes 😄

FDiskas commented 6 years ago

https://experiments.withgoogle.com/ai

ArcticSpaceFox commented 4 years ago

AI is very cool and promising! Maybe do some fraud detection with it.

FDiskas commented 4 years ago

I was trying to do some testing with text and ai results were bad. Best results are with images. So my suggestion would be to try to do some app who would inform you with an alert when you touching your face using camera. Do to Corona virus prevention. I know that there's is some similar web aps so lets do it with electron or other desctop app.

ArcticSpaceFox commented 4 years ago

Cool idea :+1: