Thursday, June 11, 2020
Data Science - 103 (Kapil Sharma)
Data Science - 102 (Kapil Sharma)
- Machine learning - This is often the top level for an AI system, and in this, human "teach" a computer model to make prediction and draw conclusions from input dataset.
- Computer vision - The capability of software to interpret the world visually through cameras, video, and images. use in driving, militry and many more applications.
- Natural language processing - The capability for a computer to interpret written or spoken language, and respond in kind. For example live lanaguage translation either audio syntax or image.
Tuesday, May 19, 2020
Data Science - Class 101
Tuesday, November 18, 2014
Monday, November 10, 2014
Web Url - Kapil Sharma
Web Url:
http://jekyllrb.com/Transform your plain text into static websites and blogs.
http://ericleads.com/2011/09/learning-javascript-up-to-speed-in-no-time/
Sunday, June 01, 2014
Ruby Class: 1003
http://youtu.be/wlYtxYz0WOU
Saturday, May 31, 2014
Ruby Class: 1002
Go to the web site: http://rubyinstaller.org/
OR
Click on this link address: http://rubyinstaller.org/downloads/
There are different ruby installers select the latest one.
After click its start downloading on your machine and after download double click on the downloaded .exe and the installation started.
Select all check-boxes we need complete features. It's a small installation and after successful installation the ruby installer give install success message.
Now click on the start windows icon left down corner and scroll down to installed Ruby folder. And select the 'Interactive Ruby' feature.
After clicking interactive ruby the below cmd black screen open ups.
Saturday, November 30, 2013
Ruby Class: 1001
Its a open-source agile programming language, with very less steep learning curve :)
You can learn ruby in very less time, as we go through each class, you start learning and enjoying this fast, easy programming language.
Ruby is created by: http://en.wikipedia.org/wiki/Yukihiro_Matsumoto a open source contributor.
Some basic quick overview can be learn by checking these few sites:
1) https://www.ruby-lang.org/en/
2) http://en.wikipedia.org/wiki/Ruby_(programming_language)
Just have a few minute viewing of above listed sites, don't afraid, I assure you that we all learn this language, in quick time. I will share each details regarding how to download, install ruby on windows OS and may be on Linux too, if some one required.
I will also share complete screen-cast on youtube channel, for your viewing at your time and place :)
Here is my Youtube channel link for reference:
http://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg
Thursday, March 01, 2012
Friday, February 26, 2010
Saturday, January 30, 2010
A set type is a collection data type that supports the membership operator (in), the size function (len()), and is iterable. In addition, set types at least provide a set.isdisjoint() method, and support for comparisons, as well as support for the bitwise operators (which in the context of sets are used for union, intersection, etc.).
Python provides two built-in set types: the mutable set type and the immutable frozenset.
When iterated, set types provide their items in an arbitrary order.
Friday, December 18, 2009
Wednesday, November 25, 2009
A sequence type is one that supports the membership operator (in), the size function (len()), slices ([]), and is iterable.
Python provides five built-in sequence types: bytearray, bytes, list, str, and tuple.
Some other sequence types are provided in the standard library, most notably, collections.namedtuple.
Saturday, October 31, 2009
Wednesday, September 30, 2009
Monday, August 31, 2009
Thursday, July 23, 2009
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...
-
What JavaScript libraries and frameworks are available? There are many libraries/frameworks out there (and many more emerging) that will hel...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...



