This repository contains Jupyter Notebooks related to Machine Learning training. It includes various notebooks that cover different aspects of machine learning, from basic concepts to advanced techniques.
To run the notebooks in this repository, you need to have Python and Jupyter Notebook installed. You can install the required dependencies using pip:
pip install -r requirements.txt
- Clone the repository:
git clone https://github.com/ayudixit/ML_Training.git cd ML_Training
- Start Jupyter Notebook:
jupyter notebook
- Open any notebook to start learning and experimenting with machine learning concepts.
The following Jupyter Notebook files in the repository ayudixit/ML_Training are listed according to their modified dates:
- Basic_ChatBot.ipynb: "Rename Lab1.ipynb to Basic_ChatBot.ipynb"
- Stock_Prediction.ipynb: "Created using Colab"
- Heart_Disease_Predictor.ipynb: "Using Logistic Regression"
- Stock_Prediction.ipynb: "Using Logistic Regression"
- K_Means_Clustering_For_Student.ipynb: "K-Means Clustring"
- K_means_clustering_&_Hierarchical_Clustering_Dendrogram.ipynb: "Hirerarical Clustering Dendrogram"
Please refer to these links for more details on the modifications.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.