Pinned Repositories
AndroidSurveyApp
Name of the App : Satyam Param. Presently available for download on play store
BaconNumberCompetition
DataMiningCup
hackdelft
HackDelft
ML_HWs_TUM
Solution for all the HWs for Machine Learning course at the Technical University of Munich. I have unfortunately lost all the iPython Notebooks and I am only left with the PDFs that we submitted
NY_Taxi_Competition
pipenetwork
Python4DS
PyXMLParser
Parses XML, creates a database with a schema on local MySQL Database and updates the fields with parsed data
TPC_DB_Join_competition
akshayaradhya's Repositories
akshayaradhya/AndroidSurveyApp
Name of the App : Satyam Param. Presently available for download on play store
akshayaradhya/BaconNumberCompetition
akshayaradhya/DataMiningCup
akshayaradhya/hackdelft
HackDelft
akshayaradhya/ML_HWs_TUM
Solution for all the HWs for Machine Learning course at the Technical University of Munich. I have unfortunately lost all the iPython Notebooks and I am only left with the PDFs that we submitted
akshayaradhya/NY_Taxi_Competition
akshayaradhya/pipenetwork
akshayaradhya/Python4DS
akshayaradhya/PyXMLParser
Parses XML, creates a database with a schema on local MySQL Database and updates the fields with parsed data
akshayaradhya/TPC_DB_Join_competition
akshayaradhya/Word_Ladder
This was an assignment given as part of Artificial Intelligence course at the Technical University of Munich. It was fun solving this problem. I have used a hashing method to ensure that no two words have the same hash value(of course except the ones that I want to have same values, this has been handled in the code). We also encoded alphabet into Fibonacci numbers and raised them to prime powers. And finally used to Breadth First Search to actually find the ladder.