#!/usr/bin/python
# -*- coding: utf-8 -*-
class RoboticsEngineer:
def __init__(self):
self.name = "Allwin Lucious"
self.role = "Robotics Engineer"
self.language_spoken = ["malayalam", "en_US", "de"]
self.interests = ["Reinforcement Learning","Machine Learning","Computer Vision"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = RoboticsEngineer()
me.say_hi()
M.Sc Robotics Systems Engineering Student at RWTH Aachen
-
RWTH Aachen
- Germany
Highlights
- Pro
Pinned Loading
-
-
Genetic-Algorithm-based-path-planning
Genetic-Algorithm-based-path-planning PublicWork done for bachelor thesis at IIT Bhubaneswar.
C 2
-
-
NLP_Toxic_Comment_Classification
NLP_Toxic_Comment_Classification PublicProject done as part of Techlabs 2022
Jupyter Notebook 1
-
Music_generation_bidirectional_LSTM
Music_generation_bidirectional_LSTM PublicMachine Learning model to generate music based on learning from beethovens compositions
Jupyter Notebook
-
Swarm-box-pushing-Webots-Simulation
Swarm-box-pushing-Webots-Simulation PublicThis is a work in progress.
C 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.