Science topics: Computer Science
Science topic
Computer Science - Science topic
Explore the latest questions and answers in Computer Science, and find Computer Science experts.
Questions related to Computer Science
What is relation between Machine Intelligence and Smart Networks?
I'm looking for examples or just ideas about how to even roughly quantify the complexity and/or difficulty of manufacturing and maintaining two different products.
There is a school of thought in environmental discourse that believes in a coming "simplification" or even collapse of modern civilization, following e.g. Joseph Tainter's studies about how societies have shedded their more complex interactions as a response to reduced energy supply. One of the central tenets of this school of thought is that some products are just too complex to be produced if society "de-complexifies." However, to me it seems that this school of thought categorizes products quite arbitrarily to those that are deemed too complex and those that are deemed "appropriate technologies" etc.
Is anyone aware of any attempts at quantifying these complexities? I'm aware of Harvard's Atlas of Economic Complexity (http://atlas.cid.harvard.edu/), but to me it seems that these rankings do not really tell much about actual complexity of manufacturing or maintaining the products listed.
Hi,
I am an information specialist and researching conference rankings in computer science. So far I have found CORE, Arminer, Microsoft Academic search and GII-GRIN-SCIE (GGS) Conference Rating. Which ones of them are the most relevant? Thanks :-)
I should specify my focus: I am not looking for publishing at specific conferences, but preparing a workshop on rankings. As I was told by computer scientists, journal rankings such as the impact factor are not relevant to them. But apparently there are specific rankings for CS-related conferences. I am trying to find out which ones I should recommend them to use.
In Europe, Informatics is often considered similar to Computer Science in America. Applied Informatics, often utilize fundamental concept of Computer Engineering and Science. What is the correlation between the field of Computing and Applied Informatics, what are the major differences, and will they merge in the future?
If the unidirectional transmission of codded information through a channel to some repository has an energy-cost of 1, should the query-and-retrieval, via the same channel, of the same information, be assigned a cost of 2?
I don't know is this a question related more to neuroscience or to computer science, in all cases the question arose in a model of cognitive complexity.
The ABAT Accreditation and ACM Computer Science Curriculum is systematically evolving and adapting to make sure that current and future Computer Science Graduates are well trained and qualified to enter the job market with proper skills and competencies. Is the current or future ABAT Accreditation adopting the new developments in Bio-Computing, and to what extend will both the undergraduate and graduate higher education change in next five years?
I'v been doing an investigation about detection of a specific signal and I need to determine that how a received signal resembles the reference signal. A primary approach to this problem is done simply by taking cross correlation of signals, but I need to know about more accurate methods. References would be also appreciated.
How can we differentiate message-oriented protocols and stream-oriented protocols?
Explanation with examples would be highly appreciated.
I am a computer science student, I don't have good knowledge on signal processing.
I know, for extracting required sub-bands from a signal "discrete wavelet transform" is one of the popular methods. My doubt is if you give (time Vs amplitude) signal to the DWT method, what the out format of the decomposed signal? Means is it in (time Vs amplitude) or frequency domain.
For example, from the given figure, If S is time domain signal we gave it to the DWT then what is the outputs at CA1 and CD1. Please clarify whether these subbands output signals are in the time domain as like input signal or converted to the frequency domain signal.
Please clarify my doubt. Thank you
Hi, I am Annal, doing PhD in computer science in Bharathidasan university, Trichy, tamil nadu. my research work at final stage. Reseach in Cloud storage. So I need to submit indian examiner's panel list to the university. Kindly suggest or if any one willing to be an examiner, please inform meand sent your details to my mail, the examiner should be an associate full time professor from other states.
Thank you so much.
Regards,
Annalabel
Many Computer Science Freshmen come to college with little or no background in computational thinking and almost no computer programming background. In my part of the world, only a very small number of freshmen become adapt at programming at graduation.
Dear Friends,
Example for practical Knowledge: If I drop a stone from top of a building, I know that it falls on the ground. Example for intellectual Knowledge: If I drop a stone from top of a building, I know why it falls on the ground, because I learned Newton’s discoveries and mechanics when I was in school and college.
The epicycles and retrograde motions of planets were practical knowledge, since the epicycles can be observed by anyone living on the Earth. Mankind didn’t acquire intellectual Knowledge until 17th century, why planets appear to be making epicycles and retrograde motions. This proves mankind can be fooled by practical knowledge alone. Out perception of reality and things we experience in practice might fool us. We need intellectual knowledge to determine the degree of falsity of knowledge and Verisimilitude (or truthlikeness).
Our practical knowledge might be a illusion and flawed, if we can’t provide valid reasons why it happens that way. How can we be sure a practical knowledge is valid until we gain intellectual knowledge of why? Today software engineers have been practically experiencing the infamous software crisis and spaghetti code. No one knows why?
Except the designing and engineering of software products, designing and engineering of no other product is affected by infamous software crisis and spaghetti design/code. Gaining the intellectual knowledge leads to solution for the infamous software crisis and spaghetti code. The fact is, there is no valid reason why software engineering endures infamous software crisis and spaghetti code.
How can I compel the software researchers to gain the intellectual knowledge, which I am sure leads to solution for the infamous software crisis and spaghetti code? Our experiences could fool us. The practical knowledge and intellectual knowledge compliment with each other. Both are essential and our knowledge can’t be complete, if either of the knowledge is flawed or invalid.
Our knowledge about software crisis and spaghetti code is incomplete until we gain intellectual knowledge that explains why, by using facts, falsifiable evidence and sound reasoning (where the falsifiable evidence and reasoning can be and must be falsified, if and when new counterevidence can be discovered).
Best Regards,
Raju
Your suggestions and comments are highly appreciated, thanks in advance...
Virtual reality is an emerging and essential technology in computer science. It is also useful for medical cares such as surgical simulation and understanding viruses. But how could the virtual reality technology be used to study the fetal or infant brain and analyze in utero MR imaging data? Could you suggest any feasible application of virtual reality for pediatric imaging and radiology?
If I want to make Python or MATLAB, invoke subprocesses in programs like Robot, Revit, OpenSeeS, EnergyPlus etc., is there a general theory behing all these?
I am interested in getting specific outputs when performing commands from MATLAB or Python.
Kindly guide me about choosing best simulator for dynamic routing in Adhoc networks.
Can we use Opnet simulation for high level work?
Thanks
Hi Friends! I am searching for best thesis topic in Computer Science for my MSCS thesis. Please suggest me by using your research experience.Is it best to choose requirement engineering for thesis or research? My favourite topics along with requirement engineering are network security and Human Computer Interaction. What should i choose for thesis? Please, seniors suggest the best one. Thanks
Polyphonic music is mentionned here to properly define the type of signals.
i am looking for MRI brain tumor data-set(databases) with ground truth means manually segmented by radiologist doctor to evaluate the accuracy, precision and efficiency of my proposed algorithm, may i get your help?With regards.
Graph theory techniques in computer science have been used but how best can this be answered in real life situation?
Stable marriage algorithm has been used to model this computer science problem. How should satisfiability and fairness be considered in real life situation?
For example:
If I want to predict the color of a flower which has four possible outputs; would normalizing the data (so that a sigmoid factor could be used when building a neuro network) be appropriate and effective?
Does this involve NLP, machine learning, logic programming, or otherwise?
I was interested in listing all the possible integer solutions to
f(n/10)-f(n/11) = 1 (eq1)
Where f(x)=floor(x) is the floor function, relating each real number x to the greatest integer z less or equal to x.
The floor function wasn't so easy to deal with, as it seems at first sight. I replaced n/10 = x.. and took 10x/11, having a similar equation:
f(x)-f(10x/11) = 1
The solution set was then easily verified, X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}..
But didn't mean the possible solutions to (eq1) would resume to:
Y= 10*X = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110}.
I computed every solution to the equation (shown in the figure) with the support of an algorithm.
I realized then, the relation with another equation by taking a look thru the floor function identities...
–11x + 10y = 110 – n ,
where x = n mod 10, and y = n mod 11.
Seems like a diophantine approximation involved. Of course there are theorems to help with solutions of diophantine equations... But...
What if we have an equation:
f(x/a) + f(x/b) = c, where x is the variable and a, b, c are positive integers, where f(x)=floor(x) is once again the floor function.
How can we compute the possible solutions for x integer?
Is there any property that we can operate with floor functions? I suppose not cuz the function isn't continuous.
This subject just caught my attention. Maybe it's easier than seems. Any clue/tips?
Dear Friends,
In his famous letter to Kepler in year 1610, Galileo complained that the philosophers (i.e. Scientists were referred to as philosophers) who opposed his discoveries for exposing flawed belief (i.e. the Earth is at center) at the root of then dominant geocentric paradigm had refused even to look through a telescope.
"My dear Kepler, I wish that we might laugh at the remarkable stupidity of the common herd. What do you have to say about the principal philosophers of this academy who are filled with the stubbornness of an asp and do not want to look at either the planets, the moon or the telescope, even though I have freely and deliberately offered them the opportunity a thousand times? Truly, just as the asp stops its ears, so do these philosophers shut their eyes to the light of truth."
What is the difference between the religion and a scientific discipline, if the beliefs at the root of a scientific discipline are fiercely defended and frighteningly impervious to evidence and objective facts? Isn’t it a violation of scientific method to have untested implicit beliefs in any scientific discipline and accumulating new knowledge by relying on such untested implicit beliefs that are flawed?
Unfortunately computer science, particularly BoK (Body Of Knowledge) related to so-called components in the context of CBD/CBE (Component Based Design, Development or Engineering) is rooted in 50 to 60 years old untested implicit flawed beliefs, which are being fiercely defended and considered impervious to evidence. Unanimity of biased beliefs has been concluded to be objective facts and/or self-evident Truths (that needs no supporting proof and impervious to any amount of counter-evidence).
Unfortunately, software researchers concluded that nature and essential properties of components are ideological choices, even in the context of countless quintessential CBD/CBE products (e.g. cars, computers, airplanes, machines or machinery for factories etc.) that are built by designing, building and assembling components.
Does the nature and essential properties of physical beings (e.g. animals, trees, bacteria, viruses, fungi or components) are subjective ideological beliefs impervious to any amount of counter-evidence or objective facts? Don’t researchers have any moral obligation to investigate counter-evidence to such beliefs, when offered? Isn’t it violation of moral and ethical obligation (or gross negligence), if such evidence is deliberately ignored or suppressed?
Even if the nature and properties of physical things such as bacteria, viruses or components were to be ideological choices, why software research community is killing the ideological diversity and plurality by reacting as if it is a heresy to propose or explore any other choice? The software researchers 50 to 60 years ago made an ideological choice (by ignoring the reality and fact) that software parts that are reusable (or conducive to be reusable) are components.
The funny thing is that, I feel like advocating good aspects of capitalism to hardcore Marxists in the Soviet Union or advocating good aspects of socialism to hardcore capitalists in the USA during the height of cold war, such experiences are well articulated, by Dr. Michael Parenti, in this video: https://www.youtube.com/watch?v=Rt_iAXYBUSk (please pay extra attention to 5 minutes bit starting from 15 minutes).
Scientific disciplines such as botany, zoology, bacteriology, mycology, or virology are not like social science. There is no room for ideological beliefs or choices in such 21st century scientific disciplines including computer science. Such sciences end up having not much different from social sciences or even religion, if the BoK (Body of Knowledge) was rooted in ideological beliefs or choices (e.g. for defining nature and properties of physical beings) by ignoring reality or facts.
If the nature and properties of physical beings are ideological choices, why plurality and ideological diversity is not accepted, as if the properties are sacred religious dogma? What is the difference between software researchers and religious fanatics? No one ever dared to question the validity of dogmatic untested beliefs at the root of software engineering.
Unfortunately software researchers have been fiercely defending 50 to 60 years old tacit axiomatic beliefs that are very foundation of exiting dominant software engineering paradigm (as the 2300 years old belief “the Earth is static at the center” is the very foundation of 16th century dominant geocentric paradigm).
Is it ethical to fiercely defend untested or unproven beliefs about the properties of the components in modern 21st century scientific disciplines such as computer science? Unfortunately many untested implicit beliefs are frighteningly impervious to counter-evidence and obvious fact. Software researchers have been using every possible excuse and tactics to suppress counter evidence.
Best Regards,
Raju Chiluvuri
Hello,
I am Max ,New to this site.
We offer UK Web Hosting on https://www.webhostuk.Co.UK anyone need any help feel free to contact me.
Hi together,
when I worked in Roy Sambles' Thin Films & Interfaces Group in Exeter in 1993 I used an existing Fortran program for multilayer Fresnel modelling and improved its slo-mo performance to the point where one could change the parameters of the layers and see an almost instant graphical response. This actually gave rise to the "Inverted SPR" discovery.
Now, since then I was wondering if it wasn't feasible to have the computer scan a huge parameter space on its own and essentially doing a "curve discussion" on its own: A new phenomenon or quality can be described in natural language terms and so can known patterns be described (how are minima, maxima distributed, what are known limits, etc.) as well. The latter would have to be told to the computer and then it would only start spitting out results if it found something remarkable, something outside the known patterns. With today's computing power such a generic software tool would have produced the ISPR instantly! Now I would like to pass on the suggestion: create or find a method to describe and detect patterns in modelled data. Then let a computer scan the areas you find interesting? What do you think? Or is it standard procedure nowadays to do this?
Cheers from Switzerland
Marc
In cooperation with my student Jakub Tkac, a student from the Czech Technical University, we ported the old code simulating dynamic recrystallization (implemented in Cellular/Cellang) into a new software version (C++ & Qt). Details can be found in the following links:
Our interest is to find out what you find out good and bad on this software and how it can help you understand modeling of complex systems using cellular automata. Your answers will help to develop future examples more adjusted to yours needs.
Enjoy the source of the code and video provided above.
Jiri Kroc & Jakub Tkac
PS For details and other questions and work see the project
where other question as "New drug development strategy: war of weapons" and information are provided.
Assume we have a class of graphs. Now what does this sentence mean?
"each of the graphs in the class, monotonically should make no difference".
Please can you help me to find Thomson Reuteurs Journals that covers Information Systems and Elearning with Rapid Publication? Where can I find the time needed for review, first response and publication for Journals?
Some journal listed as good journal in SCImago Journal & Country Rank (http://www.scimagojr.com) with relatively good h-index for example Journal of Computer Science (from Science Publication) is identified as possible predatory Journal in Beall's list. Which one I should follow?
i work in NSL-KDD dataset and i want to tokeniz and compute term frequency for each token.
Dear Friends,
So far I failed to convince the experts and researchers, even though I have multiple valid proofs for my disruptive discoveries about the components and CBD (Component Based Design and/or Development). There are two main reasons (that are summarized in the attached PDF) for my failure to provide convincing proof, which can overcome flawed preconceived notions and blind beliefs or baseless prejudice due to the existing deeply entrenched paradigm.
Kindly understand the difference between a valid proof and a convincing proof: A proof is valid, if it is accurate and it is not possible to falsify the proof objectively by using valid knowledge and objective facts or evidence (even if the proof miserably failed to convince the experts due to their flawed prejudice). A convincing proof is not necessarily flawless, but can convince the experts (e.g. by reinforcing their flawed preconceived notions and blind beliefs or prejudice).
Saying the Truth “the Sun is at center” 500 years ago angered experts by offended common sense and deeply entrenched conventional wisdom. A valid proof fails to convince experts, if the existing theoretical foundation or BoK (Body of Knowledge) comprises of flawed pieces of knowledge, such as accepted conclusions (e.g. the Earth is static at center is inalienable Truth), observable facts (e.g. epicycles or retrograde motions) or accepted theories (e.g. If the Earth is moving, how could the Moon follow or why stellar parallax is not noticeable).
In light of such large flawed BoK, even a valid proof cannot convince the experts, because all the valid evidence and/or reasoning are incommensurable and perceived to be lies, heresy or even scam. Each of the researchers and experts had been slowly but profoundly brainwashed all their lives by the huge BoK, which resulted in forming a mental picture of a flawed perception of reality, which is radically different from objective reality (so much so that the objective reality or facts appeared to be strange or weird and inconceivable).
Today my valid proofs facing such flawed perception of reality painted by 20 to 30 times corrupted BoK. The existing CBSD paradox has been evolving for past 50 years and accumulated 20 to 30 times flawed BoK by relying on 50 to 60 years old flawed definitions for so called software components. The software experts have been brainwashed by the BoK to conclude that software parts are components and using such parts is CBD. In light of this flawed BoK and altered perceptions of reality, today objective reality and facts about the CBD and components are perceived (by software experts) to be heresy or even fraud.
Please see attached PDF for reality for CBD
Best Regards,
Raju S Chiluvuri
MulVAL- is a logic-based attack graph generation technique invented by Xinming Ou. I have installed "MulVAL" as per the instructions given in (http://people.cis.ksu.edu/~xou/argus/software/mulval/readme.html) and tried to run it for the testcase given in input file (input.P) as follows:
shyam@ubuntu:~/Desktop/Graph/mulval/utils$ ./graph_gen.sh /home/shyam/Desktop/Graph/mulval/testcases/3host/input.P -v
But I am getting the following error:
cat: goals.txt: No such file or directory
rm: cannot remove `goals.txt': No such file or directory
The attack simulation encountered an error.
Please check xsb_log.txt.
What does it mean and how do I solve it? Any kind of help would be appreciated.
Continously statistical methods and algorithms useful for researchers in other fields are being developed. It would be interesting to know the speed of knowledge transfer. I am wondering if this issue has been subject to systematical analysis?
Are there any researches about mathematic competencies needed in upper classes computer science yet? And which of those competencies are not taught in school?
Auf Deutsch: Meine Bachelorarbeit soll sich mit folgender Thematik befassen:
"Strategien zur Überbrückung von im Informatikunterricht der gymnasialen Oberstufe erforderlichen mathematischen Kompetenzen"
Bisher habe ich dazu leider keine Literatur gefunden, es scheint sich niemand mit der Thematik auseinandergesetzt zu haben. Die Frage stelle ich nun hier, um einen Überblick zu bekommen, welche Probleme überhaupt im Informatikunterricht durch fehlendes mathematisches Wissen/ fehlende Methoden auftauchen können. Also Dinge, die innerhalb des Informatikunterrichts erklärt werden müssen, obwohl sie eher Inhalt des Mathematikunterrichts sein sollten, oder aber den Informatikunterricht generell einschränken.
Hi,
I am looking for a comprehensive list of research labs in the u.s. Maybe categorized by area of research or by the name of the universities? I understand that this would be a very long list but I was wondering if anybody has ever done this work to put everything in one place.
Dear Friends,
Saying the truth “the Sun is at the centre” 500 years ago offended common sense and deeply entrenched conventional wisdom. Researchers refuse to see or investigate either evidence in support of heliocentric model or counter evidence that could expose the flawed geocentric paradox. How any lie could ever be exposed (e.g. the lie “the Earth is static at the centre” at the root of the geocentric paradox), if research community refuses to look at evidence, for example by perceiving it to be arrogant, disrespectful and uncivilized to question the validity of primordial dogmatic “consensus” of the respected researchers or scientists. Does such primordial dogmatic “consensus” must be revered as inalienable Truth for eternity?
Please kindly recall the Galileo’s famous letter to Kepler in 1610: "My dear Kepler, I wish that we might laugh at the remarkable stupidity of the common herd. What do you have to say about the principal philosophers of this academy who are filled with the stubbornness of an asp and do not want to look at either the planets, the moon or the telescope, even though I have freely and deliberately offered them the opportunity a thousand times? Truly, just as the asp stops its ears, so do these philosophers shut their eyes to the light of truth."
Galileo Galilee’s attempts to demonstrate counter evidence for the flawed primordial dogmatic 2300 years old “consensus” (the Earth is static) at the root of geocentric paradox faced huge resistance such as: "I am not going to look through your "telescope", as you call it, because I know the Earth is static ... I am not a fool, how dare you to insult my intelligence?". Likewise, most experts feel I am insulting their intelligence, if I offer counter evidence to primordial dogmatic 50 to 60 years old “consensus” about the nature and preparties of components and essence of the CBSD (as if each of the untested “consensus” is inalienable Truth for eternity). Those untested “consensus” were reached 50 to 60 years ago when computer science and software technologies were in infancy. So it was inconceivable to create real-software-components for then existing primitive technologies such as Fortran or assembly languages. Existing CBSD/CBSE (Component Based Software Design/Engineering) paradox is fundamentally flawed. Today no one else even knows the objective reality about: "what is true essence and power of CBD".
I have been struggling for many years to provide counter evidence to flawed beliefs at the root of the geocentric paradox of software engineering (in general and CBSD/CBSE in particular). The flawed beliefs diverted research efforts in to a wrong path and software researchers have been investing research efforts for 50 years in the wrong path resulted in the infamous software crisis (as the flawed belief “the Earth is static” diverted research into a wrong path 2300 years ago and investing research efforts for 1800 years in the wrong path resulted in geocentric paradox).
I have been struggling for many years to compel software researchers to investigate counter evidence for exposing the flawed beliefs at the root of the software engineering in general and CBSD/CBSE paradox in particular. I tried every method I can think of and so far no “civilized” method worked. My efforts to expose the Truth are perceived to be arrogant, disrespectful, uncivilized or even heresy. Many experts feel that is scam or uncivilized to question the primordial “consensus”, so they feel compelled to respond more uncivilized by resorting to personal attacks. The “consensus” 500 years ago was that “the Earth is static”. Unfortunately researchers even in the 21st century researchers refused to investigate the counter evidence, which can expose the dogmatic “consensus”.
Could anyone suggest a civilized way to compel software researchers to investigate evidence in support of the heliocentric model of software engineering and counter evidence for the geocentric paradox of software engineering? Is there any legal way that doesn’t involve bribing (i.e. paying handsomely for doing their moral duty of discovering the Truth/facts by investigating evidence) or dragging tax-payer funded research organizations to court to fulfil their moral and ethical obligation of not wasting taxpayer funds on the geocentric paradox of software engineering?
The flawed beliefs at the root of the CBSD paradox resulted in the infamous software crisis, which already cost a trillion dollars to the world economy, and would cost trillions more, if I fail in my effort to expose the root causes for the geocentric paradox of software engineering. I can’t believe the software scientists even in the 21st century reacting similar to the fanatic scientists in the dark ages. For example, the government funded research organizations (e.g. NSF.gov, NIST.gov, NITRD.gov, SEI/CMU or DoD) already wasted decades and billions of dollars for expanding the BoK (Body of Knowledge) for the geocentric paradox of software engineering. Any kind of research efforts in a wrong path is fool’s errand, because mankind’s scientific knowledge (BoK) would still be stuck in the dark ages, if the error at the root of geocentric paradox were not yet exposed. Only fools use excuses such as “that ship has sailed long time ago” or “the wise men had spoken”.
How could any scientist or researcher foolishly insist unproven beliefs or untested opinions are self-evident facts, for example, by refusing to see counter evidence and often resorting to humiliating insults, snubbing or even personal attacks (when politely offer counter evidence that exposes flawed unproven beliefs or untested opinions at the root of the geocentric paradox of software engineering)?
Computer Science is a religion, if it is rooted in sacred unquestionable “consensus” (i.e. dogmatic tenets) and experts feel offended or react as if it is heresy to question the validity of primordial dogmatic tenets created (by “consensus” of wise men) during primeval period of computer science (i.e. between 50 to 60 years ago when Fortran and assembly languages are leading technologies). It was inconceivable to create real-software-components (that are equivalent to the physical components) for achieving real-CBD for software, which is equivalent to the CBD (Component Based Design) for physical products 50 to 60 years ago (during primeval period of computer science).
The purpose of science or engineering research is pursuit of absolute truth (by accumulating and analysing the evidence), but not creating sacred “consensus” and defending the “consensus” (no matter how elaborate or elegant the “consensus” may be). That kind of “consensus” might be justifiable few decades ago, but such “consensus” cannot be treated as inalienable truth/fact for eternity. Such outdated consensus at the root (i.e. that are very foundation) of any modern scientific discipline must be questioned time to time. Is it a sacrilege or uncivilized to question “consensus” that were outdated by advancements of science or technology?
If the consensuses (i.e. assumed to be facts) are fundamentally flawed, research efforts relying on such flawed facts leads to scientific crisis (e.g. geocentric paradox of the discipline) and exposing the error results in a Kuhnian paradigm shift. Is there a civilized way for exposing a geocentric paradox of a 21st century scientific discipline? How can I keep it civilized, if respected researchers and scientists perceive facts/truth (that contradict flawed “consensus”) are heresy and react uncivilized by resorting to humiliating insults and personal attacks. How can I compel them to act civilized and fulfil their moral and ethical obligations to Truth?
Any untested “consensus”, no matter how elaborate or elegant, is not science. Period. Anyone who feels such untested “consensus” as inalienable Truth for eternity and resort to insults must be ashamed to think he is a scientist/researcher. In science, there are no sacred “consensus” that can’t be questioned and tested. Offering counter evidence to outdated “consensus” is not sacrilege or uncivilized. If anyone feels that the counter evidence is flawed, he is free to expose the flaw. But only incompetent people react uncivilized manner by resorting to personal attacks. Is there a civilized way to present counter evidence for exposing sacred “consensuses” (that are fundamentally flawed) in the 21st century scientific discipline?
Best Regards,
Raju
greetings,I am using c++ for optimization mathematical problem,in this case how can I add optimization library to c++?
Support vector machine is one of the 10 classification method available.I know this method for single output data and want to know for multioutput data
I would like to know a good starting point to carry out my research in the above mentioned topic.
I need to generate a decision tree for classifying the marks dataset example data set the data set consists of 8 attributes and 1 class attribute out of 8 attributes 6 are subject marks one is total one is percentage the criteria for class is not only total marks/ percentage to be considered but also all subjects marks should be greater than or equal to the pass marks.
My question is how to train the machine to classify correctly?. As if we know the manual functions in other programming languages . But how to train a machine this type of criteria what method I have to follow. I have to increase the training set data?
In the IEEE papers Channel Aware Routing Protocol (CARP) AND (E-CARP) Protocols are better routing protocols yet now. Is there is any other protocol anybody prefer better than those. Can we apply the SDN concept here
Dear Friends,
Isn’t it fraud (if not crime) against scientific and technological progress, if scientists/researchers blatantly violate well established and proven “scientific method” https://en.wikipedia.org/wiki/Scientific_method to acquire and include new knowledge in the theoretical foundation of any discipline for expanding its BoK (Body of Knowledge). Certain basic concepts in the BoK for software are nothing more than fiction rooted in wishful thinking. Relying on such flawed concepts or knowledge for technological advancement is violation of basic logic and even common sense.
In case of scientific research for expanding the boundaries of scientific or theoretical knowledge, mankind led to believe that any Truth (backed by irrefutable proof and evidence) is ultimate and always triumphs over myths, beliefs, unproven theories or axiomatic assumptions. In other words, if the science is a religion, then the only God for the religion of science is the Truth. Any Truth (backed by irrefutable proof and evidence) always triumphs over evil (i.e. flawed myths, beliefs, prejudice, theories or axiomatic assumptions, if evidence can be produced to prove that they are flawed).
Everyone of us in the 21st century led to believe that anyone can freely express, say or debate (without fear of personal attacks, being humiliated or persecution) (1) any scientific truth openly (as long as the Truth can be backed by irrefutable proof and evidence) or (2) falsify any accepter theory or concept to remove it from the BoK (Body of Knowledge), if evidence can be demonstrated openly. Unfortunately, this is not always true and many of us have been fooled.
Many respected scientists publicly say Truth (if it is backed by irrefutable proof and evidence) always triumphs, but the very scientists refuse to investigate the irrefutable proof and evidence (if the Truth contradicts their myths or prejudice). Even if we humbly request the scientists to back their myths and prejudice, many of them resort to personal attacks or humiliating snubbing.
The situation in our beloved computer science (software) is so bad that young researchers are scared to openly support Truth or evidence that expose existing flawed myths or prejudice promoted by respected scientists, due of the fear of being ostracized and/or ruining career. Shell we live under fear hiding underground like criminals for discovering Truth or organize resistance to over through existing regime of fake scientists? Isn’t it (i.e. derailing scientific progress) a scandal, if not fraud against technological progress of mankind?
The theoretical foundation (or BoK) for computer science (software) filled with many flawed myths and unproven beliefs, which are supported not by reason and evidence but by the authority and prejudice of the regime of fake scientists. They have been promoting the myths and prejudice, while refusing to investigate the evidence and reasoning that can expose the flawed myths and unproven beliefs.
How could anyone rescue any scientific discipline from such authoritarian regime of fake scientists? They absolutely have no clue, what is real Science? Let me briefly summarize what is meant by “Scientific Discipline”: Any scientific discipline is a BoK (Body of Knowledge) comprising many pieces of knowledge, where each piece of knowledge is acquired by employing “Scientific Method”. The essential requirement for any scientific discipline is following the well established guidelines, processes and rules of the proven “Scientific Method” for acquiring each new pieces of knowledge for the BoK. Each piece of knowledge in the BoK must be supported by irrefutable proof and demonstrable evidence, which can’t be falsified by using any known knowledge or evidence.
The very constitution for the Scientific Disciplines is the “Scientific Method”. The authoritarian regime refusing to accept the authority of “scientific method” (having proven track record) for investigating objective reality for acquiring valid knowledge (by discovering objective facts and theories backed by evidence). Many of them feel offended (or threatened), if anyone tries to expose their myths and prejudice by using such objective facts and evidence.
What kind of scientists feel offended or threatened by Truth? Many of them refuse to validate our proof for any new discovery of Truth (backed by irrefutable reasoning, objective facts and evidence), if the new discovery, objective facts and evidence contradicts their myths and prejudice. Many of them feel that it (i.e. requesting to employ scientific method to gain objective knowledge) is heresy or repugnant. What kind of scientist every possible excuse to avoid using scientific method for protecting his myths and prejudice?
The situation in our beloved filed of computer science (software) is totally unacceptable. It must be changed, even if it requires intellectual battles using facts, objective reasoning and evidence), even it hurt the egos of so called scientists and researchers promoting the authoritarian regime to protect fiction, myths or prejudice. No discipline can be a science, if it blatantly violates the scientific method. Only fake scientists refuse to know and investigate knowledge and evidence acquired by using scientific method.
We have facts and evidence gained by using scientific method, which exposes the flawed myths and prejudice in the existing BoK for software. Respected scientists refuse to investigate or even look at our poof. We discovered certain new Truths, which are backed by irrefutable proof, facts and evidence. Respected scientists refuse to investigate or even look at our poof. Isn’t it a scandal, if not fraud?
Let me illustrate this by using an analogy: If you worked with the elephants for years, when a pig is shown to you would you insist that it is an elephant? Assume (i) you discover the essential properties uniquely and universally shared by the each and every large physical component by using scientific method (i.e. no part can be a component without having the essential properties), and (ii) you invented real-software-components (having the essential properties) and created thousands of such real software components for over a decade.
Would you call any other kind of software part (not having the essential properties) a real software component, if the difference between the other kinds of software parts and the real software components is comparable to the difference between the pigs and the elephants? No other kind of so called software components (known today) have the essential properties, so referring any of them as software components is like showing a pig and insisting that it is an elephant. Scientific methods have proven track record for discovering such essential properties, objective reality and facts. All I am requesting is to discover objective reality, facts and evidence using scientific methods. But software researchers have been refusing to use scientific methods to test their unproven myths. Isn’t it a scandal, if not fraud? https://www.researchgate.net/publication/309320487_Isn%27t_it_scandal_if_not_fraud_if_scientists_feel_repugnant_when_requested_to_not_violate_the_scientific_method_for_acquire_theoretical_knowledge
If one works with the elephants for a year and in a pig form for a year, he will never insist that it is a elephant, when a pig is shown. The difference between the real components (that can be unplugged and re-plugged-in) and the other kinds of parts (e.g. used as ingredients such as plastic, steel, metals, alloys, cement or pain) that can’t be unplugged from their container products, is bigger than the difference between the elephants and pigs. Comparable difference exists between real-software-components and other kinds of so called software components (known today), if one were to discover the nature and essential properties for real components by using “Scientific Method”.
Today experts defined each kind of software parts (e.g. having given properties) is a kind of components (without any basis in reality and fact) and have no clue about the nature and essential properties of the components. This error directed research efforts into a wrong path and software ended up in a crisis. Unfortunately most experts have been refusing to gain essential knowledge (by using “scientific method”) about objective reality, which can put the research efforts on the right tracks by exposing the error.
Best Regards,
Raju Chiluvuri
Hello all,
I am currently working on Application layer protocol in IoT. I want to know, Where to handle congestion?
Suppose in general architecture, either between IoT devices and gateway or between gateway and cloud.
Is there any architecture available for IoT, that don't consider cloud part for accessing resources?
Is IoT handle end-to-end congestion or not?
I have been stuck with these questions. Need help.
Thanks
Vishal
For example: I am accessing services from cloud.
I would like to know how to find the closed form solution of a narx model in matrix form
I am doing work on the feature extraction of malware.
Somewhere I found N-Grams techniques to extract features of malware but it's complicated to reach my goal.
find attachment for details:
Note: a just focus on Feature extraction of malware, not testing , training or classification.
I'm developing a genetic algorithm for the traveling salesman problem in large-scale graphs, and I'm applying the nearest neighbor algorithm to infect my population with locus arising from this technique. However, the execution time have been too high. Therefore, I would like to know if there is any alternative model of the nearest neighbor algorithm, which is faster than the simple method?
Can u suggest few research topics related to algorithms?
Greetings everybody
Does anyone have any idea of how I can evaluate whether my genetic algorithm is working well? what are the criteria?
Best Regards
I am working on my research thesis. I am finding best Computer Science Authors (Who have most research collaboration, productivity etc). I have calculated Centrality(Betweenness, Closeness, Degree, PageRank) values. These values are in decimal. I want to represent in integer values. How can i do that? Picture attached of my decimal calculated values.
I have read a research paper in which Author represented centrality values in integers. Attached is the screen shot of table of mentioned paper(integer values).
I wan to do like this? Please help how i can do this? I am desperately need help.
what is ways to overcome power problem in network on chip and processor technology that make the gap between closer?
is the batteries the problem of power consumption in this field of computer science (battery capacity) or there is more options for solving it. (Really efficient method);
I am trying to research on solving this problem efficiently. can you please help me in this research?
and what other sciences is going to meet in this scope? (like chemistry for batteries and physics etc.)
thanks for attentions
I prepared Kings B agar on Friday so I could use it on Tuesday. However, when I opened the chiller, some of the agar plates had melted. There was water in the sleeves I used!
This has never happened to me and I'm really not sure what went wrong.
Has anyone had any experience with this?
Dear Friends
I am looking for download this dataset for Loop closure detection.
this dataset hosting on http://cogrob.ensta-paristech.fr/loopclosure.html
but on website just give link for Leb6Indoor dataset , the small dataset, I need the big one.
I attach image for the dataset, this dataset used in this paper "Incremental vision-based topological SLAM" 2008
hi there I want to know how can I write a book based on researches?
the book is about technology and related challenges in computer science.
what is the first step?
whatever you think is important about it is good.
feel free to ask or tell me anything you think is useful.
thanks for attention
Donald Knuth said:
Programmers waste enormous amounts of time thinking about, or worrying about, the speed of noncritical parts of their programs, and these attempts at efficiency actually have a strong negative impact when debugging and maintenance are considered. We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. Yet we should not pass up our opportunities in that critical 3%.
When is that holds to be true? How do I know that I am not wasting my time?
how to apply pre-fetching code into our system/application
But I don't understand components of IT and SI, help me please
I have developed an interaction verification technique. I want to evaluate my proposal. It works completely fine with local Web service repository. However, I would like to test it against the standard norms if possible. For this, I am searching standard test web services repository in the verification domain.
Thanks
i am working in data classification using metaheuristic ( and swarm )feature selection , i appply svm,knn in the original dataset without fs (100 features) and record the accuracy in weka tool
and then make a wrapper feature selection ( swarm + knn as a fitness function ) and produce a subset of features ( f.e 20) and take only20 features and make a classification again in weka
compare the without/with swarm/2 filter based fs in weka
1- the acuracy here is the best solution fitness in swarm algorithm or the accuracy of classification after fs ?
2- how many datasets and their sizes ( i use small 20 features , this is true)
3- why to make 20 runs of algorithm and is it neccessary ?
thank you
Many tools provide an excellent introduction to computer science for little students, some of them are Scratch, Kodu, Alice, Hackety Hack et al. These are just a few of the options for introducing someone to programming.
What other languages or tools have you used — in the classroom or at home?
Do you think that they are appropriate for children age 6 and up?
Computing time complexity of Genetic Algorithm
what is the common environment for implementings,testing or validating ideas about service function chaining in the context of SDN
what features are beneficial to find the age from the voices of human beings?