Algorithmic Trading with Python and Machine Learning Part-1
Author(s): Mayank Vadsola What is algorithmic trading and how to get trading data Continue reading on Towards AI Β» Published via Towards AI …
Must-have Chrome Extensions For Machine Learning Engineers And Data Scientists
Author(s): Himanshu Ragtah Browser extensions are the secret weapons that most hackers and developers keep in their arsenal to be more productive. Since a good… Continue reading on Towards AI Β» Published via Towards AI …
Fully Explained Ensemble Techniques Example with Python
Author(s): Amit Chauhan The machine learning methods based on several decision trees Continue reading on Towards AI Β» Published via Towards AI …
Deploy a Python Machine Learning Model on your iPhone
Author(s): Patrick Long, Ph.D. A minimalist guide Photo by AltumCode onΒ Unsplash This article describes the shortest path from training a python machine learning model to a proof of concept iOS app you can deploy on an iPhone. The goal is to provide …
ONNX for Model Interoperability & Faster Inference
Author(s): Chetan Ambi Understand how to use ONNX for converting ML model from any framework to ONNX format Continue reading on Towards AI Β» Published via Towards AI …
Fully Explained Decision Tree Classification with Python
Author(s): Amit Chauhan In-depth study of decision tree for classification problem Continue reading on Towards AI Β» Published via Towards AI …
In Data Science, Everything Is Connected!
Author(s): Ori Cohen How ideas are constantly used across research fields. Continue reading on Towards AI Β» Published via Towards AI …
Classify Plant Leaf Diseases Using Machine Learning
Author(s): Pushkara Sharma In this article, we will develop a machine learning model that predicts the diseases that plant is suffering from. Continue reading on Towards AI Β» Published via Towards AI …
Stocks Market Beta with Rolling Regression
Author(s): George Pipis Example of getting the Market Beta Coefficients of stocks by running rolling regression in Python Continue reading on Towards AI Β» Published via Towards AI …
Regression and Classification Metrics in Machine learning with Python
Author(s): Amit Chauhan Model evaluation with metric API for regression and classification Continue reading on Towards AI Β» Published via Towards AI …
Writing Efficient Input Pipelines Using TensorFlowβs Data API
Author(s): Jonathan Quijas Machine Learning A Brief Primer on Dataset Processing for Machine Learning Engineering atΒ Scale Photo by Claudio Testa onΒ Unsplash This post is heavily inspired by an exercise of chapter 12 in Hands-On Machine Learning with Scikit-Learn, Keras & Tensorflow. I …
Pytorch Tutorial for Beginners
Author(s): Eugenia Anello Pytorch is a Deep Learning framework developed by Facebook’s AI Research Lab in 2016. It’s widely famous for computer vision oriented… Continue reading on Towards AI Β» Published via Towards AI …
How Machine Learning Can Be Used To Predict Application Performance
Author(s): Lily Chen A case for machine learning in frontend performance Continue reading on Towards AI Β» Published via Towards AI …
Creating AI Web Apps using TensorFlow, Google Cloud Platform, and Firebase
Author(s): Jonathan Quijas Machine Learning, Cloud Computing From the Sandbox to the Cloud: How to Easily Deploy your Machine Learning Models into Production Web Applications Photo by James Lee onΒ Unsplash Introduction Training Machine Learning models for a web app with ML functionalities …
Whatβs in the TensorFlow Federated(TFF) box?
Author(s): Bala Priya Machine Learning Based on Krzysztof Ostrowskiβs talk at OpenMined Privacy Conference 2020 Photo by Josh Calabrese onΒ Unsplash Krzysztof Ostrowski is a Research Scientist at Google, where he heads the TensorFlow Federated development team. This blog post is inspired by …