Found 71 repositories(showing 30)
lukasmasuch
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
The ML-airport-taxi-out software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for four distinct use cases: 1) unimpeded AMA taxi out, 2) unimpeded ramp taxi out, 3) impeded AMA taxi out, and 4) impeded ramp taxi out. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
The ML-airport-configuration software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for predicting airport configuration as a time series. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
The ML-airport-arrival-runway software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for predicting arrival runway assignments. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
The ML-airport-departure-runway software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for predicting departure runway assignments. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
joypaul162
No description available
loobiish
A Python and ML program to predict the best career for students on the basis of their interests. I have used DecisionTree, NaiveByes and Random Forest Tree to predict the career/course.
The ML-airport-estimated-ON software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for predicting arrival ON time. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
The ML-airport-taxi-in software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for four distinct use cases: 1) unimpeded AMA taxi in, 2) unimpeded ramp taxi in, 3) impeded AMA taxi in, and 4) impeded ramp taxi in. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
Week1 Report Here is a quick summary of what I have achieved to learn in my first week of training under ParrotAi. Introduction to Machine learning , I have achieved to know a good intro into Machine Learning which include the history of ML ,the types of ML such supervised, unsupervised, Reinforcement learning. And also answers to questions such why machine learning? , challenges facing machine learning which include insufficient data, irrelevant on data, overfitting, underfitting and there solutions in general. Supervised Machine algorithms, here I learnt the theory and intuition behind the common used supervised ML including the KNN, Linear Regressions, Logistic, Regression, and Ensemble algorithm the Random forest. Also not only the intuition but their implementation in python using the sklearn library and parameter tuning them to achieve a best model with stunning accuracy(here meaning the way to regularize the model to avoid overfitting and underfitting).And also the intuition on where to use/apply the algorithms basing on the problem I.e classification or regression. Also which model performs better on what and poor on what based on circumstances. Data preprocessing and representation here I learnt on the importance of preprocessing the data, also the techniques involved such scaling(include Standard Scaling, RobustScaling and MinMaxScaler) ,handling the missing data either by ignoring(technical termed as dropping) the data which is not recommended since one could loose important patterns on the data and by fitting the mean or median of the data points on the missing places. On data representation involved on how we can represent categorical features so as they can be used in the algorithm, the method learnt here is One-Hot Encoding technique and its implementation in python using both Pandas and Sklearn Libraries. Model evaluation and improvement. In this section I grasped the concept of how you can evaluate your model if its performing good or bad and the ways you could improve it. As the train_test_split technique seems to be imbalance hence the cross-validation technique which included the K-fold , Stratified K-fold and other strategies such LeaveOneOut which will help on the improvement of your model by splitting data in a convenience manner to help in training of model, thus making it generalize well on unseen data. I learnt also on the GridSearch technique which included the best method in which one can choose the best parameters for the model to improve the performance such as the simple grid search and the GridSearch with cross-validation technique, all this I was able to implement them in code using the Sklearn library in python. Lastly the week challenge task given to us was tremendous since I got to apply what I learned in theory to solve a real problem.It was good to apply the workflow of a machine learning task starting from understanding the problem, getting to know the data, data preprocessing , visualising the data to get more insights, model selection, training the model to applying the model to make prediction In general I was able to grasp and learn much in this week from basic foundation of Machine Learning to the implementations of the algorithms in code. The great achievement so far is the intuition behind the algorithm especially supervised ones. Though yet is much to be covered but the accomplishment I have attained so far its a good start to say to this journey on Machine learning. My expectation on the coming week is on having a solid foundation on deep learning.
avibarbour
No description available
devwalia
With the help of python as well as different libraries available in python (mainly pandas) I am able to create the perfect stock analysis model which provides different types of technical analysis graphs which help investors to study the stocks easily and they can compare any stocks with this model and can select which stock is best for them to invest. This modal is basically for technical experts’ peoples who have pre-knowledge of stocks and shares, who are trading for like one year, because this modal has many predefined terms which are not for beginners. So, for beginners I have develop a separate web app that is user friendly and easy to use which don’t required any pre-defined knowledge. I will be using jupyter notebook to run all the commands and packages, it’s the best platform to make an ml modal because of its great interface which provides various advantages to developers. So first, I will be discussing the libraries I used in this modal. So, this all will be implemented on the .ipynb extension file (helps us to manage python and data) which is of jupyter notebook. http://localhost:8888/notebooks/Desktop/StockAnalys
Harshal-Jaiswal
Project Overview For this project, you will train an agent to navigate (and collect bananas!) in a large, square world. A reward of +1 is provided for collecting a yellow banana, and a reward of -1 is provided for collecting a blue banana. Thus, the goal of your agent is to collect as many yellow bananas as possible while avoiding blue bananas. The state space has 37 dimensions and contains the agent's velocity, along with ray-based perception of objects around the agent's forward direction. Given this information, the agent has to learn how to best select actions. Four discrete actions are available, corresponding to: 0 - move forward. 1 - move backward. 2 - turn left. 3 - turn right. The task is episodic, and in order to solve the environment, your agent must get an average score of +13 over 100 consecutive episodes. The Environment Follow the instructions below to explore the environment on your own machine! You will also learn how to use the Python API to control your agent. Step 1: Clone the DRLND Repository If you haven't already, please follow the instructions in the DRLND GitHub repository to set up your Python environment. These instructions can be found in README.md at the root of the repository. https://github.com/udacity/deep-reinforcement-learning#dependencies By following these instructions, you will install PyTorch, the ML-Agents toolkit, and a few more Python packages required to complete the project. Step 2: Download the Unity Environment For this project, you will not need to install Unity - this is because we have already built the environment for you, and you can download it from one of the links below. You need only select the environment that matches your operating system: Linux: click here https://s3-us-west-1.amazonaws.com/udacity-drlnd/P1/Banana/Banana_Linux.zip Mac OSX: click here https://s3-us-west-1.amazonaws.com/udacity-drlnd/P1/Banana/Banana.app.zip Windows (32-bit): click here https://s3-us-west-1.amazonaws.com/udacity-drlnd/P1/Banana/Banana_Windows_x86.zip Windows (64-bit): click here https://s3-us-west-1.amazonaws.com/udacity-drlnd/P1/Banana/Banana_Windows_x86_64.zip Then, place the file in the p1_navigation/ folder in the DRLND GitHub repository, and unzip (or decompress) the file. Step 3: Explore the Environment After you have followed the instructions above, open Navigation.ipynb (located in the p1_navigation/ folder in the DRLND GitHub repository) and follow the instructions to learn how to use the Python API to control the agent.
Unity-Billal-mesloub
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
Elite-AI-August
No description available
abhideshmukh1102
Welcome to my Portfolio!. I'm Abhijeet Deshmukh, a software developer with a passion for python developer, DA, DS, AI & ML Engineer & Backend Developer . In this portfolio, you will find a curated collection of my best work, showcasing my skills and experience in MySql, Web development in HTML CSS JS, Python
codecrafter10
A collection of my best Python projects including a blockchain-based exam security system, air quality monitor, ML-powered food detector, attendance calculator & fun Pygame apps. Built to solve real problems with clean code and smart tech. 📧 zaidali.za2635@gmail.com
Python is point of fact the Next Big Thing to investigate. There is no need to be worried about its worth, profession possibilities, or accessible positions. Python's commitment to the advancement of your calling is huge, as its notoriety among designers and different areas is step by step waning. Python is "the one" for an assortment of reasons. It's a straightforward pre-arranged language that is not difficult to get. Subsequently, the general improvement time for the task code is diminished. It accompanies an assortment of structures and APIs that assistance with information examination, perception, and control. Employment opportunities in Python While India has a critical interest for Python engineers, the stock is very restricted. We'll utilize a HR master articulation to validate this. For both Java and Python, the expert was relied upon to employ ten developers. For Java, they got over 100 fantastic resumes, however just eight for Python. In this way, while they needed to go through an extensive method to get rid of resilient people, they had no real option except to acknowledge those eight individuals with Python. What does this say about the circumstance to you? Regardless of Python's straightforward language structure, we desperately need more individuals in India to update their abilities. This is the reason learning Python is a particularly colossal opportunity for Indians. With regards to work openings, there may not be numerous for Python in India. Notwithstanding, we have countless assignments accessible per Python developer. In the relatively recent past, one of India's unicorn programming organizations was stood up to with an issue. It had gotten a $200 million (Rs. 1200 crore) arrangement to develop an application store for a significant US bank. Be that as it may, the organization required talented Python developers. Since Python was the best language for the undertaking, it wound up paying a gathering of independent Python developers in the United States multiple times the charging sum. For sure and Naukri, for instance, have 20,000 to 50,000 Python work postings, showing that Python vocation openings in India are copious. It is an insightful choice to seek after a profession in Python. The diagrams underneath show the absolute number of occupation advertisements for the most well known programming dialects. Python Job Descriptions Anyway, what sorts of work would you be able to get in the event that you know Python? Python's degree is broad in information science and investigation, first off. Customers regularly demand that secret examples be separated from their informational indexes. In AI and man-made reasoning, it is additionally suggested. Python is a top choice among information researchers. Furthermore, we figured out how Python is used in web advancement, work area applications, information examination, and organization programming in our article on Python applications. Python Job Profiles With Python on your resume, you might wind up with one of the accompanying situations in a presumed organization: 1. Programmer Investigate client necessities Compose and test code Compose functional documentation Counsel customers and work intimately with other staff Foster existing projects 2. Senior Software Engineer Foster excellent programming engineering Mechanize assignments by means of prearranging and different apparatuses Survey and troubleshoot code Perform approval and confirmation testing Carry out form control and configuration designs 3. DevOps Engineer Send refreshes and fixes Break down and resolve specialized issues Plan systems for support and investigating Foster contents to mechanize representation Convey Level 2 specialized help 4. Information Scientist Recognize information sources and mechanize the assortment Preprocess information and dissect it to find patterns Plan prescient models and ML calculations Perform information representation Propose answers for business challenges 5. Senior Data Scientist Manage junior information experts Construct logical devices to create knowledge, find designs, and foresee conduct Execute ML and measurements based calculations Propose thoughts for utilizing had information Impart discoveries to colleagues While many significant firms are as yet utilizing Java, Python is a more seasoned yet at the same time well known innovation. Python's future is splendid, on account of: 1.Artificial Intelligence (AI): Machine knowledge is alluded to as man-made consciousness. This is as a conspicuous difference to the regular astuteness that people and different creatures have. It is one of the most up to date advances that is clearing the globe. With regards to AI, Python is one of the main dialects that rings a bell; truth be told, it is probably the most ideally equipped language for the work. We have different structures, libraries, and devices devoted to permitting AI to swap human work for this objective. It supports this, however it additionally further develops productivity and precision. Discourse acknowledgment frameworks, self-driving vehicles, and other AI-based advancements are models. The accompanying devices and libraries transport for these parts of AI: AI – PyML, PyBrain, scikit-learn, MDP Toolkit, GraphLab Create, MIPy General AI – pyDatalog, AIMA, EasyAI, SimpleAI Neural Networks – PyAnn, pyrenn, ffnet, neurolab Normal Language and Text Processing – Quepy, NLTK, genism 2. Enormous Data Enormous Data is the term for informational collections so voluminous and complex that conventional information handling application programming is insufficient in managing them. Python has assisted Big Data with developing, its libraries permit us to break down and work with a lot of information across groups: Pandas scikit-learn NumPy SciPy GraphLab Create IPython Bokeh Agate PySpark Dask 3. Systems administration Python additionally allows us to design switches and switches, and perform other organization mechanization undertakings cost-viably. For this, we have the accompanying Python libraries: Ansible Netmiko NAPALM(Network Automation and Programmability Abstraction Layer with Multivendor Support) Pyeapi JunosPyEZ PySNM Paramiko SSH Python Course
Sudip-Pandit
Description of the Project: + The "Breast Cancer Dataset" is used in this project. It has df.shape=(569, 31) which means 569 rows and 32 columns. + The link of the datset used in this project is -https://www.kaggle.com/uciml/breast-cancer-wisconsin-data + I am importing the important python packages- skelarn, pandas, numpy, seaborn and matplotlib to complete the project. + The machine learning models such as Logistic Regression, Decision Tree, Random Forest, XGBoost, AdaBoost and Gradient Boosting classifier have been used. + The performance of the machine learnig models have been tested on the basis of accuracy score, confusion matrix, classification report, f1 score and roc auc score. + I had tuned hyperparameters to improve the perforamnce for XGBoost model + The good visualization is also important along with accuracy score in model building. The performance of the model have been visualized in this project. Problem statement: The full form of XGBoost is eXtreme Gradient Boosting, also called winner for several kaggle competetion machine learning model. Most of the literatues of Machine Learning found in google has described this model as having best accuracy, efficient and feasibility. It is a decision-tree-based ensemble ML algorithm based on gradient boosting framework. It is considered that XGBoost provides a convenient way of cross-validation. Cross-validation technique is applied to test the model's overfitting during the training phase. If the model gives good accuracy in training dataset but the model works very poor in testing unseen dataset then it is called overfitting or a model of low bias and high variance. I have to calculate the model training and testing errors with different learning rates.As we know that the best technique to choose the learning rate value is between 0 and 1. I will be going to start the test by putting the learning rate as 0.01. It would easy to see the results through good visualization. I am also going to visualize the training and testing errors and accuracies by making a graph. Finally, I will tune the hyperparameters which helps us predict the testing datasets i.e. x_test.
yagamishi
No description available
AdityaYadav05
This telegram bot help to provide best video lecturer of Engineering student.like(Python,HTML,CSS,JS,REACT.JS ,JAVA,ML,DBMS,DSA using C language etc.
This Machine Learning algorithm [Python] evaluate data features and deliver it's importances with the best set of hyperparameters of XgBoost Classifier. It has been implementing by Hyperparameter Tuning. Easy adaption to any othet ML algorithm. © Vytautas Bielinskas
The DDoS ML Model Analyzer is a Python-based project that incorporates a graphical user interface (GUI) using the tkinter library. It enables user to give a .csv dataset related to DDoS attack data and choose best ML model based on analysis of data on available classification and anomaly detection models.
nvlachost-rgb
Portfolio of advanced data science, ML, and deep learning projects using Python, Jupyter, and Colab. Includes work in deep neural networks, NLP, clustering, PCA/t-SNE, and data visualization. Demonstrates best practices, clean code, and real-world analytics.
iamrishabruh
A backtesting trade simulator that fetches a month of free ticker data via Vantage API, integrating ML techniques with adjustable parameters to see what the best trades may be. Built with Python, Apache Kafka, and Alpha Vantage API.
vikash029
AutoMLSelector is a Python framework that automates the selection of the best machine learning algorithm for your dataset. It preprocesses data, tests multiple models, and recommends the top performer based on metrics like accuracy or MSE, streamlining your ML workflow.
Maheshkarri4444
Advance House Price Prediction ( Bangalore ) Model powered by Python Machine Learning and Streamlit framework .Give the Location Name , Area (sq-ft) , no of bathrooms , bhk to Get the best Accurate Price of the House . Hope this ML and Streamlit project helps Realestate and People Live in Banglore.
Utkarsshhh2403
This project is a collection of classic AI/ML algorithms implemented with interactive GUI using Python and Tkinter. It includes visual and functional representations of: Water Jug Problem (Hill Climbing) BFS & DFS using TSP Tic Tac Toe (Minimax-based) Find-S Algorithm 8 Puzzle (Greedy Best-First Search).
SahanaKandukuri
• Objective: To develop an Image Classification ML model (in Python), to detect if a given Brain MRI scan has a tumor in it or not • Designed the neural network with best-tried layers and achieve a high accuracy of 99% • Implemented Keras – TensorFlow packages to design the CNN architecture
Prakhar601
Heart Disease Prediction Model A machine learning project that predicts the likelihood of heart disease in patients based on clinical features. The model is built using Python and popular ML libraries such as Scikit-learn. Multiple algorithms were tested and the best-performing model was selected based on accuracy