Silicon Maze 2021
Silicon Maze is a 24-hour student-run programming contest organised by Web Enthusiasts’ Club NITK and the IEEE student branch of NITK Surathkal, Karnataka. This year’s contest was held on 26 and 27 June and saw over 100 team registrations. It is intended to be a…
IEEE Week Summed Up
On the occasion of IEEE week, IEEE NITK held a series of talks, workshops and events to help people understand the benefits of IEEE membership. The celebrations saw 4 exciting events, with each one being grander than the one before. IEEE’s CompSoc SIG kicked off…
Around Her World in 10 Ways
The WiE Affinity Group is very excited to present to you, Around Her World in 10 Ways, a talk series by accomplished and inspiring women from across the world. You get a chance to meet and interact with amazing women from top institutes and companies…
IEEE NITK Virtual Expo
“Tell me and I forget, teach me and I may remember, involve me and I learn.” Experiential learning is one of the best forms of learning. To actually do and implement what you learn offers a far more challenging experience than simply learning the same…
One Last Time Series
One Last Time Series is a series of webinars on navigating the MS and PhD application process. Get inspired by the tales of exceptional speakers who have secured admits from prestigious universities abroad such as Stanford, Georgia Tech, CMU, UT Austin and so on from…
Can we reach each city from every other city when there are one-way roads? : Tarjan’s Algorithm
Background Strong components in directed graphs are components in which all vertices are strongly connected to each other. 2 vertices A and B are strongly connected if there is a directed path from A->B and B->A. Need for computing strongly connected componentsComputing strong components for…
SLAM Coverage Algorithms
With the increased use of robots in industries, the need for robots to be more efficient is incredibly high. One of the key concerns is the way in which they commute. Gone are the days when robots were restricted to moving in a pre-defined path,…
Into the World of Machine Learning
What is Machine Learning? Machine learning is a school of computer science that focuses on programming machines to improve their performance through data and iteration. The machine can learn without being explicitly programmed. Yes, you read it right. This is called Artificial intelligence, where we…