Submission Deadline: 31st January 2025                  Acceptance Date: 10th March 2025                     Conference Dates: 10th - 12th April 2025         
Hero Image

International Conference on Robotics, Communication and Soft Computing

College Logo

RCSC' 2025

10th - 12th April 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

To be updated soon

Important Dates

  1. Submission Deadline

    31st January 2025

  2. Acceptance Date

    10th March 2025

  3. Conference Dates

    10th - 12th April 2025

Publisher

Elsevier (Awaiting Confirmation)

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 College

About College

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.

Topics of Event

Keynote Speakers

Prof. Xiao-Zhi Gao

Prof. Xiao-Zhi Gao

Professor

University of Eastern Finland

Prof. Shubhendu Bhasin

Prof. Shubhendu Bhasin

Professor

IIT Delhi

Prof. Nischal K Verma

Prof. Nishchal K. Verma

Professor

IIT Kanpur

Dr. Damodar Reddy Edla

Dr. Damodar Reddy Edla

Associate Professor

NIT Goa

Committee

Director MC Govil

Prof. Mahesh Chandra Govil

Director

NIT Sikkim

Director MC Govil

Prof. Mahesh Chandra Govil

Director

NIT Sikkim

Dr. Bam Bahadur Sinha

Dr. Vishal Vishnoi

Associate Professor, ECE

NIT Sikkim

Dr. Vishal Vishnoi

Dr. Bam Bahadur Sinha

Associate Professor, CSE

NIT Sikkim

Dr. Lalit Kumar Awasthi

Prof. Lalit Kumar Awasthi

NIT Uttarakhand

Prof. Binod Kanaujia

Prof. Binod Kanaujia

Director

NIT Jalandhar

Dr. Laxmidhar Behera

Prof. Laxmidhar Behera

Director

IIT Mandi

Prof. A. Elayaperumal

Prof. A. Elayaperumal

Director

NIT Nagaland

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

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

Rajendrasinh Jadeja

Prof. Rajendrasinh Jadeja

Marwadi University

Dr. Sangram Ray

Dr. Vishal Satpute

Visvesvaraya National Institute of Technology Nagpur

Dr. Sangram Ray

Dr. Sangram Ray

NIT Sikkim

Dr. Sarfaraj Alam Ansari

Dr. Sarfaraj Alam Ansari

NIT Sikkim

Dr. Hemant Kumar Kathania

Dr. Hemant Kumar Kathania

NIT Sikkim

Dr. Krishna Kumar

Dr. Krishna Kumar

NIT Sikkim

Dr. Sangram Ray

Dr. Rohit Gupta

SRM Chennai

Dr. Tanmoy Dubey

Dr. Tanmoy Dubey

IIIT Surat

Himanshu Patnayak

Himanshu Patnayak

NIT Kurukshetra

Dr. Jitendra Kumar

Dr. Jitendra Kumar

IIIT Sonipat

Dr. Ravindra Singh

Dr. Ravindra Singh

NSUT Delhi

Member 1

Dr. Ranjan Basak

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. Pankaj Kumar Kesarwani

Dr. Pankaj Kumar Kesarwani

NIT Sikkim

Jeetendra Singh

Dr. Jeetendra Singh

NIT Sikkim

Dr. Laxmidhar Behera

Dr. Varun Gupta

NIT Sikkim

Prof. Binod Kanaujia

Dr. Gajendra Singh Shekhawat

NIT Sikkim

Dr. Laxmidhar Behera

Dr. Sukanta Dhar

NIT Sikkim

Dr. Laxmidhar Behera

Dr. Sudipta Das

NIT Sikkim

Dr. Dinesh Kumar

Dr. Diksha Rangwani

NIT Sikkim

Dr. Dinesh Kumar

Dr. Amit Maithi

NIT Sikkim

Dr. Dinesh Kumar

Tapan

NIT Sikkim

Abhishek Ray

Abhishek Ray

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

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

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

How to Reach Us

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