{"id":23441575,"url":"https://github.com/wawanwidiantara/single-layer-perceptron","last_synced_at":"2025-04-13T10:43:32.767Z","repository":{"id":211671783,"uuid":"724528211","full_name":"wawanwidiantara/Single-Layer-Perceptron","owner":"wawanwidiantara","description":"Single Layer Perceptron predicting Titanic survival, collaborative project.","archived":false,"fork":false,"pushed_at":"2024-11-29T10:45:23.000Z","size":12318,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T02:08:09.161Z","etag":null,"topics":["single-layer-perceptron","tensorflow","titanic-survival-prediction"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/wawanwidiantara.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":"2023-11-28T09:08:49.000Z","updated_at":"2024-12-18T14:21:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"59b85d8a-c399-4b1e-a36a-0262358af9b1","html_url":"https://github.com/wawanwidiantara/Single-Layer-Perceptron","commit_stats":null,"previous_names":["wawanwidiantara/single-layer-perceptron"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wawanwidiantara%2FSingle-Layer-Perceptron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wawanwidiantara%2FSingle-Layer-Perceptron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wawanwidiantara%2FSingle-Layer-Perceptron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wawanwidiantara%2FSingle-Layer-Perceptron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wawanwidiantara","download_url":"https://codeload.github.com/wawanwidiantara/Single-Layer-Perceptron/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248701976,"owners_count":21148111,"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":["single-layer-perceptron","tensorflow","titanic-survival-prediction"],"created_at":"2024-12-23T17:16:16.084Z","updated_at":"2025-04-13T10:43:32.742Z","avatar_url":"https://github.com/wawanwidiantara.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Single Layer Perceptron for Titanic Dataset\n\nWelcome to the **Single Layer Perceptron for Titanic Dataset** repository. This project demonstrates the use of a Single Layer Perceptron (SLP) model to predict the survival of Titanic passengers. This repository includes both the implementation and collaborative efforts of a dedicated team to refine and improve the codebase.\n\n---\n\n## Table of Contents\n\n1. [About the Project](#about-the-project)\n2. [Features](#features)\n3. [Team Contributors](#team-contributors)\n4. [Branches](#branches)\n5. [How to Use](#how-to-use)\n6. [License](#license)\n\n---\n\n## About the Project\n\nThis project utilizes the Titanic dataset to build a machine learning model using a Single Layer Perceptron. The objective is to predict survival probabilities based on input features such as age, class, and gender.\n\nThe repository is continuously being improved, with cleaner and optimized code to ensure performance and readability.\n\n---\n\n## Features\n\n- **Single Layer Perceptron Implementation**: Includes an efficient and modularized SLP architecture.\n- **Preprocessed Titanic Dataset**: Ensures proper feature scaling and handling of missing values.\n- **Branch Versioning**: Check out the `fix/v.1.0.0` branch for a stable version of the project.\n- **Collaborative Efforts**: Contributions from a dedicated team.\n\n---\n\n## Team Contributors\n\nHere are the incredible contributors to this project:\n\n| **Contributor**            | **NPM** | **GitHub Profile**               |\n|-----------------------------|----------------|-----------------------------------|\n| I Gede Widiantara (Lead)   | 5210411135     | [GitHub Profile](\u003chttps://github.com/WawanWidiantara\u003e) |\n| Evi Nur Hidayah            | 5210411104     | [GitHub Profile](\u003chttps://github.com/evinhdy\u003e) |\n| Ahmad Halim Faizal Zidan   | 5210411106     | [GitHub Profile](\u003chttps://github.com/Zidane03\u003e) |\n| Nendy Nailul Autor         | 5210411117     | [GitHub Profile](\u003chttps://github.com/nendynailula\u003e) |\n| Muhammad Izza Iqbal        | 5210411144     | [GitHub Profile](\u003chttps://github.com/izzybug\u003e) |\n| Muhammad Aufa Zaydan Azfar | 5210411147     | [GitHub Profile](\u003chttps://github.com/AufaAzfar\u003e) |\n| Allan Bil Faqih            | 5210411383     | [GitHub Profile](\u003chttps://github.com/allanbil214\u003e) |\n\n---\n\n## Branches\n\n- **Main Branch**: Contains the latest development and updates.\n- **fix/v.1.0.0**: [Stable version](\u003chttps://github.com/WawanWidiantara/Single-Layer-Perceptron/tree/fix/v.1.0.0\u003e) with fixes and improvements from the initial implementation.\n\n---\n\n## How to Use\n\n### Prerequisites\n\n- Python 3.10+\n- Libraries: NumPy, Pandas, Matplotlib, Scikit-learn, Tensorflow\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/WawanWidiantara/Single-Layer-Perceptron.git\n   ```\n\n## License\nThis project is licensed under the [MIT License](LICENSE) - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwawanwidiantara%2Fsingle-layer-perceptron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwawanwidiantara%2Fsingle-layer-perceptron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwawanwidiantara%2Fsingle-layer-perceptron/lists"}