Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

GSOC/2019: Difference between revisions

From MoodleDocs
mNo edit summary
Line 12: Line 12:
This project is basically about adding regression capabilities to both the PHP backend (based on php-ml) and the Python backend (based on tensorflow) included in Moodle core. Thereby, expanding this API to support regression, so we can write models that estimate linear values instead of classes.
This project is basically about adding regression capabilities to both the PHP backend (based on php-ml) and the Python backend (based on tensorflow) included in Moodle core. Thereby, expanding this API to support regression, so we can write models that estimate linear values instead of classes.


* Student: [https://github.com/SanyaNegi Sanya Negi]
* Student: [https://moodle.org/user/profile.php?id=2600728 Sanya Negi]
* Mentor: David Monllaó
* Mentor: David Monllaó


Line 19: Line 19:
Adding multi-class classification to the Moodle machine learning backend by exposing functionality to the core which is derived from python Tensorflow and the phpml library.
Adding multi-class classification to the Moodle machine learning backend by exposing functionality to the core which is derived from python Tensorflow and the phpml library.


* Student: [https://github.com/valadhi Vlad Apetrei]
* Student: [https://moodle.org/user/profile.php?id=2404150 Vlad Apetrei]
* Mentor: David Monllaó
* Mentor: David Monllaó

Revision as of 11:15, 7 May 2019

Projects

Attendance password rotation/expiry

The attendance plugin provides the ability for teachers to display a QR code to allow students to take their own attendance, the QR code is currently static for the current session and does not change. This project aims to increase the security of the feature by implementing a process that frequently changes the displayed QR code and expires the old QR code, making it difficult for the QR code to be shared outside the session.

Adding regressor to machine learning backend

This project is basically about adding regression capabilities to both the PHP backend (based on php-ml) and the Python backend (based on tensorflow) included in Moodle core. Thereby, expanding this API to support regression, so we can write models that estimate linear values instead of classes.

Adding multi-class classification to machine learning backend

Adding multi-class classification to the Moodle machine learning backend by exposing functionality to the core which is derived from python Tensorflow and the phpml library.