Wednesday, May 22, 2019

How is University Of Hyderabad for M Tech in Artificial Intelligence , Computer Science , Information Technology and Information Security ?

Hi, I am Hem Chandra . I am pursuing my master From UOH in Artificial Intelligence . On the basis of 618 Gate Score , I got UOH (M.Tech in AI) . I am class coordinator even placement coordinator of my course  . I can tell you better than others about M. Tech in UOH . Let first start talk with

M. Tech Artificial Intelligence :  This course is really very interesting and challenging . Generally most believe , it is best course offered by Department . Lots of electives are available in second semester . AI  subjects are teach in this course  e.g. Machine Learning , Problem Solving Method , Neural Network , Pattern Recognition etc .

Their is one lab in the department which we know by AI lab ( don't assume that , there is any robots there  ) . All M. Tech. courses do their lab work in this lab . It's actually a common lab and big enough to handle more than 45+ students at a time .

M. Tech AI Course is really good , but not all faculties are so top notch  . I was only inspired by 2 faculties  . But library is really super . If you really want to  do something and are self motivated , come here . In AI currently their is 30 seats .

M. Tech Computer Science : This is another course under same department here . It has 40 seats , it is also a good course . Above things are also implemented here . Some faculties are really very good but most are damn . 

M. Tech Information Technology : M.Tech AI and M.Tech IT  most classes are combined . You can also take some AI related electives in second semester . This is also a good course .You can learn AI related things by taking any course .

M. Tech Information Security : This course is new here . It is not so good . As I know with my friends , it is dumb course here . Faculties are mostly dumb here . Libraries will help you to boost your knowledge . 

UOH Campus : It is super , no doubt you will enjoy lot . 2300 acres campus  , lot of places to visit  . Numbers of animals are present like dear , peacock but be aware of snakes . 20 videos about UOH are enough to tell you , How is Campus life in UOH.


Academic : Yes Academic is good here without any doubt of all three courses (M Tech AI/CS/IT , but not of MTech IS) . All faculties are not good here but libraries , reading room , 24*7 Internet are sufficient to achieve lot of things .

Placement : Placement record is not so good here . Roughly less than 50% get the placement  . Even department is not interested to do placements of students . Very few companies come here . Off campus you can try  .

Food :  If you are from North India , then your bad days are start in respect of food  . Very worst food is offered by university  . But Guest house is there to serve you good food .

Politics : Politics is very active here . If you want to make your carrier in politics , you are at right place . If not , avoid it .

You have any query , mail me at hemjoshi745@gmail.com
or connect with me https://www.facebook.com/hemchandra.joshi.1426

Below youtube channel contains more than 20+ video about UOH . If you like this article , please subscribe mine you tube channel  . In this blog course related previous year papers and study material is also available .



FAQ About UOH

https://hemchandralive.blogspot.com/2019/07/faq-about-uoh-mtech-admission.html

Monday, April 15, 2019

Install Tomcat Server in Ubuntu

Hi,
Easly install Tomcat Server in Ubuntu

Step1 : First Follow this tutorial to install and config Tomcat

https://www.linuxtechi.com/install-apache-tomcat-9-ubuntu-18-04-16-04-server/

Step 2: Now config tomcat in eclipse

If you are not seeing any option of server in eclipse by choosing

new -> other -> server

check below link

https://stackoverflow.com/questions/11317854/no-server-in-windowspreferences

Now Follow below link

https://crunchify.com/step-by-step-guide-to-setup-and-install-apache-tomcat-server-in-eclipse-development-environment-ide/

Thursday, April 11, 2019

Step guides to install OpenCV

In Window Run Following Command


conda update anaconda-navigator  
conda update navigator-updater
 
pip install opencv-python
 
conda install -c https://conda.binstar.org/menpo opencv
 

IN Linux  

pip install opencv-python
 
or 
 
conda install opencv 

or 

 conda install --channel https://conda.anaconda.org/menpo opencv3
 

 

Wednesday, April 10, 2019

Machine Learning Study Material

Cloud Computing Study Material

Following Link Contains Following CC Chapters

1. Intro
2. Distributed
3. XML
4. XML Schema
5. Web Services
6.  Mod WebServices
7. First WebService
8. Web Services
10. Eclipse WebServices
15. Virtual Machine Monitors
16. OpenStack
17. JSON
18. REST - I
19. REST  -II
20. Cloud pgm

https://drive.google.com/open?id=1r8TdrM29KJoE_btQJRz3fXkXqdxOHih1

Wednesday, March 20, 2019

A Data , which surrounds you and affect you !!

Do you believe that data effects you . You get the data from your surroundings . There are several way to receive data , through book ,through digital platform , through person , through your mind and through yourself .

You can have data with information , but can't have information without data .

Tuesday, March 12, 2019

Access and Download Lab Files Remotely

Hi, Follow the below steps to access , download your lab file remotely .

Note : Your system and your file need to be on same network.

Window User 

Step 1 : First Download SSH Client Using below link (Its free ) . Install It .

https://winscp.net/eng/download.php 

Step 2 : After Installing open it .


Step 3 :  In Host Name type 10.5.0.90

Give your username : e.g. 18mcmi19 (Give all in small case )
Type your Password e.g. (It is also casesensitive )

And that click on login.

Step 4 : Your remote files will appear on right side of panel . Which file your wnat to download , right click on it and download it ..



Behavior Recognition System Based on Convolutional Neural Network

Our this article is on this  research paper .  Credit : Bo YU What we will do ? We build a set of human behavior recognition syste...