New to learning AI, what would be the cost of hardware to build a general AI.

  • 10 Replies
  • 2727 Views
*

tempted

  • Roomba
  • *
  • 3
Hi,

I'm new to learning AI, what would be the cost of hardware to build a general AI. Is it something within the budget of an average person?

What are the prerequisites to get into AI?

Like what math and programming language one should be proficient in? And what kind of hardware would one need to have?

Thanks

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
AGI -

There is no say of if a home pc can run it. AGI can scale, hence, it can think on a home pc.

For example, you want AGI to tell you new plans of action or use a high tech microscope - all it takes is data....new data and old data.

You have to learn before you can change Earth. Hence no par de wonder it follows it comes from there.



Figure it out first, then worry. Don't start coding anything, just learn learn learn, and build a notepad up. Decompose, rebuild, form.
Emergent          https://openai.com/blog/

*

tempted

  • Roomba
  • *
  • 3
Hey, you didn't tell me about any programming language or math starting point.

What is the bare minimum for a general AI, will the hardware cost millions of dollars or few hundreds of dollars?

Almost all resources are suggesting Python, is there no way to get into AI without Python?

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
They do go python, out of all my article etc readings over 3 full years of research i never seen C++ tutorials lol. Coursea and Hinton the AI pioneer all uses python.....but do look on coursea to see if there's c or c++ maybe there is...

But it's harder and more time consuming to code in C++....thats why they go python for Machine Learning.

BUT C++ will be efficient for speed/mmem size, so do it once u know....once u got it ready.

I pay coders for work, so, i went python, its like 25USD/per hour instead of 50USD/ph



As someone quite in against the ANN AI field way of how nets should work, and full 3 years i've been researching, i say for AGI you shouldn't have to worry at all and it scales, you can use a home pc. And for a adult mind still a home pc i say.

All others that do AI like are tought to, will tell you you may need a big google warehouse pc to make the full grand AGI.

There is Google Cloud, btw....however far that lets you idk totally.
Emergent          https://openai.com/blog/

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Welcome, Tempted! Nice to have you with us. O0

I'd think twice or thrice before storing ANY of my hard-earned programming, research, notes, experiments, etc. I simply have such a strong aversion toward and distrust of ANY CLOUD based location! Keep your research Locally, on your hard drives and storage devices. There can be no thievery there.

As I mentioned to LOCK, be sure to get a Non-Disclosure Agreement drawn up and signed Before entrusting anyone to collaborate, co-research, assist or program for you. If your project is of any importance to you then you should take proper precautions to safeguard it. Otherwise, why bother?

There are others here, far more learned than I, with regard to programming languages that would best suit your endeavor.

Best of luck!

- Art -
In the world of AI, it's the thought that counts!

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
It costs beer money, close friends can chip in on.  I started making this for show at a party.
My Very Enormous Monster Just Stopped Using Nine

*

tempted

  • Roomba
  • *
  • 3
Thank you LOCKSUIT, Art and 8pla.net for your encouraging words.

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
It's not expensive these days to build a nice powerful mobile/ portable...



Note the wheels...

 ;D
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
A big welcome to the author of this thread! Anyone interested in hearing about how to build an A.I. such as a chatbot, on a supercomputer?  Korrelan, first... Thanks for posting this. Please generally chat about that head node and the rest of the eight node cluster on wheels.  What's the fewest number of nodes needed for supercomputer building practice?
My Very Enormous Monster Just Stopped Using Nine

*

WriterOfMinds

  • Trusty Member
  • ********
  • Replicant
  • *
  • 606
    • WriterOfMinds Blog
Hi tempted, and welcome to the forum.

No one knows how to build a general AI yet, so nobody here can tell you what its requirements are.  If you hope to work on the problem, I think your best bet is to look at some surveys of possible approaches, decide which one(s) you are interested in trying, and come back with followup questions.

I run my own project (which I call a semantic net AI, though it's steadily becoming a kitchen sink of techniques) on my personal computer.  Chatbots like 8pla.net's should also be pretty undemanding.  If you want to run a power-hungry neural net, then you could be better off renting time on a cloud service.  (I feel Art's warning about this may be a little misplaced. If you actually invent something revolutionary, then it applies. But for purposes of getting into the field, the cloud is fine; nobody wants to steal the algorithm you wrote for a My First Neural Net tutorial.)

Quote
Almost all resources are suggesting Python, is there no way to get into AI without Python?

There is (you can write any program in any sufficiently complete language), but why would you want it? If you had not mentioned AI and had merely asked for recommendations as someone new to programming, I would have suggested Python anyway. I cut my teeth on Java and C, then switched to Python after deciding it was much less of a hassle to work with than either of those. More specialized languages may lend themselves to use on some AI research paths, but again, that depends on your desired approach.

Math: Try to develop a broad background in higher math -- enough so that you can recognize what branch of mathematics would be good for solving a given problem.  Unless you plan on writing a rule-driven AI that does not do any learning or data processing, I suggest a study of Probability and Statistics.  Further specifics would, yet again, depend on approach and task.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Super important post:

The most important thing to know is that you can figure out how AGI works without doing any testing/coding. [First] figure it out, but make sure the [design] is efficient and not just Brute Force. However that will come on it own IOW just figure out AGI - recognition/generation depend on validation of claims i.e. hierarchical relations clustering - not brute force. Why do you think you can skip brute force? You can skip it tons (however not fully in some cases; you can't skip lock combinations (unless you have knowledge from the planet it's from)).

AGI=efficiency, there's little memory/processing concern.

Data in data out, you will discover new knowledge based on what you know and what you desire. AGI scales. Data is more data. It's just knowledge. Text takes up space accordingly. Vision though will take more memory/processing.
« Last Edit: January 03, 2019, 10:25:52 pm by LOCKSUIT »
Emergent          https://openai.com/blog/

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
March 28, 2024, 01:31: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
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

279 Guests, 0 Users

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

Articles