{"id":26681340,"url":"https://github.com/thesimonho/python-machine-learning","last_synced_at":"2025-04-12T12:35:07.313Z","repository":{"id":114864407,"uuid":"68418551","full_name":"thesimonho/python-machine-learning","owner":"thesimonho","description":"Python implementation of machine learning algorithms","archived":false,"fork":false,"pushed_at":"2016-12-12T05:31:27.000Z","size":29463,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T07:15:21.479Z","etag":null,"topics":["cnn","eeg","lasagne","machine-learning","mnist","neural-network","python","regression"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thesimonho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-16T22:27:54.000Z","updated_at":"2022-01-01T04:26:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"96d7a5c8-c373-44f2-89ed-1de8b32aec25","html_url":"https://github.com/thesimonho/python-machine-learning","commit_stats":null,"previous_names":["thesimonho/python-machine-learning"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesimonho%2Fpython-machine-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesimonho%2Fpython-machine-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesimonho%2Fpython-machine-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesimonho%2Fpython-machine-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesimonho","download_url":"https://codeload.github.com/thesimonho/python-machine-learning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248567070,"owners_count":21125782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cnn","eeg","lasagne","machine-learning","mnist","neural-network","python","regression"],"created_at":"2025-03-26T07:15:26.088Z","updated_at":"2025-04-12T12:35:07.285Z","avatar_url":"https://github.com/thesimonho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Machine Learning\n\nCode samples for a directed studies course on computational modelling (UBC PSYC 547E)\n\nThis work was done primarily for learning purposes. The following have been implemented:\n\n* Linear regression (using base Python)\n* Logistic Regression (AND gate)\n* Logistic Regression (OR gate)\n* ANN (XOR gate)\n* CNN (MNIST - hand written digits)\n* CNN (CIFAR10 - colour objects)\n* CNN (EEG - mind wandering classification)\n\n**Note**: the code has only been tested on Windows 10 with Python 2.7.12 (64 bit)\n\n## Requirements\n\n* Python 2.7.x\n * Install: https://www.python.org/downloads/\n    * This is should already be installed on Mac OSX\n* [numpy](http://www.numpy.org/)\n  * Install: `pip install numpy`\n  * Used to handle arrays and matrices in Python\n* [theano](http://deeplearning.net/software/theano/)\n  * Install: `pip install theano`\n  * Used for symbolic expressions and GPU training\n* [matplotlib](http://matplotlib.org/)\n  * Install: `pip install matplotlib`\n  * Used for plotting\n* [lasagne](http://lasagne.readthedocs.io/)\n  * Install: `pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip`\n  * This is only used for the Lasagne implementations of the different models\n* [nolearn](https://pythonhosted.org/nolearn/)\n  * Install: `pip install nolearn`\n  * This is only used for the lasagne + nolearn implementations of the different models\n\nThe quickest/easiest way to get up and running is by installing the [Anaconda Python distribution](https://www.continuum.io/downloads), which comes with all dependencies installed (`theano`, `lasagne`, and `nolearn` will still need to be installed separately).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesimonho%2Fpython-machine-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesimonho%2Fpython-machine-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesimonho%2Fpython-machine-learning/lists"}