PrisonPlanet Forum
May 19, 2013, 07:50:01 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: NWO Perception Management and Real-time Psych Warfare Exposed!!  (Read 6747 times)
Satyagraha
Global Moderator
Member
*****
Offline Offline

Posts: 8,141



« on: November 10, 2009, 12:45:04 PM »

http://www.galaxy.gmu.edu/stats/syllabi/TextMiningClass/Lecture4.pdf
Adaptive Multi-modal
Data Mining and Fusion
For Autonomous Intelligence Discovery

Edward J. Wegman, Ph.D.
Yasmin H. Said, Ph.D.
October 23, 2007




Problem Description

• Consider the plight of an analyst, who is faced with multimedia sources that stream in data constantly.

• Data can be structured text, unstructured text, voice, images, and video.

• The data likely are not English language; the data are likely to be massive in scale; the data are streaming.

• Our premise: The analyst needs a system tool to integrate, filter, and present to the analyst for his or her consideration
the data that are most likely to be useful.

• The tool should be a query system that must operate transparently and without significant human fine tuning.



Translation:
When you are running a corporate fascist state and, in your paranoia, you have the need to watch and read the email, voicemail, websites, documents, pictures, videos etc., of EVERYONE who could possibly represent a THREAT to your POWER, (and, let's face it, that would be most of humanity), you have a BIG PROBLEM.

You've perfected the art of spying on everyone - you get the data in any number of ways, but...

Once you've grabbed all of this data, how can you efficiently 'read' it, 'interpret' it, and put it through analysis, without requiring any human intervention? This data is worthless unless you can tell who your enemies are ... where they are and what they're saying!!! (Enemies are EVERYWHERE ... OH MY GOD!!!)

Let's see what they did to solve this problem....





Outline of System




Translation:
Here's the system as the data is being fed in from different sources...
Note the sources:

Speech Audio:
  Intercepted phone calls
  Recorded conversations

Email

Internet chat records

And what they don't specifically mention on this diagram, but what is absolutely included is:
news websites
personal websites
social networking websites
you tube and other video websites
etc. etc. ad infinitum...







Translation:
What's up with this two-mode computation... hmmm...

They are trying to assign a 'value' to the source (person, website, social networking site) of the incoming data.
Once they assign a value, they will be able to assign it a relative importance vs. the other sources of data.

Weighing the importance of the site is very important to the parsing of the data received from the site;
when looking at that data vs. the millions of other data streams coming into the 'system' ...
in this example, we see that the number of individuals participating in the site is important;
and the number of "adjacent" individuals (think "friends" on facebook) is another important marker.





Parsing the incoming data: TEXT

New Directions


• The term-term block model matrix will associate words that are used in the same way
    – We conjecture this will be a way to automatically create synonyms

• The document-document block model matrix will associate documents that are similar …
   an automated clustering mechanism







Streaming Documents

• Functionality Desired
   – Process streaming text documents.
      • Vector space representation of a document.
      • Streaming documents imply evolving lexicon.
         – Recursive computation of document frequency.
   – Use evolving lexicon.
      • Track evolving sense of documents.
      • Introduce new query terms.
      • Classify new documents.


Logged

"He that would make his own liberty secure must guard even his enemy from oppression; for if he violates this duty he establishes a precedent that will reach to himself."

~ Thomas Paine, A Dissertation on the First Principles of Government, 1795
Satyagraha
Global Moderator
Member
*****
Offline Offline

Posts: 8,141



« Reply #1 on: November 10, 2009, 02:47:23 PM »

Adaptive Multi-modal
Data Mining and Fusion
For Autonomous Intelligence Discovery
Edward J. Wegman, Ph.D.
Yasmin H. Said, Ph.D.
October 23, 2007
(continued...)





Translation:

The above represents what could be described as the 'end product' of this data parsing system. These are a collection of screen shots that would be presented to a HUMAN who may need to make the final decisions about the information.  It is various displays of the condensed collection of weighted data that show the summary of potential 'bad things' for the NWO paranoids. To get to this, there are a few steps that you can see below.  These will outline the various systems of compression used to come up with the final 'list' of suspect information.



Text
  
   Text processing is usually performed on a fixed corpus of text
  
   What to do in the case of news articles or weblogs or even research articles when you want to examine them in time?


-------------------------
For a detailed example of how to do something
simple with text (using R and MDS), see
http://mason.gmu.edu/~eleeds/text_example/text_example.html



















Measuring Similarity between documents

Translation: One way to look at this is that it is a process is one where the content of a specific doc (let's say an article on Ukrainian Pneumonic Plague) is parsed... and compared to another article with similar trigger words ("Ukraine" or "Pneumonic" or combination).
This is a way to distinguish between two separate articles with the same keywords, or a single article printed in two or more separate publications.




Document Frequency for a Changing Corpus

Translation: This is a step where the actual key words are counted in each document; and each document that contains the key words ("Ukraine" or "Pneumonic" or combination) is counted. The value of the document is affected by the frequency of key words. So a document with 10 instances of the words is more valueable (has a greater weight) than a doc with one instance).



Maintaining the Changing Lexicon

Translation: They keep track of the number of times a specific key word shows up in the 'collection' of information. Like frequency within a specific text stream, the frequency of the keyword within a collection of text streams is very important.  Maintaining the "lexicon" is their way to clean house when some words become stale, and others emerge).  (You can imagine this happening in the lexicon now, as "H1N1" replaces "Avian Flu" as the disease of choice for NWO propagandists).



Parsing the News....



Google News Data Set

Approximately 350 articles per day
70 each in the 5 categories:
World, US, Business, SciTech, Health
Each article (an HTML file) is parsed
and then further cleaned
The cleaning algorithm isn’t perfect
It is difficult to extract only the article body and
not advertisements, links to other articles, etc.

Notice they chose "Google News" as the example. LMAO! A good NWO Choice.
The Infowars site, and the prison planet forum must give the AI software a run for it's money:

"!!!RED ALERT!!! KEYWORD COUNT MAXIMUM OVERLOAD!!!
NOTE: KEYWORDS :FALSE FLAG: TEXAS: FT.HOOD: PNEUMONIC: UKRAINE: PTECH: !!!



Streaming News



Note: Instances of weighted information are displayed in a scatter diagram; color coded to the (in this case) google news example above. I suspect that any dot's 'outside' the acceptable range would be targeted for censorship.





A Graph Model
  * A graph model is used to represent a dynamic corpus of text
  * Differs from methods that act on a fixed corpus
  * Vertices represent topics and evolve as the document stream changes




Graph Model


Nodes
represent topics – accumulations of similar articles

Each node has an associated set of words and counts of those words from articles that have been assigned to the node

A new article gets assigned to the node to which it is most similar (cosine similarity)

If it is less than τ similar to any node, it initializes a new node or resets an existing node


Translation:
Notice the use of the word "node" in reference to an information source .. website or online news organization. That word is used in discussions about "Network Centric Warfare" - where a 'node' is a potential target. Nodes connected to other nodes are useful tools for the NWO; they can find the source node, take it out, and debilitate the 'adjacent' or associated nodes. This is something you can read more about here:
Burn in hell NWO, the underpinnings of your operations have been exposed!
And here: Leaderless Resistance - Fighting "Network Centric Warfare" Principals



Articles assigned to one node over time

* Build a graph of order 200 on news from January 2006

 * Display the articles assigned to one node over time

 * Display the high weight words in the node over time






NOTE:
The above chart illustrates how the frequency of specific words (like "hamas", "pakistan", "symantec", etc.) is shown in the graph as darker boxes of grey. The more often a word appears in the parsed text, the darker the box of grey. This is the visual display of 'weighted' words.





One display of words with high frequency is seen in this image above: the more frequent the word appears, the larger the size of the type display. Click on a specific word that you see (in this example, clicking on the word "Face" in the screen above, would bring up the following in the screen below:





And the 'summary' of all articles; with highlighted keywords; weighted by importance is here:






Logged

"He that would make his own liberty secure must guard even his enemy from oppression; for if he violates this duty he establishes a precedent that will reach to himself."

~ Thomas Paine, A Dissertation on the First Principles of Government, 1795
lordssyndicate
Member
*****
Offline Offline

Posts: 1,141


Stop The New World Order


WWW
« Reply #2 on: November 12, 2009, 02:40:29 PM »

Nice find. Wow.

So, yeah there ya have a nice little white paper / high level overview eplaining the functions of C2, C4iSR,  and C5 (BRATT, Pythia, TEMPER...) systems as being applied to news articles ... blogs... forums ... websites... etc...  and how these tie into to all other reconosance data that is gathered from every one in real time globally...

So, all of this feeds data that are then are tied together into causality petri nets, and then pre-analyzed.

So, that when the analyst AI receives data it then forms a perfect custom tailored filter for each specific target. These filters can then be enforced via logins,  simple javascripts, and browser cookies.


The entire OODA loop presented demonstrates the process to create an autonomous filtering engine that will scour all forms of communication then and then develop custom  filters for Google and other search engines  in order to facilitate "Real-Time Filtering".

Real-Time filtering means exactly what I just said... The analyst AI develops filters to suppress anything that becomes a threat to the NWO the instant it is deemed a threat by the AI... IE the entire Ukrainian flu outbreak would be a specific target they would filter against...

This means they no longer need cointell pro agents  for much outside of building trojan spewing web sites and running the trojan botnets... Oh and of course helping to set up  and  slander  all those innocent truthers  on MSNBC's to "catch a predator" ....

:/

Logged

"Biotechnology it's not so bad. It's just like all technologies it's in the wrong HANDS!"- Sepultura
ekimdrachir
Member
*****
Offline Offline

Posts: 7,094


METATRON ON


WWW
« Reply #3 on: March 28, 2010, 04:27:01 AM »













Logged

trailhound
Member
*****
Offline Offline

Posts: 4,749



« Reply #4 on: April 03, 2010, 11:22:36 PM »

        http://cio-nii.defense.gov/docs/Net-Centric-Data-Strategy-2003-05-092.pdf                       

 DoD Net-Centric Data Strategy

1. PURPOSE
This document describes the Net-Centric Data Strategy for the Department of Defense (DoD), including DoD intelligence agencies and functions. It describes a vision for a net-centric environment and the data goals for achieving that vision. It defines approaches and actions that DoD personnel will have to take as users—whether in a role as consumers and producers of data or as system and application developers. This Strategy will be followed by a subsequent directive and guidance on implementation details.

2. INTRODUCTION
Net-centricity is the realization of a networked environment, including infrastructure, systems, processes, and people, that enables a completely different approach to warfighting and business operations. The foundation for net-centricity is the Department’s Global Information Grid (GIG). The GIG is the globally interconnected, end-to-end set of information capabilities, associated processes, and personnel for collecting, processing, storing, disseminating, and managing information on demand to warfighters, defense policymakers, and support personnel. Netcentricity,
by securely interconnecting people and systems independent of time or location,
supports a substantially improved military situational awareness, better access to business information, and dramatically shortened decision cycles. Users are empowered to better protect assets; more effectively exploit information; more efficiently use resources; and create extended, collaborative communities to focus on the mission.
The approach to implementing the GIG uses communications, computing, and applications technologies but also recognizes that the cultural barriers against trust and data sharing must be addressed. To this end, the Department is using a comprehensive, integrated approach to deliver the foundation for net-centricity. This approach combines the overall Net-Centric Data Strategy, described in this document, and an information assurance (IA) strategy with the implementation of the layers of the GIG.

http://cio-nii.defense.gov/docs/Net-Centric-Data-Strategy-2003-05-092.pdf
Logged


"Do not let your hatred of a people incite you to aggression." Qur'an 5:2
At the heart of that Western freedom and democracy is the belief that the individual man, the child of God, is the touchstone of value..." -RFK
Anti_Illuminati
Guest
« Reply #5 on: May 25, 2010, 09:18:06 AM »

http://www.oilforimmigration.org/facts/?p=5044

PsyOp Internet Battle for Hearts, and Minds
Posted on January 1st, 2010 by David-Crockett

Sancho Jones
SHTF411
January 1, 2010

The Internet revolution has changed the face of our planet. Over the last 20 years there’s been a complete transformation of the way we live, conduct business, and share information. In the same amount of time, information technology has helped bring countless atrocities committed by governments, and global corporations into view. We’ve seen the rise of groups like “We Are Change”, and birthing of the “Truth Movement”; which has kicked off a viral, and grassroots information wave. The Internet’s been in many regards a saving grace of mankind, and in the same likeness the greatest threat to the establishment!

Recently, we had the Global Warming talks in Copenhagen; they were a failure! What else could come from the exposure of emails showing fudged data on Global Warming? Nothing is what. Climate Gate[1] changed what would have been global “Cap, & Trade” agreements, and other carbon tax legislation from an assured victory at Copenhagen, to an embarrassment. Al Gore decided it’d be better not to show up at all, after having to run from angry mobs, and being pelted by snow balls due to the leaks. The only thing that came of the conference, was a poor attempt at “saving face” through a non binding resolution.

Those hiding behind governments, and global corporations have long known the necessity of owning the Hearts, and Minds[2] of the people; in order to further their agendas. We’ve learned catchy phrases which embody the techniques. Some of these would include; “Divide, and Conquer”, “Smoke, & Mirrors”, “Order out of Chaos”, “Problem, Reaction, Solution”. Through the usage of these tools, perceptions can be changed, and goals can be accomplished. The US Govt. has actively sought to win the Hearts, and Minds of people openly since the Cold War.

During the height of the Cold War, and Civil Rights movement, the FBI created COINTEL[3]; which is an acronym of various programs the US Govt. used to deal with both issues. The methods used in COINTEL were inline with the techniques mentioned above. The overall goal was to control the information, and/or distort it so as to crush all legitimate opposition to the US Policy, or Hegemony of the time. This propaganda machine officially ended, but from the information presented below, it looks as though it is going stronger than ever before; and the Internet is the new battle ground.

There is subversion being committed across the World Wide Web on an ever increasing basis. The mainstream media has been very active in the shaping of our feelings, and thoughts, from the bottom up to meet current policy. We’ have MSM Journalists self censoring for advancement, or towing the party line. We see corporate MSM censorship through management, Government censorship of the MSM, and all culminating into supporting policies, such as war[4]. A recent article regarding a book by Nick Davies called, “How the spooks took over the news”, delves into how the world governments will insert stories at the community level, several years before a given agenda is needed.

“For the first time in human history, there is a concerted strategy to manipulate global perception. And the mass media are operating as compliant assistants, failing both to resist it and to expose it.”

“The sheer ease with which this machinery has been able to do its work reflects a creeping structural weakness which now afflicts the production of our news. I’ve spent the last two years researching books about falsehood, distortion and propaganda in the global media.”[4]

In the USA, we have several groups designated to shape, and alter perceptions. The U.S. Army Civil Affairs, and Psychological Operations Command (Airborne)[6], or USACAPOC(A), consists of 40 Army Reserve units, or around 10,000 soldiers, who are stationed across the USA, are among many leading the mission of COINTEL. They have two main components, Civil Affairs, which is largely made up of lawyers, judges, physicians, bankers, health inspectors, fire chiefs,[7] or other professionals who can deal directly with the Civil nature of shaping a communities perception. The other portion is Psychological Operations; both operate by sword, deed, and word to alter Hearts, and Minds.

Another tactic being used in the U.S. is to actually pay operatives to create havoc, or to further the fury of an average person, so they will attempt an act associated with a criminal, or terrorism element. Hal Turner is an example of an operative employed by the US Govt. to further agendas, and policies. In his own words,”I was not some street snitch”[8]; in fact in his own words,”I was a deep undercover intelligence operative”. According to the FBI,”Special Agent Stephen Haug wrote that “[Turner’s] value outweighs the discomfort associated with source’s rhetoric. Source’s unique access provides important intelligence which, if lost, would be irreplaceable.” Another FBI memo cited that Turner “has proven highly reliable and is in a unique position to provide vital information on multiple subversive domestic organizations.”[8] Note the words subversive domestic organizations.

Do you feel left out, or would you like to get in on the gravy train; while at the same time selling out your fellow man? The US Govt. with 5 million US Dollars is promoting, and paying bloggers, texters, and building websites across the Middle East, and North Africa![9] The official purpose is to spread ideologies, and learning to embrace others ideas. Of course through the wreaking putrid of the rhetoric comes the truth; it’s to promote US Democracy through the Arab world. I can read the websites now,”Freedom is the freedom to comply with The Patriot Act!”

Countries like Israel implement direct subversion, or disinformation as well. [10]“Israel’s Foreign Ministry is hiring students and demobilized soldiers who will work around the clock writing pro-Israeli responses on Internet websites all over the world…. presenting themselves as ordinary surfers…

This is in addition to the existing Israeli volunteer internet task forces & propaganda applications like Megaphone & GIYUS – a chief Israeli propagandist is interviewed below….

“Our people will not say: ‘Hello, I am from the policy-explanation department of the Israeli Foreign Ministry and I want to tell you the following.’ Nor will they necessarily identify themselves as Israelis. They will speak as net-surfers and as citizens, and will write responses that will look personal but will be based on a prepared list of messages that the Foreign Ministry developed.”[10]

Amongst the many groups on the Net fighting the struggle for Israel, is the Jewish Internet Defense Forces[11]. From their homepage,”leading the fight against antisemitism, and terrorism on the web, coordinating concerned citizens around the globe, and promoting jewish pride, knowledge, and unity.” A striking quality about any of these different groups, or the controlled MSM, who are sent out to propagandize the Hearts, and Minds of the people, is that they always cite Anonymous sources, or don’t cite who the “officials” are who said “what”. These kinds of propaganda articles are now common place[12].

Other countries around the world are implementing strategies to combat the information wave of the Internet; which is destroying their hold on the Hearts, and Minds of people worldwide. Australia’s Government has instituted their new Cyber Security Strategy[13]. It’s goals are of course always painted in a nice shiny, and clean picture. They’ll be focusing on legitimate cyber crimes, and of course they’ll have to monitor *possible* terrorist activities. They have created their own Computer Emergency Response Team, or CERT as the main crime fighter; the program will begin operation January 2010, and will coordinate their activities with other National CERT’s across the globe to combat Internet crimes, or as is becoming abundantly clear, to infiltrate, and use propaganda to halt the Information revolution.

The saying goes something like, if at first you don’t succeed, then try, try again; right? Well, that’s exactly what the US Govt. is doing. The FBI now is installing super spyware on people’s personal computers. They are using “Computer, and Internet Protocol Address Verifiers”, or CIPAV to infiltrate personal computers, or systems, download all files, and upload to government servers in Virginia[14] It sounds somewhat “1984ish”, but imagine with everything covered so far, and taking into context what COINTEL did by replacing words, or meanings, imagine what they can upload to your own computer without the users ever knowing.

It’s not just the FBI with their fancy CIPAV, but the actual giant Internet companies who’ve been bought out are complicit with this ever increasing war for our Hearts, and Minds; through information. Google is catering to the CIA, NSA, FBI, and to most other Government agencies by offering the tools necessary to scavenge stored data, and other electronic media. They are also offering a closed “Intellipedia, a Wikipedia knock off for spooks.[15] Not only Google, but most US social networks have been caught selling private chats, photos, and emails to Governments.

The Internet is proving to be a real hassle for the corporate, and government elites. Leaked evidence that Yahoo is selling all documents for a given user to the U.S. Government for between $30 to $80 has surfaced recently. Not only are they selling the contents of what we feel is our private area, but also the IP addresses of where we sign on.[16] This is not limited to Yahoo, and Google, but again spans the innertubes of the Internet. The U.S. Federal Government, and other government’s are actively trying to not only use subversive means to control information, but also to mark those who present a problem; apparently so as to isolate them in the future.

It’s a massive amount of data to be stored, and would almost seem impossible. However, we must remember the U.S. Govt., and the Federal Reserve print money 24 hours a day. They are building Fusion Centers across the country, and implementing computer systems such as Maincore. In Utah, the “National Security Agency is constructing a colossal $1.9 billion information storage center at Camp Williams which could be considered a power trip. But it’s not the sort of power trip that keeps civil libertarians lying awake at night. No, this power grab is for the stuff of Thomas Edison and Nikola Tesla — the juice needed to keep acres of NSA supercomputers humming and a cyber eye peeled for the world’s bad guys.”[17] The problem is, that what the government considers as the bad guys is becoming the average American people, and in a hurry!

The deal is that people behind, or in control of governments, and global corporations realize the Internet is the one single threat that can create over night awareness into their ominous plans. They are attacking it, and people who are spreading information at every turn. Besides the leaks of Climate Gate, or Personal Data Gate, now there is the Secret Copyright Gate![18] See exert below:

“* That ISPs have to proactively police copyright on user-contributed material. This means that it will be impossible to run a service like Flickr or YouTube or Blogger, since hiring enough lawyers to ensure that the mountain of material uploaded every second isn’t infringing will exceed any hope of profitability.

* That ISPs have to cut off the Internet access of accused copyright infringers or face liability. This means that your entire family could be denied the internet — and hence to civic participation, health information, education, communications, and their means of earning a living — if one member is accused of copyright infringement, without access to a trial or counsel.

* That the whole world must adopt US-style “notice-and-takedown” rules that require ISPs to remove any material that is accused — again, without evidence or trial — of infringing copyright. This will be a disaster in the US and other countries, where it provides an easy means of censoring material, just by accusing it of infringing copyright.

*There will be mandatory prohibitions on breaking DRM, even if doing so for a lawful purpose (e.g., to make a work available to disabled people; for archival preservation; because you own the copyrighted work that is locked up with DRM)[/quote] Visit link for full text.”[18]

Welcome to the world of the DMCA’s, and censorship![19] They are creating these treaties in combination with other censorship policies designed to limit access to undesirable websites; of course the policy maker’s will decide what is “undesirable”[20], or which websites aren’t fit to help foster the correct environment for the people in their country. It goes back to the beginning of this article; it is about winning, controlling, or owning the Hearts, and Minds of the people. Without owning those, the people behind the corporations controlling the policy makers who run governments cannot succeed. The Internet will be turned shortly, or the attempt will be made to turn it into an Orwellian hell of pay per click, or pay by minute. Followed with skewed, and distorted information.

It will take all of us to stop these people from censoring the Internet in their battle to win control our hearts and minds.

http://www.google.com/#hl=en&q=Climate+Gate&aq=f&aqi=g4g-s1g5&oq=&fp=b36c7832dbb01be6
http://www.foreignpolicy.com/articles/2009/08/13/a_bright_shining_slogan
http://www.icdc.com/%7Epaulwolf/cointelpro/cointel.htm
http://georgewashington2.blogspot.com/2009/06/four-reasons-mainstream-media-is.html
http://www.independent.co.uk/news/media/how-the-spooks-took-over-%20the-news-780672.html
http://www.usacapoc.army.mil/
http://www.globalsecurity.org/military/agency/army/ca-psyop.htm
http://rawstory.com/2009/11/report-fbi-viewed-ultraright-radio-informant-turner-irreplaceable/
http://desertpeace.wordpress.com/2009/11/04/blog-your-way-to-democracy-and-make-money-at-it/
http://www.muzzlewatch.com/2009/07/14/that-angry-commenter-on-your-blog-may-actually-be-working-for-the-israeli-government/
http://www.liveleak.com/view?i=2f1_1247746861&c=1
http://www.thejidf.org/
http://www.breitbart.com/article.php?id=D99GET3G0&show_article=1
http://www.arnnet.com.au/article/327642/updated_federal_government_launches_cybercrime_fighting_team
http://www.wired.com/threatlevel/2009/04/fbi-spyware-pro/
http://www.infowars.net/articles/march2008/310308Google.htm
http://www.mathaba.net/news/?x=622292
http://www.deseretnews.com/article/705352795/Big-Brother-is-coming.html?pg=1
http://dprogram.net/2009/11/04/secret-copyright-treaty-leaks-its-bad-very-bad/
http://www.eff.org/deeplinks/2009/11/leaked-acta-internet-provisions-three-strikes-and-
http://www.infowars.com/death-of-the-internet-censorship-bills-in-uk-australia-u-s-aim-to-block-undesirable-websites/
Logged
Don Quixote
Guest
« Reply #6 on: May 25, 2010, 09:27:05 AM »


Powerful article AI. Good find.

How much longer will Brez, JRocky, and co. allow the freedom of the internet?

My hunch is this summer it goes down. Sigh.

Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.17 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!