Getting Started With AI | Setting Up System For Ai







In this 21st century Ai is everywhere!!! , even what you are doing now is influenced by some kind of Ai.

Even when you get into this blog google's AI has got information you and this will be used for ranking you next search.

So what is an AI , Its nothing but giving intelligence to machines . And how do we do these .... simple Its Maths what does it for us , 
If you wonder how it works here is a simple video by Vsauce2 even though they don't say its an AI it is the basic idea.

link here  >>    https://youtu.be/sw7UAZNgGg8



If you have watched those video i guess you got the basic idea how an AI works.

if you wish to watch more videos here are some :



most probably you get more related videos (YouTube has a good AI in that)  

Back to our topic 

I know you are not how Ai works but how to get started in that, so here it is  >>

As you may have known Python is the most recommended one So first install PYTHON
first:
  • Go to  https://www.python.org/downloads/ and download latest version of python.
  • Make sure to check add to PATH while installing or you need to add them manually.

Then you need a code editor , a I recommend vscode for that so
Now ,you need to install python extension to make them work
  • click on the extension button   and search for python and install it.


now you are ready to code python but not AI

Do so you need to install libraries for them for that :

  • create a folder anywhere you want and select it as the project folder by selecting >> File >> save project folder
  • create a new file and save it as python file (with extension .py)
  • now vscode will pop up some boxes saying that it requires them to run python just install them.
  • After that click on >>view >> terminal(this will pop a terminal at the bottom).
  • wait till it your terminal shows "...file name >"
  • here is were you can install your libraries for AI
  • first if you wish to see which all libraries are installed type "pip list" press Enter
  • To install libraries type pip install _lib name_ [ pip install numpy ]
  • similarly you can install other libraries same way  I recommend these libraries :

  • numpy
  • TensorFlow
  •  Keras
  • PyTorch
  • scikit learn
Note name for the libraries may vary while installing just have a search before installing.





Hope you have set your environment for AI development and in next post we code our first AI
















Post a Comment

0 Comments