Category: CS Courses

31
Dec
2016

Difference between AI, Machine Learning, NLP and Deep Learning

Different terms for: https://www.quora.com/What-is-the-difference-between-AI-Machine-Learning-NLP-and-Deep-Learning/answer/Dmitriy-Genzel?ref=fb_page  

29
Dec
2016

Artificial Intelligence will lead the future

http://transmitter.ieee.org/google-self-driving-car/

15
Dec
2016

How AI will lead the future ?

https://www.facebook.com/Engineering/videos/10154674033412200/   https://research.fb.com/artificial-intelligence-revealed/ https://www.facebook.com/priscilla/videos/10103351097465611/  

12
Nov
2016

Watersheding Image Processing

Found this link below very helpful http://cmm.ensmp.fr/~beucher/wtshed.html  And wikipedia is good for knowledge, https://en.wikipedia.org/wiki/Watershed_(image_processing)

12
Nov
2016

Loop example in MATLAB

Loop example in MATLAB function [ output_args ] = Untitled( input_args ) %UNTITLED Summary of this function…

12
Nov
2016

Matrix in MATLAB

A=[1 2 3;4 5 6;7 8 9] A = 1 2 3 4 5 6 7 8…