.

Thursday, January 30, 2020

International terrorism essay questions Essay Example for Free

International terrorism essay questions Essay The reasons for violence in the Middle East can be attributed to the following: economic, political and religious reasons. The Islamic radicals point out that the west policies i. e. its political, economic and cultural systems, are aimed towards eradicating Muslims around the world and they have to protect themselves by any way possible even if its brutality and terrorism. They claim that there are number of cases where United States has been in the forefront to wage war against Muslims. For instance, the U. S. support of Israeli in their war against Palestine, the U.S backing of sanctions against Iraq and dictatorship in Algeria, Egypt or Saudi Arabia. They argue that in all these cases among others that U. S. has done very little to protect Muslims yet they are the ones whose property and are being confiscated. Besides these reasons, they claim that their rights have been violated for a long time without apparent action, including: the Serbian and Croatian brutal killing of Bosnian Muslims, the Russian war in Chechnya, the Indian grabbing of Kashmir and Israeli occupation of west bank and Gaza. They argue that these give enough evidence why they should use violence and terrorism to fight for their rights. They claim that use has either supported these brutality or done thing to prevent hence they believe that it is justifiable to use terrorize U. S military facilities as well as its citizens. In addition, because all these war occur in Islamic related territories or countries, then they reason that it is a war against Islamic religion hence they call for jihads or religious war to protect extinction of their religion. At the same time, they fight for land confiscated from their people such as Palestinians and Lebanon’s for establishment of their political territories or governments. Therefore, sources of this violence can neither be classified as being political, economic or religiously related, as it’s all these factors intertwined that seem to be problem. At the same time, one can conclude that these terrorists groups, such as ham as, Hezbollah were formed to either fight for land grabbed from Muslims or call for economic justice like end of sanctions. Hence, it is more of an economic problem than other factors, its only use that their leaders use Islam to mobilize Muslims in the entire world for war. Now, that the sources of these violence seems to be directed towards achieving certain grievances. Hence, there is need for all affected parties to come together, to scrutinize and formulate policies and strategies, which will address these problems. For there is need to take a more even approach when addressing Israeli/Palestine war, ending the ban on Iraq and the Kashmir conflict among others. Rather the U. S. and other super powers only see these activists as their enemies and people who should not exist. Therefore, opt for military action and economic sanctions for any nation, which does not support them or acts as residence for these people. Instead of coming up with a long term political policies to tackle these grievances, which many Muslim activists and radical groups share in common. The fact remains that it is out of desperation and pain that these radical groups opt to use violence to air their grievances, and no military action or economic sanctions can eradicate these terrorism, but there is need for a more sensitive policies and strategies to address the grievances of these radical groups.

Wednesday, January 22, 2020

How do You Define an American? Essay -- Definition Essays

How do You Define an American? What is an American? This question cannot be answered by one word. There are so many different characteristics, qualities, and features that can be used to describe an American. Besides features, someone is only a real American if they take advantage of all of the many privileges that are given to them. Any person that is not grateful for the privileges that are given to them to me are not real Americans but this is only my opinion. Real Americans use their privileges to benefit themselves and everyone around them. In today's society there are certain things that are expected from American citizens, for instance being a responsible citizen. Being responsible is a very important part of being an American. There are many rights that you are given when living in America, and with these rights you are expected to be responsible and not abuse them. One right that you shouldn't abuse is your right to vote. This is something that many of us take for granted. Having to make this choice you are expected to make the responsible decision. The only person that it would hurt if you don't take this type of thing seriously is yourself. Along with this privilege of voting on whom you want to run our country, you are then expected to take the responsibility to fight in war if ever needed. This is just a small price to pay for the right to decide of whose running the country. J Rockefeller Jr. describes this good in this quote, "I believe that every right i...

Tuesday, January 14, 2020

Artificial Intelligence and Learning Computers

Artificial Intelligence & Learning Computers Presented by: S. DEEPAKKUMAR Abstract The term artificial intelligence is used to describe a property of machines or programs: the intelligence that the system demonstrates. Among the traits that researchers hope machines will exhibit are reasoning, knowledge, planning, learning, communication, perception and the ability to move and manipulate objects. Constructing robots that perform intelligent tasks has always been a highly motivating factor for the science and technology of information processing.Unlike philosophy and psychology, which are also concerned with intelligence, AI strives to build intelligent entities such as robots as well as understand them. Although no one can predict the future in detail, it is clear that computers with human-level intelligence (or better) would have a huge impact on our everyday lives and on the future course of civilization Neural Networks have been proposed as an alternative to Symbolic Artificial In telligence in constructing intelligent systems. They are motivated by computation in the brain.Small Threshold computing elements when put together produce powerful information processing machines. In this paper, we put forth the foundational ideas in artificial intelligence and important concepts in Search Techniques, Knowledge Representation, Language Understanding, Machine Learning, Neural Computing and such other disciplines. Artificial Intelligence Starting from a modest but an over ambitious effort in the late 50’s, AI has grown through its share of joys, disappointments and self-realizations. AI deals in science, which deals with creation of machines, which can think like humans and behave rationally.AI has a goal to automate every machine. AI is a very vast field, which spans:  ·Many application domains like Language Processing, Image Processing, Resource Scheduling, Prediction, Diagnosis etc.  ·Many types of technologies like Heuristic Search, Neural Networks, an d Fuzzy Logic etc.  ·Perspectives like solving complex problems and understanding human cognitive processes.  ·Disciplines like Computer Science, Statistics, Psychology, etc. DEFINITION OF INTELLIGENCE & TURING TEST The Turing Test, proposed by Alan Turing (1950), was designed to provide a satisfactory definition of intelligence.Turing defined intelligent behavior as the ability to achieve human-level performance in all cognitive tasks, sufficient to fool an interrogator. Roughly speaking, the test he proposed is that the computer should be interrogated by a human via a teletype, and passes the test if the interrogator cannot tell if there is a computer or a human at the other end. His theorem (the Church-Turing thesis) states that â€Å"Any effective procedure (or algorithm) can be implemented through a Turing machine. â€Å" Turing machines are abstract mathematical entities that are composed of a tape, a read-write head, and a finite-state machine.The head can either read o r write symbols onto the tape, basically an input-output device. The head can change its position, by either moving left or right. The finite state machine is a memory/central processor that keeps track of which of finitely many states it is currently in. By knowing which state it is currently in, the finite state machine can determine which state to change to next, what symbol to write onto the tape, and which direction the head should move. Requirement of an Artificial Intelligence system No AI system can be called intelligent unless it learns & reasons like a human.Reasoning derives new information from given ones. Areas of Artificial Intelligence Knowledge Representation Importance of knowledge representation was realized during machine translation effort in early 1950’s. Dictionary look up and word replacement was a tedious job. There was ambiguity and ellipsis problem i. e. many words have different meanings. Therefore having a dictionary used for translation was not en ough. One of the major challenges in this field is that a word can have more than one meaning and this can result in ambiguity. E. g. : Consider the following sentence Spirit is strong but flesh is weak.When an AI system was made to convert this sentence into Russian & then back to English, following output was observed. Wine is strong but meat is rotten. Thus we come across two main obstacles. First, it is not easy to take informal knowledge and state it in the formal terms required by logical notation, particularly when the knowledge is less than 100% certain. Second, there is a big difference between being able to solve a problem â€Å"in principle† and doing so in practice. Even problems with just a few dozen facts can exhaust the computational resources of any computer unless it has some guidance as to which reasoning steps to try first.A problem may or may not have a solution. This is why debugging is one of the most challenging jobs faced by programmers today. As the r ule goes, it is impossible to create a program which can predict whether a given program is going to terminate ultimately or not. Development in this part was that algorithms were written using foundational development of vocabulary and dictionary entries. Limitations of the algorithm were found out. Later Formal Systems were developed which contained axioms, rules, theorems and an orderly form of representation was developed. For example, Chess is a formal system.We use rules in our everyday lives and these rules accompany facts. Rules are used to construct an efficient expert system having artificial intelligence. Important components of a Formal System are – Backward Chaining i. e. trying to figure out the content by reading the sentence backward and link each word to another, Explanation Generation i. e. generating an explanation of whatever the system has understood, Inference Engine i. e. submitting an inference or replying to the problem. Reasoning It is to use the sto red information to answer questions and to draw new conclusions.Reasoning means, drawing of conclusion from observations. Reasoning in AI systems work on three principles namely: DEDUCTION: Given 2 events ‘P’ & ‘Q’, if ‘P’ is true then ‘Q’ is also true. E. g. : If it rains, we can’t go for a picnic. INDUCTION: Induction is a process where in , after studying certain facts , we reach to a conclusion. E. g. : Socrates is a man; all men are mortal; therefore Socrates is mortal. ABDUCTION: ‘P’ implies ‘Q’, but ‘Q’ may not always depend on ‘P’. E. g. : If it rains , we can’t go for a picnic. The fact that we are not in a position to go for a picnic does not mean that it is training.There can be other reasons as well. Learning The most important requirement for an AI system is that it should learn from its mistakes. The best way of teaching an AI system is by training & te sting. Training involves teaching of basic principles involved in doing a job. Testing process is the real test of the knowledge acquired by the system wherein we give certain examples & test the intelligence of the system. Examples can be positive or negative. Negative examples are those which are ‘near miss’ of the positive examples. Natural Language Processing (NLP) NLP can be defined as: ? Processing of data in the form of natural language on the computer. I. e. making the computer understand the language a normal human being speaks.  ·It deals with under structured / semi structured data formats and converting them into complete understandable data form. The reasons to process natural language are; Generally – because it is exciting and interesting, Commercially – because of sheer volume of data available online, Technically – because it eases out Computer-Human interaction. NLP helps us in  ·Searching for information in a vast NL (natural language) database. Analysis i. e. extracting structural data from natural language.  ·Generation of structured data.  ·Translation of text from one natural language to other. Example: English to Hindi. Application Spectrum of NLP  ·It provides writing and translational aids.  ·Helps humans to generate Natural Language with proper spelling, grammar, style etc.  ·It allows text mining i. e. information retrieval, search engines text categorization, information extraction.  ·NL interface to database, web software system, and question answer explanation in an expert system.There are four procuring levels in NLP: 1. Lexical – at word level it involves pronunciation errors. 2. Syntactical – at the structure level acquiring knowledge about the grammar and structure of words and sentences. Effective representation and implementation of this allows effective manipulation of language in respect to grammar. This is usually implemented through a parser. 3. Semantic â €“ at the meaning level. 4. Pragmatic – at the context level. Hurdles There are various hurdles in the field of NLP, especially speech processing which result in increase in complexity of the system.We know that, no two people on earth can have similar accent and pronunciations. This difference in style of communicating results in ambiguity. Another major problem in speech processing understands of speech due to word boundary. This can be clearly understood from the following example: I got a plate. / I got up late. Universal Networking Language This is a part of natural language processing. The key feature of a machine having artificial intelligence is its ability to communicate and interact with a human. The only means for communication and interaction is through language.The language being used by the machine should be understood by all humans. Example of such a language is ENGLISH. UNL is an artificially developed language consisting universal word library, universal concepts, universal rules and universal attributes. Necessity of UNL is that a computer needs capability to process knowledge and content recognition. Thus UNL becomes a platform for the computer to communicate and interact. Vision (Visibility Based Robot Path Planning) Consider a moving robot. There are two things, robots have to think and perform while moving from one place to another: . Avoid collision with stationary and moving objects. 2. Find the shortest distance from source to destination. One of the major problems is to find a collision free path amidst obstacles for a robot from its starting position to its destination. To avoid collision two things can be done viz 1) Reduce the object to be moved to a point form. 2) Give the obstacles some extra space. This method is called Mikownski method of path planning. Recognizing the object and matching it with the contents of the image library is another method.It included corresponding matching and depth understanding, edge detec tion using idea of zero crossing and stereo matching for distance estimation. For analysis, it also considers robot as a point body. Second major problem of path planning is to find the shortest path. The robot has to calculate the Euclidean distance between the starting and the ending points. Then it has to form algorithms for computing visibility graphs. These algorithms have certain rules associated with. OJoin lesser number of vertices to reduce complexity. ODivide each object into triangles.OPut a node in each triangle and join all of them. OReduce the unnecessary areas because they might not contribute to the shortest path. OCompute minimum link path and proceed. This problem of deciding shortest path prevails. Robot might be a bulky and a huge object so can’t be realized as a point. Secondly a robot is a mechanical body which can’t turn instantly so it has to follow the procedure of wait-walk-wait-turn-wait-walk—- which is very time-consuming and so not f easible. Therefore shortest distance should have minimum number of turns associated with it.For path planning the robot has to take a snap shot of the area it is going to cover. This snap shot is processed in the above mentioned ways and then the robot moves. But then the view changes with every step taken. So it has to do the calculation at every step it takes which is very time consuming and tedious. Experts decided to make the robot take the snap shot of the viewable distance and decide the path. But this again becomes a problem because the device used for viewing will have certain limitation of distance. Then these experts came to a conclusion that the robot be given a fixed parameter i. . take to take the snap shot of a fixed distance say 10 meters, analyze it and decide the shortest path. Neural-networks Neural networks are computational consisting of simple nodes, called units or processing elements which are linked by weighted connections. A neural network maps input to outp ut data in terms of its own internal connectivity. The term neural network derives from the obvious nervous system analogy of the human brain with processing elements serving as neurons and connection weights equivalent to the variable synaptic strengths.Synapses are connections between neurons – they are not physical connections, but miniscule gaps that allow electric signals to jump across from neuron to neuron. Dendrites carry the signals out to the various synapses, and the cycle repeats. Let us take an example of a neuron: It uses a simple computational technique which can be defined as follows y= 0 if ? Wi Xi ? Where ? is threshold value Wi is weight Xi is input Now this neuron can be trained to perform a particular logical operation like AND. The equivalent neural network simulation for AND function is given on the left and its equation format on the right.Perceptron training convergence theorem Whatever be the initial choice of the weights, the PTA will eventually con verge by finding the correct weight values provided the function being trained is linearly separable. This implies Perceptron Training Algorithm will absorb the threshold with negative weight. ? Wi Xi + (-1) ? ? 0 A B Y 0 0 0 0 1 0 1 0 0 1 1 1 0 W1 + 0 W2 =0 (< ? ) 0 W1 +1 W2 =0 (< ? ) 1 W1 +0 W2 =0 (< ? ) 1 W1 +1 W2 =1 (>? ) 0 W1 + 0 W2 =0 < ? 0 W1 +1 W2 =1 > ? 1 W1 +0 W2 =1 > ? 1 W1 +1 W2 =0 < ?Conclusion AI combined with various techniques in neural networks, fuzzy logic and natural language processing will be able to revolutionize the future of machines and it will transform the mechanical devices helping humans into intelligent rational robots having emotions. Expert systems like Mycin can help doctors in diagnosing patients. AI systems can also help us in making airline enquiries and bookings using speech rather than menus. Unmanned cars moving about in the city would be reality with further advancements in AI systems.Also with the advent of VLSI techniques, FPGA chips are bei ng used in neural networks. The future of AI in making intelligent machines looks incredible but some kind of spiritual understanding will have to be inculcated into the machines so that their decision making is governed by some principles and boundaries. References 1. Department of Computer Science & Engineering – Indian Institute of Technology, Bombay 2. AI – Rich & Knight 3. Principles of AI – N J Nelson 4. Neural Systems for Robotics – Omid Omidvar 5. http://www. elsevier. nl/locate/artint 6. http://library. thinkquest. org/18242/essays. shtml

Monday, January 6, 2020

Family Income Level Affects Academic Performance - 1126 Words

Some may not want to believe that the world revolves around money, but it does. Goals in life cannot be taken anywhere without money. Money is the most important thing when it comes to quality education. Children from low income families academic performance is highly affected. Low income families struggle with educating their children. Income and wealth can affect education outcomes in a number of ways. Income has a direct impact on the affordability and accessibility of those education services which charge fees or if transport and other costs are significant. Low-income students as a group have performed than high-income students on most measures of academic success (Jensen). Family income level affects academic performance. A†¦show more content†¦Low income parents have fewer children’s books in their homes and spend less time reading to their children, markers which are negatively associated with future academic performance (Mayer). Kids that don’t get proper education might end up spending their whole life or most their life working at minimum wage. Nowadays kids learn many different ways and use tools that are not cheap. Specially technology plays a huge role in education today and not every household can afford to have internet. Some households can’t afford to provide all the tools their kids need for their education. They need to follow and catch what they learn in school and try to apply it back home. In order to do this, students need to have the material inside and outside schools. However, low incom e households cannot help their students outside schools with all the materials. Income affects the child s opportunities of being able to go to a good college or even a school with better education (Renzo and Leiva ). Income has the important effect of absences. When family is struggling financially the kids will most likely have to help take care of everything, affecting their attendance at school because they are busy at home trying to help support the family. It is likely that families with low income need their kids to help out around the house more. Instead of going to school, kids most likely to go to work or babysit while their parents are out making money.