Conference Dates: 1st-3rd May, 2025          RCSC'2025 Program Schedule
Hero Image

International Conference on Robotics, Communication and Soft Computing

College Logo

RCSC' 2025

(Hybrid)

1st-3rd May, 2025

Organized By

National Institute of Technology Sikkim

Ravangla, Sikkim - 737139, India

import numpy as np;
import pandas as pd;
import tensorflow as tf;
from sklearn.model_selection import train_test_split;
from sklearn.metrics import accuracy_score;
from tensorflow.keras.models import Sequential;
from tensorflow.keras.layers import Dense, Dropout;
from tensorflow.keras.utils import to_categorical;

// Load and preprocess dataset
data = pd.read_csv('data/ai_conference_data.csv');
X = data.drop('label', axis=1).values;
y = data['label'].values;
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42);
y_train = to_categorical(y_train);
y_test = to_categorical(y_test);

// Build the neural network model
model = Sequential();
model.add(Dense(64, activation='relu', input_shape=(X_train.shape[1],)));
model.add(Dropout(0.5));
model.add(Dense(32, activation='relu'));
model.add(Dropout(0.5));
model.add(Dense(y_train.shape[1], activation='softmax'));
model.compile(optimizer='adam', loss='categorical_crossentropy', metrics=['accuracy']);

// Train the model
history = model.fit(X_train, y_train, epochs=50, batch_size=32, validation_data=(X_test, y_test));

// Evaluate the model
y_pred = model.predict(X_test);
y_pred_labels = np.argmax(y_pred, axis=1);
y_true_labels = np.argmax(y_test, axis=1);
accuracy = accuracy_score(y_true_labels, y_pred_labels);
console.log(`Model accuracy: ${accuracy * 100:.2f}%`);

// Function to make predictions
function makePrediction(inputData) {
inputData = np.array(inputData).reshape(1, -1);
const prediction = model.predict(inputData);
const predictedClass = np.argmax(prediction, axis=1);
return predictedClass;
}

// Evaluate the model
y_pred = model.predict(X_test);
y_pred_labels = np.argmax(y_pred, axis=1);
y_true_labels = np.argmax(y_test, axis=1);
accuracy = accuracy_score(y_true_labels, y_pred_labels);
console.log(`Model accuracy: ${accuracy * 100:.2f}%`);

// Example prediction
const sampleData = X_test[0];
const prediction = makePrediction(sampleData);
console.log(`Predicted class for sample data: ${prediction[0]}`);
// More AI and ML code snippets can be added here

About Us

About Us Image

The objective of Robotics, Communication and Soft Computing is to provide a common platform to researchers, academicians, scientists and industrialists who are working in the area of Robotics and Automation, System Control, Information and Communication, Image Processing, Artificial Intelligence/ Computational Intelligence, etc.

Sponsors

Sponsor
Sponsor
Sponsor
Sponsor

Important Dates

  1. Submission Deadline (Extended)

    28th February, 2025

    For Special Session

    20th March, 2025

  2. Acceptance Date

    20th March, 2025

    For Special Session

    25th March, 2025

  3. Registration Deadline

    14th April, 2025

  4. Camera Ready Paper Submission

    15th April, 2025

  5. Conference Dates

    1st - 3rd May, 2025

Publication

Springer book series CCIS

(Confirmation Awaited)

Sponsor

About Sikkim

About Sikkim

Discover the natural beauty and cultural richness of Sikkim. Nestled in the Himalayas, Sikkim offers breathtaking landscapes, vibrant festivals, and warm hospitality. Explore its serene monasteries, lush valleys, and adventure trails that make it a paradise for travelers and nature enthusiasts. Ravangla, a picturesque town in southern Sikkim, is one of the most serene and beautiful destinations in the state. Perched at an altitude of 7,000 feet, Ravangla offers stunning views of the snow-capped peaks of the Eastern Himalayas, including Kanchenjunga, Pandim, and Siniolchu.

About The Institute

NIT Sikkim is a public engineering and research institution near the city of Ravangla, Sikkim, India. It is one of the 31 NITs in India and has been declared as an Institute of National Importance by the Government of India. It is an autonomous institute functioning under the aegis of the Ministry of Education, Government of India. NIT Sikkim is one among the ten newly sanctioned National Institutes of Technology by the Government of India under the 11th Five-year Plan, 2009.

About The Departments

Department of Electronics and Communication Engineering

"The five essential entrepreneurial skills for success are concentration, discrimination, organization, innovation and communication" – Michael Faraday

The Department of Electronics and Communication Engineering, also founded in 2010, aims to empower students with industry-relevant knowledge in key domains like VLSI Design, Communication Engineering, Signal Processing, and Microwave Engineering. It offers B.Tech., M.Tech., and Ph.D. programs, structured to provide balanced theoretical and hands-on experience.


Department of Computer Science and Engineering

“A computer would deserve to be called intelligent if it could deceive a human into believing that it was human.” - Alan Turing

The Department of Computer Science and Engineering (CSE) at National Institute of Technology Sikkim has been functioning since the inception of the Institute in the year 2010. The Department provides an outstanding teaching environment complemented by excellence in research.

Chief Guest & Eminent Speaker

Prof. Ajoy Kumar Ray

Prof. Ajoy Kumar Ray

Padma Shri

Former Director, IIEST Shibpur, and Former Professor Indian Institute of Technology, Kharagpur

Keynote Speakers

Prof. Nischal Kumar Verma

Prof. Nishchal Kumar Verma

Professor

Indian Institute of Technology, Kanpur

Prof. Shubhendu Bhasin

Dr. Prahlad Vadakkepat

Associate Professor

National University of Singapore, Singapore

Prof. Nischal K Verma

Dr. Santosh Kumar Vipparthi

Associate Professor

Indian Institute of Technology, Ropar

Dr. Santosh Kumar Vipparthi

Dr. Damodar Reddy Edla

Associate Professor

National Institute of Technology, Goa

Dr. Damodar Reddy Edla

Dr. Yasin Kaya

Associate Professor

Adana Alparslan Türkeş Science and Technology University, Turkey.

Other Keynote Speakers

Prof. Nischal Kumar Verma

Shri Shrawan Kumar Mishra

General Manager (HoP)

NHPC Ltd., Rangit Power Station

Prof. Shubhendu Bhasin

Mr. Lalit Kumar Singh

Scientist-F, Department of Atomic Energy

NPCIL-BARC, Mumbai, India

Committee

Director MC Govil

Prof. Mahesh Chandra Govil

Director

NIT Sikkim

Dr. Pratay Kuliya

Dr. Pratyay Kuila

NIT Sikkim

Member 1

Dr. Sanjay Kumar Jana

NIT Sikkim

Dr. Bam Bahadur Sinha

Dr. Vishal Vishnoi

Assistant Professor, ECE

NIT Sikkim

Dr. Laxmidhar Behera

Dr. Varun Gupta

Assistant Professor, ECE

NIT Sikkim

Dr. Bam Bahadur Sinha

Dr. Vishal Vishnoi

Assistant Professor, ECE

NIT Sikkim

Dr. Laxmidhar Behera

Dr. Varun Gupta

Assistant Professor, ECE

NIT Sikkim

Dr. Vishal Vishnoi

Dr. Bam Bahadur Sinha

Assistant Professor, CSE

NIT Sikkim

Name Institute
Dr. Abhas Kanungo KIET Ghaziabad
Dr. Ankit Rajpal University of Delhi
Dr. Anterpreet Kaur Bedi Thapar University
Dr. Arindam Chakraborty SRM University
Dr. Ashish Aggarwal Lovely Professional University
Dr. Bibhuti Bhusan Rath Aditya Institute of Technology and Managements, Tekkali
Dr. Chitranjan Kumar Rai NERIST, Arunachal Pradesh
Dr. Earnest Paul Ijjina NIT Warangal
Dr. Gaurav Upadhyay MANIT Bhopal
Dr. Himanshu Gupta Manipal University Jaipur
Dr. Himansu Sekhar Pattanayak NIT Kurukshetra
Dr. Irshad Ahmad Ansari IIIT Gwalior
Dr. Lalit Kumar Awasthi

Prof. Lalit Kumar Awasthi

SPU, Mandi

Prof. Binod Kanaujia

Prof. Binod Kanaujia

NIT Jalandhar

Dr. Laxmidhar Behera

Prof. Laxmidhar Behera

IIT Mandi

Dr. Laxmidhar Behera

Prof. Pradip K. Jain

NIT Patna

Prof. A. Elayaperumal

Prof. A. Elayaperumal

NIT Nagaland

Prof. A. Elayaperumal

Prof. Ashutosh Kumar Singh

IIIT Bhopal

Prof. Valentina E. Balas

Prof. Valentina E. Balas

Aurel Vlaicu University of Arad, Romania

Prof. Vijayan K. Asari

Prof. Vijayan K. Asari

University of Dayton, United States

Rajendrasinh Jadeja

Prof. Rajendrasinh Jadeja

MU, Rajkot

Rajendrasinh Jadeja

Prof. Sathans

NIT Kurukshetra

Prof. Brijesh Kumar

Prof. Brijesh Kumar

IGDTUW, Delhi

Prof. Nathi Ram Chauhan

Prof. Nathi Ram Chauhan

IGDTUW, Delhi

Sheela Tiwari

Dr. Sheela Tiwari

NIT Jalandhar

Rajesh Singla

Dr. Rajesh Singla

NIT Jalandhar

R Dhanalakshmi

Dr. R Dhanalakshmi

IIIT Trichy

Member 1

Dr. Ranjan Basak

NIT Sikkim

Dr. Sangram Ray

Dr. Achintesh Narayan Biswas

NIT Sikkim

Dr. Sangram Ray

Dr. Dhananjay Tripathi

NIT Sikkim

Member 2

Dr. Anjan Ray

NIT Sikkim

Dr. Sangram Ray

Dr. Saurav Mallick

NIT Sikkim

Dr. Sangram Ray

Dr. Sangram Ray

NIT Sikkim

Member 3

Dr. Aurobinda Panda

NIT Sikkim

Member 1

Dr. Ranjan Basak

NIT Sikkim

Member 1

Dr. Sanjay Kumar Jana

NIT Sikkim

Member 2

Dr. Anjan Ray

NIT Sikkim

Dr. Pratay Kuliya

Dr. Pratyay Kuila

NIT Sikkim

Member 3

Dr. Aurobinda Panda

NIT Sikkim

Dr. Vishal

Dr. Md. Sarfaraj Alam Ansari

NIT Sikkim

Dr. Sangram Ray

Dr. Molay Roy

NIT Sikkim

Dr. Tanmoy Dubey

Dr. Pankaj Kumar Keserwani

NIT Sikkim

Himanshu Patnayak

Dr. Hemant Kumar Kathania

NIT Sikkim

Dr. Jitendra Kumar

Dr. Reshmi Dhara

NIT Sikkim

Dr. Ravindra Singh

Dr. Pradeep Kumar

NIT Sikkim

Dr. Ravindra Singh

Dr. Jeetendra Singh

NIT Sikkim

Dr. Ravindra Singh

Dr. Vivek Kumar

NIT Sikkim

Dr. Ravindra Singh

Dr. Krishna Kumar

NIT Sikkim

Dr. Ravindra Singh

Dr. Abhishek Rajan

NIT Sikkim

Dr. Ravindra Singh

Dr. Sudipta Das

NIT Sikkim

Dr. Ravindra Singh

Dr. Neelima Singh

NIT Sikkim

Dr. Ravindra Singh

Dr. Diksha Rangwani

NIT Sikkim

Dr. Ravindra Singh

Mr. Arunangshu Pal

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Hemant Kumar Kathania

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Vivek Kumar

NIT Sikkim

Member 1

Dr. Diksha Rangwani

NIT Sikkim

Member 2

Dr. Neelima Singh

NIT Sikkim

Dr. Pratay Kuliya

Mr. Amit Tamang

NIT Sikkim

Member 3

Mr. Manish Kumar

NIT Sikkim

Dr. Pratay Kuliya

Dr. Krishna Kumar

NIT Sikkim

Member 1

Mr. Arunangshu Pal

NIT Sikkim

Member 1

Mr. Saikat Mistry

NIT Sikkim

Member 3

Dr. Md. Sarfaraj Alam Ansari

NIT Sikkim

Member 3

Dr. Biswajit Roy

NIT Sikkim

Member 3

Dr. Krishna Kumar

NIT Sikkim

Member 3

Mr. Amit Maity

NIT Sikkim

Member 3

Mr. Vishnu Kumar Sharma

NIT Sikkim

Member 3

Vishwajeet Kumar

Final Year Student

Member 3

Abhijit Mondal

Final Year Student

Member 3

Harsh Srivastava

Final Year Student

Member 3

Khushi Kumari

Pre Final Year Student

Member 3

Tanmoy Samantha

Pre Final Year Student

Member 3

Sahil Kumar

Pre Final Year Student

Dr. Laxmidhar Behera

Dr. Varun Gupta

NIT Sikkim

Prof. Binod Kanaujia

Mr. Gajendra Singh Shekhawat

NIT Sikkim

Jeetendra Singh

Dr. Jeetendra Singh

NIT Sikkim

Jeetendra Singh

Dr. Sudipta Das

NIT Sikkim

Prof. Binod Kanaujia

Mr. Gajendra Singh Shekhawat

NIT Sikkim

Lead Developer

Vishwajeet Kumar

Final Year Student

abhijit

Abhijit Mondal

Final Year Student

harsh

Harsh Srivastava

Final Year Student

harsh

Khushi Kumari

Pre Final Year Student

harsh

Tanmoy Samantha

Pre Final Year Student

harsh

Sahil Kumar

Pre Final Year Student

Director MC Govil

Dr. Md. Sarfaraj Alam Ansari

NIT Sikkim

Director MC Govil

Dr. Biswajit Roy

NIT Sikkim

Dr. Krishna Kumar

Dr. Krishna Kumar

NIT Sikkim

Dr. Dinesh Kumar

Mr. Amit Maity

NIT Sikkim

Dr. Krishna Kumar

Mr. Vishnu Kumar Sharma

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Hemant Kumar Kathania

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Vivek Kumar

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Vivek Kumar

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Diksha Rangwani

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Neelima Singh

NIT Sikkim

Dr. Laxmidhar Behera

Mr. Amit Tamang

NIT Sikkim

Dr. Hemant Kumar Kathania

Mr. Manish Kumar

NIT Sikkim

Dr. Krishna Kumar

Dr. Krishna Kumar

NIT Sikkim

Dr. Krishna Kumar

Mr. Arunangshu Pal

NIT Sikkim

Dr. Krishna Kumar

Mr. Saikat Mistry

NIT Sikkim

Dr. Laxmidhar Behera

Mr. Amit Tamang

NIT Sikkim

Dr. Dinesh Kumar

Mr. Amit Maity

NIT Sikkim

Dr. Dinesh Kumar

Mr. Tapan Chhetri

NIT Sikkim

Mr. Sidharth Pradhan

Mr. Sidharth Pradhan

NIT Sikkim

Abhishek Ray

Mr. Abhishek Rai

NIT Sikkim

Sponsorship Opportunities

RCSC' 2025 provides a variety of sponsorship options that enable small and big businesses and organizations to participate in one of the best conferences. This will lead to the exchange of ideas in the field of mental health and innovation globally, with over 200 projected participants from all over the world.

For more information, please contact RCSC’ 2025 Sponsorship Chairs:

Dr. Vishal Vishnoi

+91-9855273397
vishal.vishnoi@nitsikkim.ac.in

Dr. Bam Bahadur Sinha

+91-9199610251
bambahadursinha@nitsikkim.ac.in

Dr. Varun Gupta

+91-9045440911
varungupta@nitsikkim.ac.in

Sponsorship Packages

Platinum Sponsorship (Rs. 3 Lakh)

• Title Sponsorship ( in associated with NIT Sikkim)
• Print online logo with NIT Sikkim
• Event landing page (prominent space )
• Event landing page (prominent space )
• Logo on Brochure colored front page
• Logo on event ID’s
• Branding with conference kit
• Logo will be mentioned in all documents (booklet)
• (except in conference proceedings)
• Logo will be included in all sort of advertisements
• Will be given 4 stands

Gold Sponsorship (Rs. 2 Lakh)

• Logo on Brochure colored back page
• Logo will be present on website
• Will be given 3 stands

Silver Sponsorship (Rs. 1 lakh)

• Logo on brochure(backside of the front page)
• Logo will be present on website
• Will be given 1 stand

Contact Us

Dr. Vishal Vishnoi

vishal.vishnoi@nitsikkim.ac.in

+91-9855273397

Dr. Bam Bahadur Sinha

bambahadursinha@nitsikkim.ac.in

+91-9151522251

Dr. Varun Gupta

varungupta@nitsikkim.ac.in

+91-9045440911

How to Reach Us

National Institute Of Technology Sikkim, 79X4+2W7, Barfung Rd, Block, Ravangla, Sikkim 737139