All Projects → kurtispykes → ml-from-scratch

kurtispykes / ml-from-scratch

Licence: other
All content related to machine learning from my blog

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ml-from-scratch

mlreef
The collaboration workspace for Machine Learning
Stars: ✭ 1,409 (+1180.91%)
Mutual labels:  machine-learning-algorithms, mlops
artificial neural networks
A collection of Methods and Models for various architectures of Artificial Neural Networks
Stars: ✭ 40 (-63.64%)
Mutual labels:  machine-learning-algorithms
online-course-recommendation-system
Built on data from Pluralsight's course API fetched results. Works with model trained with K-means unsupervised clustering algorithm.
Stars: ✭ 31 (-71.82%)
Mutual labels:  machine-learning-algorithms
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+304.55%)
Mutual labels:  mlops
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (-61.82%)
Mutual labels:  machine-learning-algorithms
calcuMLator
An intelligently dumb calculator that uses machine learning
Stars: ✭ 30 (-72.73%)
Mutual labels:  machine-learning-algorithms
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (-60%)
Mutual labels:  mlops
darwin
Darwin C++ and Python Machine Learning Framework for Cyber Security
Stars: ✭ 20 (-81.82%)
Mutual labels:  machine-learning-algorithms
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+30%)
Mutual labels:  mlops
PROSAC
PROSAC algorithm in python
Stars: ✭ 19 (-82.73%)
Mutual labels:  machine-learning-algorithms
crane
Crane is a easy-to-use and beautiful desktop application helps you build manage your container images.
Stars: ✭ 223 (+102.73%)
Mutual labels:  mlops
oomstore
Lightweight and Fast Feature Store Powered by Go (and Rust).
Stars: ✭ 76 (-30.91%)
Mutual labels:  mlops
normalizing-flows
Implementations of normalizing flows using python and tensorflow
Stars: ✭ 15 (-86.36%)
Mutual labels:  machine-learning-algorithms
Self-Driving-Car
Implemented a Convolutional Neural Network for end-to-end driving in a simulator using Tensorflow and Keras. The project involves training over 13,000 images in a unity3d simulator to steer the car successfully throughout the track
Stars: ✭ 29 (-73.64%)
Mutual labels:  machine-learning-algorithms
Anomaly Detection
anomaly detection with anomalize and Google Trends data
Stars: ✭ 38 (-65.45%)
Mutual labels:  machine-learning-algorithms
ExCon
ExCon: Explanation-driven Supervised Contrastive Learning
Stars: ✭ 17 (-84.55%)
Mutual labels:  machine-learning-algorithms
tensorflow-rbm
Tensorflow implementation of the Restricted Boltzmann Machine
Stars: ✭ 308 (+180%)
Mutual labels:  machine-learning-algorithms
extra-model
Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.
Stars: ✭ 43 (-60.91%)
Mutual labels:  machine-learning-algorithms
e2eml-cookiecutter
A generic template for building end-to-end machine learning projects
Stars: ✭ 26 (-76.36%)
Mutual labels:  mlops
AIML-Human-Attributes-Detection-with-Facial-Feature-Extraction
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Stars: ✭ 48 (-56.36%)
Mutual labels:  machine-learning-algorithms

Machine Learning

A collection of blog articles and code related to machine learning that I've curated.

I regularly write about Python, Machine Learning, Freelancing, Productivity, and Self-Branding in my Medium Blog. With a $5 a month commitment, you can unlock an unlimited access to stories on Medium. If you use my sign-up link, I'll recieve a small commision. If you're already a member, subscribe to recieve my posts directly to your inbox whenever I publish.

Downloading the code

The simplest way to download the code is to clone the repository with git clone:

git clone https://github.com/kurtispykes/Machine-Learning.git

The steps

  1. git clone <repo>
  2. cd <repo>
  3. pip install virtualenv (if you don't already have virtualenv installed)
  4. virtualenv venv to create your new environment (called 'venv' here)
  5. venv/bin/activate.bat to enter the virtual environment
  6. pip install -r requirements.txt to install the requirements in the current environment

Table of Contents

General ML Concepts

Machine Learning Algorithms From Scratch

Feature Engineering

Feature Selection

Data Visualization

MLOps

Evaluation Metrics

Testing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].