menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Update on GO Book for GATE 2022
Barc Interview Experience 2020- CSE stream
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.5k)
Digital Logic
(3k)
Programming and DS
(5.2k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Compilers, Architecture, HPC
(8)
Machine Learning
(8)
Distributed Systems
(0)
Big Data/Data Analytics
(1)
Pure Web Development
(2)
Unknown Category
(1.1k)
Recent questions and answers in Projects
Recent Blog Comments
Can you check again?
sir please revert back as soon as possible
sir today i have purchased gate overflow test...
This PDF contains all the Previous Year...
Mock 3 will be added soon.
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
Recent questions and answers in Projects
0
votes
1
answer
1
Using karnaugh map ,show the expression Y='BC+B'C+BC
answered
Oct 16, 2019
in
Compilers, Architecture, HPC
tarunpro20
137
views
0
votes
2
answers
2
Doubt about OS
i have one doubt ...we know that ready , running and block waiting are lies inside main memory but it saying that when the process are in running state then process are suppose to given to CPU so when we have done with given of process to CPU how we can say that the process are in RAM or Running state are in RAM...please reply it is actually funny question .
i have one doubt ...we know that ready , running and block waiting are lies inside main memory but it saying that when the process are in running state then process are suppose to given to CPU so when we have done with given of process to CPU how we can say that the process are in RAM or Running state are in RAM...please reply it is actually funny question .
answered
Mar 22, 2019
in
Compilers, Architecture, HPC
allSystemsDown
168
views
operating-system
0
votes
1
answer
3
Seminar and Major Project
Hello! Can anyone suggest very latest topics for seminar? I also need good and innovative ideas for major project in CSE. Thanks! P.S : It is not limited to machine learning. You can give ideas from any domain of computer science.
Hello! Can anyone suggest very latest topics for seminar? I also need good and innovative ideas for major project in CSE. Thanks! P.S : It is not limited to machine learning. You can give ideas from any domain of computer science.
answered
Feb 15, 2019
in
Machine Learning
Sandy Sharma
465
views
general
0
votes
0
answers
4
Introduce the concept of numerical equivalence "~" of sets
asked
Dec 1, 2018
in
Machine Learning
Shivani Vishen
132
views
relations
set-theory&algebra
0
votes
0
answers
5
Can I trust on line majestic essay service?
I am confused about online majestic essay writing services. Since it is a paid service I am worried that whether I will get cheated from those sites. When I searched for dissertation writing service I found a lot of sites. Should I get ... delivery and i heard that this is one of the best essay writing service .How could I trust writers of every site?
I am confused about online majestic essay writing services. Since it is a paid service I am worried that whether I will get cheated from those sites. When I searched for dissertation writing service I found a lot of sites. Should I get error-free contents? Many people ... time bound delivery and i heard that this is one of the best essay writing service .How could I trust writers of every site?
asked
Aug 4, 2018
in
Compilers, Architecture, HPC
Jamesscully
73
views
write-my-essay
best-essay
best-write-my-essay-service
0
votes
0
answers
6
compiler
parser.y:27:10: fatal error: frontend.h: No such file or directory #include <frontend.h> ^~~~~~~~~~~~ compilation terminated. how to remove this error?? what to do..?
parser.y:27:10: fatal error: frontend.h: No such file or directory #include <frontend.h> ^~~~~~~~~~~~ compilation terminated. how to remove this error?? what to do..?
asked
Aug 2, 2018
in
Compilers, Architecture, HPC
Suja1994
68
views
compiler-design
0
votes
0
answers
7
lex program
%{ #include<stdio.h> int vowels=0; int cons=0; %} %% [aeiouAEIOU] {vowels++;} [a-zA-Z] {cons++;} %% int yywrap() { return 1; } int main( ) { printf("Enter the string..at end press^d\n"); yylex(); printf("No of vowels = ... cons); return 0; } when i run this program in ubuntu . iam able to enter the string but it does print the line for counting vowels and consonants
%{ #include<stdio.h> int vowels=0; int cons=0; %} %% [aeiouAEIOU] {vowels++;} [a-zA-Z] {cons++;} %% int yywrap() { return 1; } int main( ) { printf("Enter the string..at end press^d\n"); yylex(); printf("No of vowels = %d \n No of ... n",vowels,cons); return 0; } when i run this program in ubuntu . iam able to enter the string but it does print the line for counting vowels and consonants
asked
Aug 1, 2018
in
Compilers, Architecture, HPC
Suja1994
225
views
4
votes
3
answers
8
How to make user authenticated Internet Acceess
I wanted to convert my home modem to coffee shop and give internet to my customers . But due to security reasons users should register their mobile before they get access to inernet. How can I build this project ? Where should I start with ? Currently i have got D-Link modem
I wanted to convert my home modem to coffee shop and give internet to my customers . But due to security reasons users should register their mobile before they get access to inernet. How can I build this project ? Where should I start with ? Currently i have got D-Link modem
answered
May 2, 2018
in
Pure Web Development
Ashish Patel
427
views
internet-access
0
votes
0
answers
9
Computer Science
(c) The following are some assembly language instructions of a hypothetical CPU. The instructions are written to find the remainder when 16 is divided by 7 and store the remainder in a memory location location assembly instruction 0 load 16 1 sub 7 2 bge ... conversions: (i) Convert 0101 10012 to decimal. (ii) Convert 4E16 to decimal. (iii) Convert 1100 00112 to hexadecimal.
(c) The following are some assembly language instructions of a hypothetical CPU. The instructions are written to find the remainder when 16 is divided by 7 and store the remainder in a memory location location assembly instruction 0 load 16 1 sub 7 2 bge 1 3 ... the following conversions: (i) Convert 0101 10012 to decimal. (ii) Convert 4E16 to decimal. (iii) Convert 1100 00112 to hexadecimal.
asked
Apr 6, 2018
in
Compilers, Architecture, HPC
CYKWAN
205
views
0
votes
1
answer
10
Naive Bayes Algorithm
What is the step by step procedure to apply algorithms like Decision Tree, Naive Bayes, etc... on a dataset using Python?
What is the step by step procedure to apply algorithms like Decision Tree, Naive Bayes, etc... on a dataset using Python?
answered
Feb 22, 2018
in
Big Data/Data Analytics
Digvijay Pandey
374
views
conditional-probability
probability
data-analytics
machine-learning
0
votes
0
answers
11
Web desinging
[closed]
asked
Feb 15, 2018
in
Pure Web Development
Kanchan kumari
154
views
2
votes
0
answers
12
image processing
Could anyone help me with me image processing topic as I have done my Btech project in noise reduction in images but I have tried only those filters which are already existing but haven't done anything new in it. I need to prepare it for IIIT H interview.
Could anyone help me with me image processing topic as I have done my Btech project in noise reduction in images but I have tried only those filters which are already existing but haven't done anything new in it. I need to prepare it for IIIT H interview.
asked
May 24, 2017
in
Compilers, Architecture, HPC
Adiaspirant
249
views
2
votes
1
answer
13
Interest
Has anybody tried their hands in Raspberry Pi? Or have an experience with Arduino?? I meant in terms of practical exposure. If yes, kindly share your valuable insights and thoughts as well.
Has anybody tried their hands in Raspberry Pi? Or have an experience with Arduino?? I meant in terms of practical exposure. If yes, kindly share your valuable insights and thoughts as well.
answered
Apr 3, 2017
in
Compilers, Architecture, HPC
s9k96
220
views
arduino
3
votes
1
answer
14
UGCNET-Dec2014-III: 72
Match the following learning modes $w.r.t$. characteristics of available information for learning : a. Supervised i. Instructive information on desired responses, explicitly specified by a teacher. b. Recording ii. A priori design information for memory storing c. Reinforcement iii. Partial ... desired responses Codes : a b c d i ii iii iv i iii ii iv ii iv iii i ii iii iv i
Match the following learning modes $w.r.t$. characteristics of available information for learning : a. Supervised i. Instructive information on desired responses, explicitly specified by a teacher. b. Recording ii. A priori design information for memory storing c. Reinforcement iii. Partial information ... about desired responses Codes : a b c d i ii iii iv i iii ii iv ii iv iii i ii iii iv i
answered
Aug 2, 2016
in
Machine Learning
Sanjay Sharma
942
views
ugcnetdec2014iii
artificial-intelligence
machine-learning
0
votes
1
answer
15
UGCNET-Dec2013-III: 30
An artificial neuron receives n inputs $x_1, x_2, \dots , x_n$ with weights $w_1, w_2, \dots , w_n$ attached to the input links. The weighted sum ____ is computed to be passed on to a non-linear filter $\phi$ called activation function to release the output. $\Sigma \: w_i$ $\Sigma \: x_i$ $\Sigma \: w_i + \Sigma \: x_i$ $\Sigma \: w_i \cdot \Sigma \: x_i$
An artificial neuron receives n inputs $x_1, x_2, \dots , x_n$ with weights $w_1, w_2, \dots , w_n$ attached to the input links. The weighted sum ____ is computed to be passed on to a non-linear filter $\phi$ called activation function to release the output. $\Sigma \: w_i$ $\Sigma \: x_i$ $\Sigma \: w_i + \Sigma \: x_i$ $\Sigma \: w_i \cdot \Sigma \: x_i$
answered
Jul 28, 2016
in
Machine Learning
Sanjay Sharma
2.1k
views
ugcnetdec2013iii
machine-learning
artificial-neural-network
0
votes
1
answer
16
UGCNET-Sep2013-III: 28
In a single perceptron, the updation rule of weight vector is given by $w(n+1) = w(n) + \eta [d(n)-y(n)]$ $w(n+1) = w(n) - \eta [d(n)-y(n)]$ $w(n+1) = w(n) + \eta [d(n)-y(n)]*x(n)$ $w(n+1) = w(n) - \eta [d(n)-y(n)]*x(n)$
In a single perceptron, the updation rule of weight vector is given by $w(n+1) = w(n) + \eta [d(n)-y(n)]$ $w(n+1) = w(n) - \eta [d(n)-y(n)]$ $w(n+1) = w(n) + \eta [d(n)-y(n)]*x(n)$ $w(n+1) = w(n) - \eta [d(n)-y(n)]*x(n)$
answered
Jul 24, 2016
in
Machine Learning
Sanjay Sharma
1.5k
views
ugcnetsep2013iii
neural-network
machine-learning
1
vote
2
answers
17
UGCNET-Dec2012-III: 73
Match the following: a. Supervised learning 1. The decision system receives rewards for its action at the end of a sequence of steps b. Unsupervised learning 2. Manual labels of inputs are not used c. Re-inforcement learning 3. Manual labels of inputs are used d. Inductive learning 4. System learns by example a b c d A 1 2 3 4 B 2 3 1 4 C 3 2 4 1 D 3 2 1 4
Match the following: a. Supervised learning 1. The decision system receives rewards for its action at the end of a sequence of steps b. Unsupervised learning 2. Manual labels of inputs are not used c. Re-inforcement learning 3. Manual labels of inputs are used d. Inductive learning 4. System learns by example a b c d A 1 2 3 4 B 2 3 1 4 C 3 2 4 1 D 3 2 1 4
answered
Jul 13, 2016
in
Machine Learning
shekhar chauhan
1.3k
views
ugcnetdec2012iii
machine-learning
0
votes
1
answer
18
UGCNET-Dec2012-II: 46
Back propagation is a learning technique that adjusts weights in the neutral network by propagating weight changes. Forward from source to sink Backward from sink to source Forward from source to hidden nodes Backward from sink to hidden nodes
Back propagation is a learning technique that adjusts weights in the neutral network by propagating weight changes. Forward from source to sink Backward from sink to source Forward from source to hidden nodes Backward from sink to hidden nodes
answered
Jul 11, 2016
in
Machine Learning
sh!va
5.5k
views
ugcnetdec2012ii
machine-learning
data-mining
back-propagation
3
votes
1
answer
19
UGCNET-June2012-III: 2
In Delta Rule for error minimization weights are adjusted w.r.to change in the output weights are adjusted w.r.to difference between desired output and actual output weights are adjusted w.r.to difference between output and output none of the above
In Delta Rule for error minimization weights are adjusted w.r.to change in the output weights are adjusted w.r.to difference between desired output and actual output weights are adjusted w.r.to difference between output and output none of the above
answered
Jul 7, 2016
in
Machine Learning
shekhar chauhan
2.6k
views
ugcnetjune2012iii
artificial-intelligence
machine-learning
Help get things started by
asking a question
.
...