Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/md-emon-hasan/ai-from-university
🎓 Collection of academic resources, projects, and exercises related to artificial intelligence concepts learned in university coursework.
https://github.com/md-emon-hasan/ai-from-university
ai artificial-intelligence linear-regression logestic-regression mahcine-learning ml scikit-learn
Last synced: about 2 months ago
JSON representation
🎓 Collection of academic resources, projects, and exercises related to artificial intelligence concepts learned in university coursework.
- Host: GitHub
- URL: https://github.com/md-emon-hasan/ai-from-university
- Owner: Md-Emon-Hasan
- License: gpl-3.0
- Created: 2024-09-23T12:59:19.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T11:14:22.000Z (about 2 months ago)
- Last Synced: 2024-11-10T12:20:19.456Z (about 2 months ago)
- Topics: ai, artificial-intelligence, linear-regression, logestic-regression, mahcine-learning, ml, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Support Vector Machine/Support Vector Machine.ipynb
Awesome Lists containing this project
README
# AI-From-University 🎓💻
This repository contains academic projects, assignments, and exercises from my university coursework in Artificial Intelligence. It showcases various AI concepts, algorithms, and models implemented during the learning process, providing a practical approach to AI theories.
![Capture](https://github.com/user-attachments/assets/8bdc5140-07fd-4f53-add9-50304ad8ed8d)
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Installation](#installation)
- [Technologies Used](#technologies-used)
- [Challenges Faced](#challenges-faced)
- [Lessons Learned](#lessons-learned)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Overview 📖
The **AI-From-University** repository contains a collection of Artificial Intelligence (AI) projects developed as part of university coursework. The projects involve various AI algorithms, including supervised and unsupervised learning, neural networks, and more. This repository aims to help students and enthusiasts gain insights into AI models and their practical applications.
## Features ✨
- Implementation of key AI algorithms.
- Hands-on projects for supervised and unsupervised learning.
- Neural network examples and deep learning models.
- Well-documented code and descriptions for each project.## Installation ⚙️
To get started with this repository, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Md-Emon-Hasan/AI-From-University.git
```
2. Navigate to the project directory:
```bash
cd AI-From-University
```
3. Install the required dependencies:
```bash
pip install -r requirements.txt
```## Technologies Used 🛠️
- **Python**: Programming language for implementing AI models.
- **NumPy** and **Pandas**: Libraries for data manipulation and analysis.
- **TensorFlow** and **Keras**: For neural network and deep learning models.
- **scikit-learn**: For classical machine learning algorithms.## Challenges Faced 🤔
- Understanding the theoretical concepts behind AI algorithms and their practical applications.
- Optimizing neural networks and improving model accuracy.
- Working with large datasets and ensuring efficient computation.## Lessons Learned 📚
- Gained practical knowledge of various AI algorithms and models.
- Improved skills in Python programming and libraries like TensorFlow and scikit-learn.
- Developed a deeper understanding of machine learning concepts, such as overfitting, regularization, and hyperparameter tuning.## Contributing 🤝
Contributions are welcome! If you'd like to contribute to this repository, feel free to open an issue or submit a pull request.
## License 📜
This repository is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more details.
## Contact 📧
- **Email:** [[email protected]](mailto:[email protected])
- **WhatsApp:** [+8801834363533](https://wa.me/8801834363533)
- **GitHub:** [Md-Emon-Hasan](https://github.com/Md-Emon-Hasan)
- **LinkedIn:** [Md Emon Hasan](https://www.linkedin.com/in/md-emon-hasan)
- **Facebook:** [Md Emon Hasan](https://www.facebook.com/mdemon.hasan2001/)
---