{"id":29029668,"url":"https://github.com/ericshantos/playground","last_synced_at":"2025-06-26T08:36:16.936Z","repository":{"id":294086055,"uuid":"981347337","full_name":"ericshantos/playground","owner":"ericshantos","description":"Repository of projects and practical experiments in computing, including Machine Learning and other applications.","archived":false,"fork":false,"pushed_at":"2025-05-18T20:55:21.000Z","size":2793,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T21:32:54.829Z","etag":null,"topics":["computer-science","deep-learning","machine-learning"],"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/ericshantos.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,"zenodo":null}},"created_at":"2025-05-10T22:35:12.000Z","updated_at":"2025-05-18T20:55:24.000Z","dependencies_parsed_at":"2025-05-18T21:42:56.982Z","dependency_job_id":null,"html_url":"https://github.com/ericshantos/playground","commit_stats":null,"previous_names":["ericshantos/playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericshantos/playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericshantos%2Fplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericshantos%2Fplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericshantos%2Fplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericshantos%2Fplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericshantos","download_url":"https://codeload.github.com/ericshantos/playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericshantos%2Fplayground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262030828,"owners_count":23247729,"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":["computer-science","deep-learning","machine-learning"],"created_at":"2025-06-26T08:36:06.969Z","updated_at":"2025-06-26T08:36:16.924Z","avatar_url":"https://github.com/ericshantos.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[🇧🇷] [Lê em português](README.pt.md)\n\n# Welcome to the PlayGround 🚀\n\nThis repository aims to store projects and experiments in computing, including Machine Learning (ML) models and other related practices. Here you will find various examples of algorithms, experiments, and tests conducted on different computational problems. 😊\n\n## What will you find in this repository? 📂\n\nThis repository serves as a space for study and experimentation, with a collection of Jupyter notebooks and projects where I document the concepts I'm studying and testing. Each project is an opportunity to apply techniques, from the simplest to the most advanced.\n\n### Main Components:\n\n#### **Projects and Notebooks** 📓\n\nThis repository contains various projects and notebooks with algorithms and models I’m learning. Each file includes the code to implement a solution, along with explanations of how it works and the steps involved in each experiment.\n\n#### **Datasets** 🗂️\n\nSome projects use public and ready-to-use datasets. These datasets allow you to test and apply different techniques without needing to search for external sources.\n\n#### **Models and Algorithms** 🧠\n\nThe repository includes everything from basic algorithms to more complex models, covering Machine Learning and other areas of computing. Each implementation is accompanied by a detailed study and improvement attempts.\n\n## Available Projects\n\nBelow is a table with the available projects in the repository:\n\n| Project Name                                                   | Algorithm Type                     | Library/Framework                                                                                                          |\n| -------------------------------------------------------------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |\n| [boston\\_housing](./projects/boston_housing/)                  | Machine Learning (Regression)      | ![scikit-learn](https://img.shields.io/badge/scikit--learn-F7931E?style=for-the-badge\\\u0026logo=scikit-learn\\\u0026logoColor=white) |\n| [client\\_marketing](./projects/client_marketing/)              | Machine Learning (Regression)      | ![scikit-learn](https://img.shields.io/badge/scikit--learn-F7931E?style=for-the-badge\\\u0026logo=scikit-learn\\\u0026logoColor=white) |\n| [specie\\_flowers](./projects/specie_flowers/)                  | Machine Learning (Clustering)      | ![scikit-learn](https://img.shields.io/badge/scikit--learn-F7931E?style=for-the-badge\\\u0026logo=scikit-learn\\\u0026logoColor=white) |\n| [product\\_value\\_forecast](./projects/product_value_forecast/) | Machine Learning (Clustering)      | ![scikit-learn](https://img.shields.io/badge/scikit--learn-F7931E?style=for-the-badge\\\u0026logo=scikit-learn\\\u0026logoColor=white) |\n| [MNIST\\_Predictor](./projects/MNIST_Predictor/)                | Machine Learning (Neural Networks) | ![Keras](https://img.shields.io/badge/Keras-D00000?style=for-the-badge\\\u0026logo=Keras\\\u0026logoColor=white)                       |\n\n## How to use this repository? 🛠️\n\nTo start using the repository, follow the steps below:\n\n1. **Clone the repository**\n   To get a local copy, run:\n\n   ```bash\n   git clone https://github.com/your-username/playground.git\n   ```\n\n2. **Install the dependencies**\n   To install the required libraries, use:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Open the notebooks or projects**\n   To explore the Jupyter notebooks, run:\n\n   ```bash\n   jupyter notebook\n   ```\n\n4. **Explore!**\n   Browse through the projects, run the code, and follow the provided explanations.\n\n## What else can you learn here? 📚\n\nIn addition to Machine Learning, this repository offers an opportunity to learn about:\n\n* Data preprocessing techniques.\n* Classification, regression, and clustering algorithms.\n* Performance evaluation with metrics like accuracy, precision, and recall.\n* Other computing practices, such as software development, automation, and data analysis.\n\n## Contribute! 🤝\n\nIf you have suggestions for improvements or found something that can be enhanced, feel free to open an **issue** or submit a **pull request**. All contributions are welcome!\n\n## License 📜\n\nThis repository is licensed under the **MIT** license. For more details, see the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericshantos%2Fplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericshantos%2Fplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericshantos%2Fplayground/lists"}