Wednesday, 20 March 2019

Child Language Analyser

Find out the small new project that I have worked on in the below link.
The link provides the requirements of the project, the code, the required dataset for cleaning and also the documentation.
https://github.com/SrikarManthatti/Child-Language-Analyser.git

Tuesday, 5 September 2017

Java Clarifications

For any java doubts and clarification, please shoot a mail to srikarmanthatti@gmail.com
Please put the Subject of the mail as technjas Java

Tuesday, 27 December 2016

These are the trending fields in Information Technology

These are the trending fields in Information Technology
1. Artificial Intelligence
2. Cloud Computing
3. Data Mining
4. Information Security

Artificial Intelligence:
 The main example for this is Google Assistance in Allo application. If you didn't try this application download and try it. You will be wondered how this works. Now a days this artificial Intelligence is growing more and are mainly used in robots.These are created to think as humans and to respond quickly as humans and also to understand the emotions.

Data Mining:
 There is a field known as Manchine learning which is a combination of Data Mining and Artificial Intelligence. Engineers who work on huge amount of data which is stored and perform predictive analysis on the data. The live example of this is when your go to any ecommerce website like flipkart, amazon you will see the items either side of the screen which you have visited earlier.
Cloud Computing:
 This is the common topic that everyone knows what this means. To get a brief idea go to this link

Information Security:
 Every company needs security steps to handle their information securily. They will not encourgae any kind of data leakage,  there are many levels in this Information Security like Physcial security where seperate people will be gaurding the company by not allowing any memory devices. The other level is locking your office laptops while you go on a break, and the major level of all this network security. Intruders will try to capture company data through network.

 

Thursday, 8 December 2016

Augmented Reality rules next gen gaming





People are very fond to play virtual reality games (VR). But what I say is within sometime Augmented reality will dominate the gaming world.

In virtual reality, we will go into a virtual world surrounded by all virtual things, but Augmented reality is the blending of virtual reality and real life, as developers can create images within applications that blend in with contents in the real world.




This augmented reality is started in 1990 and this work was undertaken by Professor Tom Caudell as part of a neural systems project at Boeing. This project was focused upon finding new ways to help the company's engineering process and involved the use of virtual reality.


In AR, scientists are pulling graphics out of your television screen or computer display and integrating them into real-world environments. This new technology, called augmented reality, blurs the line between what's real and what's computer-generated by enhancing what we see, hear, feel and smell.
 

Monday, 31 October 2016

Facts about Data

We all know that we are in "Data Age". So here are the some facts about Data.........

 
Facebook produces 7 petabytes(7 million Gigabytes) of data every month.
 New York stock exchange produces 4 to 5 Terabytes of data every day.
 
Internet Archive stores around 18.5 petabytes of data
 In 2013 an IDC estimate put the size of digital universe at 4.4 Zeta bytes, and forecasting a tenfold       growth by 2020 to 44 Zeta bytes.
The data generated by machines of Internet Of things are greater than the data generated by humans.
Microsoft Research's MyLifeBits Project was an experiment done by Microsoft. This experiment is being done to capture individual interactions, phone calls, messaging etc., electronically and used for later access. In the near future this alone project only may produce lots of data because it is capturing information of almost every human on the earth and storing their actions.
 
Public data sets on Amazon Web services and Infochimps.org had took initiative to foster the "information commons", where the data can be shared for anyone to download and analyze freely.
 Experts say the "the large amount of data usually beats the algorithms".

Thursday, 27 October 2016

5 advantages of cloud


No need to guess capacity:
       

No need to guess how much capacity that you to store data. In cloud you can have as much as capacity you need.

 

Exchange capital expense with Trade Expense:
 

Instead of investing more in data centers before knowing know how much space you need is waste. In cloud you only pay for how much you consume

 

 Increased Speed:


 All the resources that are in cloud are just a click away from you. Just connect to the cloud and play with it.

 

 

Globalization:

 Deploy your application at anywhere on the globe. And it be accessed at any place of the globe.

 

 

 

 

Reduced Cost:

  The amount which is spent on having cloud is much lesser than the amount that is spent on data centers.




 

Wednesday, 26 October 2016

2 Things that every company is moving towards

1. Cloud:

As I discussed about cloud in my previous post as central repository of data. Now in this post I will discuss about cloud computing. Cloud computing relies on sharing computer resoures directly rather than depending on local or internal servers to maintain or handle various applications of a particular organization. Almost all the companies have on-shore and off-shore teams. These teams work from various places of the world. Storing the data at each and every place where each team works is cost consuming and also a difficult task. So people now a days simply using this cloud to share their resoures directly.
Cloud provides us various services like SAAS, PAAS, IAAS, CAAS etc.,
The computer scientist John McCarthy proposed the concept of computation being delivered as a public utility, similar to the service bureaus which date back to the sixties.
I mentioned as sixties, discuss what happened in sixties..
Since the sixties, cloud computing has developed along a number of lines, with Web 2.0 being the most recent evolution. However, since the internet only started to offer significant bandwidth in the nineties, cloud computing for the masses has been something of a late developer.

In ninties, the first milestone in cloud computing history was made by Salesforce company. The next comes Amazon Web Services in 2002 which provided various services including storage, computation and human intelligence through Amazon Mechanical Turk. Further it provided various products like Elastic Compute Cloud(EC2) and Amazon EC2/E3. Now many big companies like Google, Microsoft, IBM offer their own cloud and cloud services.



How Cloud Computing Works

Cloud computing applies traditional supercomputing, or high-performance computing power, normally used by military and research facilities, to perform tens of trillions of computations per second. In consumer-oriented applications such as financial portfolios, to deliver personalized information, to provide data storage or to power large, immersive online computer games.        

To do this, cloud computing uses networks of large groups of servers typically running low-cost consumer PC technology with specialized connections to spread data-processing chores across them. This shared IT infrastructure contains large pools of systems that are linked together. Often, virtualization techniques are used to maximize the power of cloud computing



2. Agile Methodology

In simple statement 'Agile Methodology is feedback based developing process.' Unlike waterflow methodology
customers interact with the developing team in every fixed time interval(usually 10 working days) to make
any changes needed in the so far developed application. This particular feedback is known as user stroy.

Let us see what user story is.
User story is a short perspective of the customer of what changes he needs to add in the project/Application.

Here is how it is written : As a <type of user>, I want <some goal> so that <some reason>.
Here is one example. As a Operator user I need save button on the top bar always so that I can save my data quickly.

As per the user story further modification will be progressed. 

Based on the user story the development team starts working. This short time interval in which the development team completes the task in the user story is called sprint.

This User Story and Sprints cycle continues till the product is being satisfied by the end customer.

Here are some key features of Agile.
  • Agile results in reducing delivery cycle time. 
  • Raise quality of the solutions. 
  • Improve predictability of the resources. 
  • Improves productivity of the organization. 
  • Provides transparency into project health.
  • Enjoy higher employee engagement.