precillieo / ML-Gallery

A Special Open-Source Repository for all kinds of Data Science and Machine Learning Projects! Contribute your EDA Case Studies, ML Models, Deep Learning Algo, and fun Computer Vision ideas!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Logo

ML Gallery

A starter repository to guide you through your earlier days of learning Datascience and Machine Learning!
Explore the docs »

Starter Notebook · EDA Notebook · Links to Datasets

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

This project is a toolkit for a beginner in Data Science and Machine Learning. We will provide with guides for different aspects of Machine Learning like :

  • Various types of Algorithms - Classification algorithms , Regression algorithms , Clusturing algorithms , Neural Networks , Deep learning.
  • Exploratory Data Analysis [EDA].
  • Advance Topics.

Along with all these guides , we will also provide resources from which beginners can learn and take help from. We will provide links to beginner friendly Datasets , and also gradually post links of Datasets which require higher expertise. This way one can become an expert from a beginner.

Built With

Most of our guides will be Jupyter Notebooks and python files with proper documentation. Other informations will be provided in Markdown files.

Getting Started

Beginners !! First choose the discipline you want to learn and work on , then proceed with the steps:

  • Download the appropriate dataset from the provided links. (Link to the Datasets)
  • Take help from the Guiding Notebooks
  • And build your own Dataset project !!

Roadmap

See the open issues for a list of Projects you can work on (and learn).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Your contributions would help other beginners !!

  1. Fork the Project
  2. Create your Project Branch ( git checkout -b Project/MLAlgo )
  3. Add your Changes ( git add . )
  4. Commit your Changes ( git commit -m 'Add the Project' )
  5. Push to the Branch ( git push origin Project/MLAlgo )
  6. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Join Us at - GDSC JGEC

Mail us at - gmail

Join Discord - Discord

About

A Special Open-Source Repository for all kinds of Data Science and Machine Learning Projects! Contribute your EDA Case Studies, ML Models, Deep Learning Algo, and fun Computer Vision ideas!

License:MIT License


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%