vbartle /
MML-Companion
This is a companion to the ‘Mathematical Foundations’ section of the book, Mathematics for Machine Learning by Marc Deisenroth, Aldo Faisal and Cheng Ong, written in python for Jupyter Notebook.
Loading repository data…
UddeshyaSharma21 / repository
In this Python Machine learning project, we will build a model using which we can accurately detect the presence of Parkinson’s disease in one’s body. Parkinson’s disease is a progressive disorder of the central nervous system affecting movement and inducing tremors and stiffness. It has 5 stages to it and affects more than 1 million individuals every year in India. This is chronic and has no cure yet. It is a neurodegenerative disorder affecting dopamine-producing neurons in the brain.XGBoost is a new Machine Learning algorithm designed with speed and performance in mind. XGBoost stands for eXtreme Gradient Boosting and is based on decision trees. In this project, I have imported the XGBClassifier from the xgboost library; this is an implementation of the scikit-learn API for XGBoost classification. To build a model to accurately detect the presence of Parkinson’s disease in an individual. In this Python machine learning project, using the Python libraries scikit-learn, numpy, pandas, and xgboost, we will build a model using an XGBClassifier. I have loaded the data, get the features and labels, scale the features, then split the dataset, build an XGBClassifier, and then calculate the accuracy of our model.
README preview is not available for this repository.
Selected from shared topics, language and repository description—not editorial ratings.
vbartle /
This is a companion to the ‘Mathematical Foundations’ section of the book, Mathematics for Machine Learning by Marc Deisenroth, Aldo Faisal and Cheng Ong, written in python for Jupyter Notebook.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
Olow304 /
The overall objective of this toolkit is to provide and offer a free collection of data analysis and machine learning that is specifically suited for doing data science. Its purpose is to get you started in a matter of minutes. You can run this collections either in Jupyter notebook or python alone.
HeyThatsViv /
Project using machine learning to predict depression using health care data from the CDC NHANES website. A companion dashboard for users to explore the data in this project was created using Streamlit. Written with python using jupyter notebook for the main project flow/analysis and visual studio code for writing custom functions and creating the dashboard.
AmirHosseinNamadchi /
This is a more pythonic implementation of OpenSeesPy library to model and analyze structural problems in Jupyter notebooks
EvelynLinn /
This project is composed of comprehensive notes of CFA I. In the Jupyter Notebook files, different datasets are introduced for applying Python in financial analysis. Written notes and datasets are excerptions from the CFA Institute, SaltSolutions and other web sources.