/* This is the template for project details pages */ /* The database entry: "type" is one of the following: phd theses, phd semester, master thesis, master semester, bachelor semester "state" is one of the following: available, taken, completed (please upgrade accordingly!!!!!!!!!!) "by" should be filled as soon as the project is taken/completed "completed_dt" is the date when the project was completed (YYYY-MM-DD). "output_media" is the link to the pdf of the project (wiki syntax) "table" must be "projects" => don't touch it! */ ---- dataentry project ---- title : Nonlinear Dimensionality Reduction Techniques and Their Application in Neural Networks contactname: Amir Hesam Salavati contactmail_mail: hesam.salavati@epfl.ch contacttel: 021 - 693 81 37 contactroom: BC 160 type : master semester state : completed created_dt : 2011-09-23 taken_dt : 2013-01-17 completed_dt : 2013-06-12 by : Michael Hobbs output_media : :en:projects:master_semester:hobbs_salavati_semester_project_report_2013.pdf|Download Project Report in PDF Format table : projects ====== template:datatemplates:project ---- \\ \\ /* Description of the project */ ===== Project Description ===== \\ Dimensionality reduction is a widely used technique in machine learning and data processing. Since dealing with large amount of high dimensional data is difficult, one could use dimension reduction to reduce the number of variables (dimensions) and then use this coarse version of input data for further processing. It is believed that human neural system also performs lots of dimensionality reduction to efficiently deal with natural stimuli. In this project we focus on studying and implementing some of the widely used nonlinear dimensionality reduction techniques using neural networks. The implemented approaches are then applied to a dataset of natural stimuli (images or sounds) to extract important features from the datasets. The final goal of this project would be to see if such features could help us increase the storage capacity of various artificial neural memories. The implementation can be done in MATLAB or C/C++ (MATLAB is preferred though). To read more about nonlinear dimensionality reduction, here are the corresponding wikipedia entries [[http://en.wikipedia.org/wiki/Dimension_reduction|Dimension Reduction]] and [[http://en.wikipedia.org/wiki/Nonlinear_dimensionality_reduction|Nonlinear Dimensionality Reduction]]. \\ \\ \\ ====== Report ====== The report is available via the following link: \\ {{:en:projects:master_semester:hobbs_salavati_semester_project_report_2013.pdf|Nonlinear Dimensionality Reduction Techniques and Their Application in Neural Networks}}