All Projects → davejacobs → Ml

davejacobs / Ml

Licence: mit
A set of machine learning experiments in Clojure

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Ml

Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (+833.33%)
Mutual labels:  logistic-regression, linear-regression
cobra
A Python package to build predictive linear and logistic regression models focused on performance and interpretation
Stars: ✭ 23 (-23.33%)
Mutual labels:  linear-regression, logistic-regression
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+66.67%)
Mutual labels:  linear-regression, logistic-regression
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (+0%)
Mutual labels:  linear-regression, logistic-regression
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: ✭ 17 (-43.33%)
Mutual labels:  linear-regression, logistic-regression
srqm
An introductory statistics course for social scientists, using Stata
Stars: ✭ 43 (+43.33%)
Mutual labels:  linear-regression, logistic-regression
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+14726.67%)
Mutual labels:  logistic-regression, linear-regression
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (+476.67%)
Mutual labels:  logistic-regression, linear-regression
VBLinLogit
Variational Bayes linear and logistic regression
Stars: ✭ 25 (-16.67%)
Mutual labels:  linear-regression, logistic-regression
Machine-Learning-Andrew-Ng
机器学习-Coursera-吴恩达- python+Matlab代码实现
Stars: ✭ 127 (+323.33%)
Mutual labels:  linear-regression, logistic-regression
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+56.67%)
Mutual labels:  linear-regression, logistic-regression
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+11756.67%)
Mutual labels:  logistic-regression, linear-regression
Python-AndrewNgML
Python implementation of Andrew Ng's ML course projects
Stars: ✭ 24 (-20%)
Mutual labels:  linear-regression, logistic-regression
Learning Python Predictive Analytics
Tracking, notes and programming snippets while learning predictive analytics
Stars: ✭ 26 (-13.33%)
Mutual labels:  logistic-regression, linear-regression
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+503.33%)
Mutual labels:  logistic-regression, linear-regression
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+450%)
Mutual labels:  linear-regression, logistic-regression
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+433.33%)
Mutual labels:  logistic-regression, linear-regression
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (+436.67%)
Mutual labels:  logistic-regression, linear-regression
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (+43.33%)
Mutual labels:  linear-regression, logistic-regression
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (+11013.33%)
Mutual labels:  logistic-regression, linear-regression

ML

ML is a machine-learning library/framework for Clojure. It's currently a pet project, but I am trying to keep algorithms as general and composable as possible. Flexibility, and not efficiency, is the first concern. (Efficiency will come later.) Feel free to fork, experiment, and contribute!

To implement

  • k-nearest neighbors
  • Linear regression
  • Logistic regression
  • Neural network for logistic regression feature discovery
    • Predict values based on pre-generated weights
    • Calculate cost of values
    • Use backpropagation to adjust weights
  • Regularization for linear regression
  • Regularization for logistic regression
  • Regularization for neural network
  • Decision tree builder
  • Support Vector Machine
  • Naive Bayes classifier
  • K-means clustering
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].