Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huseyincenik/deep_learning

Deep Learning #deeplearning
https://github.com/huseyincenik/deep_learning

deep-learning deep-learning-tutorial deep-neural-networks keras keras-neural-networks keras-tensorflow tensorflow tensorflow-tutorials

Last synced: 7 days ago
JSON representation

Deep Learning #deeplearning

Awesome Lists containing this project

README

        

# Deep Learning with Python

![Deep Learning](https://theoreticalecology.github.io/machinelearning/images/AI_ML_DL.png)

Welcome to the "Deep Learning with Python" repository! This repository is a collection of materials related to the exploration of deep learning concepts using the Python programming language.

## Overview

Here you will find a variety of resources including:

- **Notebooks**: Jupyter notebooks covering fundamental concepts, neural network architectures, and practical applications of deep learning.
- **Code**: Python scripts and utilities for implementing deep learning models and algorithms.
- **Projects**: End-to-end deep learning projects showcasing applications in computer vision, natural language processing, and more.

## Getting Started

To get started, feel free to explore the contents of each directory. Each directory contains its own README file with specific instructions and details about the materials it contains.

## Projects

| Project Name | Description | GitHub | Kaggle |
|-------------------------------------------|--------------------------------------------|--------------------------------------------------------|-------------------------------------------------------|
| Churn Prediction in Banking | A machine learning approach to predict churn in banking data. | [GitHub](https://github.com/huseyincenik/deep_learning/tree/main/Projects/churn_prediction_in_banking) | [Kaggle](https://www.kaggle.com/code/huseyincenik/churn-prediction-in-banking-deep-learning-approach) |
| Churn Prediction in HR Data (ML & DL) | Churn prediction using both machine learning and deep learning approaches on HR data. | [GitHub](https://github.com/huseyincenik/deep_learning/tree/main/Projects/churn_prediction_in_hr_data_ml_dl_approach) | [Kaggle](https://www.kaggle.com/code/osmanerkekol/hr-churn-prediction-using-ml) [Kaggle](https://www.kaggle.com/code/gizemsahinkaya/hr-churn-analysis-using-dl) |

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

## Additional Resources and Sites

- [Deep Learning AI](https://www.deeplearning.ai/): A platform providing online courses and resources on deep learning.
- [TensorFlow Official Documentation](https://www.tensorflow.org/): Official documentation for TensorFlow, a popular deep learning framework.
- [OpenAI](https://www.openai.com/): An artificial intelligence research lab focused on deep learning and AI safety.
- [Towards Data Science on Medium](https://towardsdatascience.com/): A Medium publication featuring articles on deep learning, machine learning, and data science.
- [Distill.pub](https://distill.pub/): A journal for research in machine learning, emphasizing clarity and accessibility.

Happy learning and coding!