Saturday, 18 March 2017
Monday, 13 March 2017
Notices
Assignment # 3 SPM
Difference b/w SDLC and P.M (Project Management)
Length: 4 pages IEEE format
Email the soft copy to ateebkhawaja786@gmail.com
Note: Plagiarism 'ill be checked
Source: Mir Jamal ud Din
Quiz # 1 Numerical Analysis
All commands which sir taught in class 'll be queried and u 'll be asked to Perform
Source: Sir Muhammad Iqbal
Quiz #1 Entrepreneurship
From all lectures.
Source : Ma'am Adeeba
Quiz # 1 Compiler Construction
Source: Sir Khurram Shahzad
Lab task #3
Source: Ma'am Ayesha
(1)ArrAYS.
(2)CLASSES
(3)INHERITANCE.
(4)CONSTRUCTOR/DESTRUCTOR
(5)HYBRID.
THE TASK SHOULD BE PERFORMED IN THE FOLLOWING WAY:
FOR INSTANCE:
>>ARRAY: .
>>TASK
>>CODE: SCREENSHOT (IT SHOULD BE CROPPED DEPICTING THE CODE)
>>OUTPUT: SCREENSHOT OF THE OUTPUT
Thanks and Regards
Difference b/w SDLC and P.M (Project Management)
Length: 4 pages IEEE format
Email the soft copy to ateebkhawaja786@gmail.com
Note: Plagiarism 'ill be checked
Source: Mir Jamal ud Din
Quiz # 1 Numerical Analysis
All commands which sir taught in class 'll be queried and u 'll be asked to Perform
Source: Sir Muhammad Iqbal
Quiz #1 Entrepreneurship
From all lectures.
Source : Ma'am Adeeba
Quiz # 1 Compiler Construction
Source: Sir Khurram Shahzad
Lab task #3
Source: Ma'am Ayesha
(1)ArrAYS.
(2)CLASSES
(3)INHERITANCE.
(4)CONSTRUCTOR/DESTRUCTOR
(5)HYBRID.
THE TASK SHOULD BE PERFORMED IN THE FOLLOWING WAY:
FOR INSTANCE:
>>ARRAY: .
>>TASK
>>CODE: SCREENSHOT (IT SHOULD BE CROPPED DEPICTING THE CODE)
>>OUTPUT: SCREENSHOT OF THE OUTPUT
Thanks and Regards
Wednesday, 8 March 2017
Code for SLP (A.N.N)
% inputs
x = [0 0 1 1; 0 1 0 1];
% outputs
t = [0 1 1 1];
% intializing perceptrons
net = perceptron;
% training perceptrons
net = train(net,x,t);
% view(net)
y = net(x);
% calculating error
e = t-y;
plot (t,e);
The following Hyper link contains the executable code
SLP CODE
x = [0 0 1 1; 0 1 0 1];
% outputs
t = [0 1 1 1];
% intializing perceptrons
net = perceptron;
% training perceptrons
net = train(net,x,t);
% view(net)
y = net(x);
% calculating error
e = t-y;
plot (t,e);
SLP CODE
Tuesday, 7 March 2017
Saturday, 4 March 2017
Wednesday, 1 March 2017
SPM ASSIGNMENT
Attention Everyone
Assignment of SPM is to be Submitted on 3/3/2017
Components
SDLC
Water Fall Model
RAD Model
Prototyping Model
Description Advantages DisAdvantages Condition
5 Pages
No Copy
Plagiarism report 'ill be generated
Individual
Email Your Soft Copy to
Ateebkhawaja786@gmail.com
And Template of IEEE 'll be uploaded on Blogger
Bscsuol.blogspot.com
IEEE TEMPLATE
Thanks And Regards
Assignment of SPM is to be Submitted on 3/3/2017
Components
SDLC
Water Fall Model
RAD Model
Prototyping Model
Description Advantages DisAdvantages Condition
5 Pages
No Copy
Plagiarism report 'ill be generated
Individual
Email Your Soft Copy to
Ateebkhawaja786@gmail.com
And Template of IEEE 'll be uploaded on Blogger
Bscsuol.blogspot.com
IEEE TEMPLATE
Thanks And Regards
Subscribe to:
Posts (Atom)