Frosty-8-Python-Codes Repository

Overview

The frosty-8-python-codes repository contains a collection of Python scripts organized into various folders, each focusing on different domains of computer science and data science. The repository includes code for machine learning, deep learning, natural language processing, cloud computing, and more. Below is a summary of the folders and their contents:

Folder Description Key Files
Ann Artificial Neural Networks for stock price prediction sss.py
CC Cloud Computing assignments and MapReduce implementations alll codes, mapreduce.py, Assignment 2, 5, 6, 7, 8
deep learning Deep learning models using TensorFlow/Keras 1st.py, 2nd.py, 3rd.py, 4th.py, 5th.py, 6th_dl.py, 7th dl.py, 8th_dl.py
ml Machine learning experiments with various algorithms 6.py, exp10.py, exp11.py, exp12.py, exp13.py, exp5.py, exp6.py, exp7.py, exp8.py, exp9.py, mini.py
ml-2 Additional machine learning experiments 5.py, 6.py
New folder Matrix manipulation algorithm code.py
NLP Natural Language Processing tasks using spaCy 2nd.py, 3rd.py, 4th.py, 4thalternative.py, 5th.py, 6th.py, 7th.py, new.py
pra Practical machine learning and text classification 1st.py, textClassificationModel.py, .ipynb_checkpoints/
Pra-2 Advanced practical experiments in ML and data analysis 1.ipynb, 1.py, anomaly_detection.py, dna_seq.py, gmm_digits.py, iris_classification.py, knn_iris.py, mnist_clssification.py, shape_classifier.py, test.py, textClassificationModel.py, weather_hmm.py, wine_quality_analysis.py
useless Miscellaneous scripts for data fetching and linear regression 1.py, code.py, data.py, linear-code.py

Getting Started

To explore the code, navigate to the folder-specific pages using the navigation bar above. Each page provides detailed information about the files, their purposes, and code snippets with copy functionality.

Most scripts require Python libraries such as scikit-learn, tensorflow, pandas, numpy, and matplotlib. Ensure you have these installed using:

                
                pip install scikit-learn tensorflow pandas numpy matplotlib