Found 184 repositories(showing 30)
HermannLiang
MSc Project: Quantifying Stress Pattern. A 9-month individual research project, as a part of my MSc Communication & Signal Processing at Imperial College London. (ECG, HRV, SVM, LSTM, MATLAB)
jonahanton
Codebase for Imperial MSc AI Individual Project - Self-Supervised Learning for Audio Inference
hello-world96
Diffuse-specular separation using binary spherical gradient illumination
simonEllershaw
Deep learning 3D infant pose estimation model developed during my MSc Individual Project at Imperial College London
tgh-apil
A growing collection of educational models created from cardiac-gated CT data of adult hearts, including from individuals with congenital heart disease. Segmentation: itk-SNAP (http://www.itksnap.org) and 3DSlicer (https://www.slicer.org). Textures: Blender (https://www.blender.org). This project is supported by the Department of Anesthesia and Pain Management, Joint Department of Medical Imaging, Adult Congenital Cardiac Clinic and The Division of Cardiac Surgery at Toronto General Hospital. Financial support from the Peter Munk Cardiac Center Foundation at Toronto General Hospital, and a Continuing Professional Development Award from the Faculty of Medicine at the University of Toronto. Developed by: Azad Mashari MD, Joshua Qua Hiansen MSc, Mini Pakkal MD, Eitan Aziza MD, Ryan Ramos BSc, Sachin Khargie, Massimiliano Meineri MD
LiangMa5
MSc individual research project - equivalent to postgraduate thesis.
Yiming-M
Code for my MSc Individual Project at Warwick
zz5013
PWhile-TensorFlow Compiler MSc individual project
AuroraLiu3230
This study proposes a new Forex trading method by combining Genetic Algorithms (GAs) and Directional Change (DC) strategies. The synergy improves trading results through better adaptation to market volatility.
Project Title: Optimal Design and Control of Differential Power Processing Converters for Partially Shaded Photovoltaic Array,
rlanga
Implementing a scalable peer-to-peer key value store in an actor model framework
ZhengdaoLI0602
This is the Repository for MSc Individual Project
Individual Project for MSc. Advanced Computing at Imperial College London
SkymanOne
Typst Template for UoS ECS MSc or BSc Individual project
zewei94yomi
MSc Individual Project: UAVs Food Delivery Simulation
No description available
bobbyrenwick
MSc Computing - Individual Project - A Teaching Tool for Logical Equivalences
DelQuentin
Project conducted at Cranfield University as the Individual Research Project for the Advanced Air Mobility Systems MSc.
HsKA-OSGIS-archive
YOUR FIRST STEP: ----------------------------------------------------------------- A Web based sharing of Geo-Information in regard to solve the initial problems of newcomer international student in Karlsruhe Concept: As there are many reputed educational institute like KIT, HSKA situated in Karlsruhe, so many international students have come in previous years and the numbers are increasing year after year. The main problem has been notice here is insufficient of relevant information in their initiation stage in Karlsruhe. Often it has been asked by international students, that where they find a room in Karlsruhe or Rothaus or Mensa? And how they could reach their? Definitely Studentwerk, ASTA etc. are available to help those students, but the fact is most of them do not know where exactly the Studentwerk or ASTA offices are actually situated. So when they come here for study they should have an idea about their first few steps before beginning their Study. The main goal of this project is to provide a dynamic web based solution of those problems. So that every student could understand and able to go through their initiation stage in Karlsruhe by their own. And that is why the name of this project is ‚YOUR FIRST STEP‘. Target Group: All newcomer international students in Karlsruhe. Area of Interest Karlsruhe, Germany Developer: ------------------------------------------------------------- Md. Shamimul Islam Fickrie Muhammad Murshed Alam All are MSc. Students in International Masters Geomatics, University of Applied Science Karlsruhe, Germany. How to load: ------------------------------------------------------------ Client Side: - Clone this repository into your local - Copy the yourfirststep folder in to your c:\xampp\htdox\xampp drive - Then the index.php file will be visible in the browser http://localhost/xampp/yourfirststep (but in server side a database is must to get all function active: see server side part) - Now you can edit or develop more on it to improve the application. - HTML5 use to develop the web page, Java Script is use to display the map and PHP use to connect the database with website and for query. - For individual service page code will found in service folder. Connection: - config.php file has been created to make the connection. Connection parameters are server name, user name and password like "localhost","root","" and database name is "your_firststep". " $connect = mysql_connect("localhost","root","") or die("Couldn't connect with Database. Please, try again!"); mysql_select_db("your_firststep") or die("Couldn't find this Database!"); " Server Side: - Install XAMPP if you do not have one (https://www.apachefriends.org/de/download.html) - Create a database with a name your_firststep and import the your_firststep.sql file in side the Database folder, this database is connected via php with the website to display and store comments of the clients - PostgreSQL database hosting different tables that store geometry data (‘features’) corresponding to the different ‘layers’ that are displayed in the ‘pgrouting' client - pgRouting extension that has been added (by default) to PostgreSQL database. The ‘ways’ table is pgRouting geometry (the_geom) enabled which is returned to the client application (‘Your First Step') via GeoServer - GeoServer is the WMS service provider. It exposes the different PostgreSQL tables to the ‘Your First Step' application via webservice calls via http://localhost:8082 Data Preparing: - The geo data can be downloaded from OSM Metro Extracts (http://mapzen.com/metro-extracts/) - PostGIS use to import osm2pgrouting - Add your layers to your PostGIS database - Publish layers from the PostGIS database on Geoserver - Create a workspace called "pgrouting" - Create a store called "pgrouting" PgRouting: Following steps have to follow to provide routing facilities to the cling. For more information you can use the following web links. http://download.osgeo.org/pgrouting/foss4g2010/workshop/docs/pgRoutingWorkshop.pdf http://workshop.pgrouting.org/chapters/php_server.html - Create database "routing" in PostgreSQL - Add postgis and pgRouting extension to the database (see workshop chapter 3.3) (-- add PostGIS functions CREATE EXTENSION postgis; -- add pgRouting core functions CREATE EXTENSION pgrouting;) - Create a connection between this database and QGIS (Add PostGIS Table in QGIS) - Follow the further instructions in the PgRouting workshop from FOSS4G (http://workshop.pgrouting.org/chapters/topology.html) with chapter 4 (Create a Network Topology) and chapter 5 (PgRouting Algorithms) - test the routable database (ways layer) with QGis by using pgrouting layer extension Final Output: www.your-firststep.de Contract: ------------------------------------------------------ For any kinds of further question, interest, problem or discussion please contract with - Md. Shamimul Islam - rubel_ku03@yahoo.com (www.rubelshorizon.com) Fickrie Muhammad - fickrie.muhammad@yahoo.com
Paul-McGarrigle
MSc individual end of year project. The project is a replication of a Social Media website and provides features found on Social Media sites, such as, users can Login/Register an account, send/recieve friend requests, coment on/view their own wall and friends walls, block users, search for friends etc. The project consists of a Java MVC based framework, of which Spring MVC was chosen, which would access a Relational Database, of which MySQL was chosen, and the means of access to the database would be provided via JPA/Hibernate. For Security and Authentication, of users, Spring Security was chosen. The Front End design uses a combination of HTML, CSS, JavaScript, JQuery, Java Spring JSP Tags Library & Bootstrap.
nao15irikiin
MSc Individual Project
AdamStocker
No description available
Jingyi-Wu-Richael
Msc Computing Individual Project
Aaron-Chang-AC
This is the dissertation for the MSc Artificial Intelligence at King's College London, and its title is "A Multi-Linear Relationship Transformer Framework for Multi-Task Sequence Labelling".
violetavk
MSc Individual Project for KCL
janzmazek
MSc Scientific Computing Individual Research Project at UCL.
martin-koder
Code repository for MSc Artificial Intelligence individual project
lucsimonato
final year individual project for imperial's MSc
kotdavid
Algorithms and Data Mining individual project (MSc. Data Science)
ZiningYuan
2022-23 ICBS MSc in FinTech Class Exercises & Group Projects & Individual Projects