100 Days of ML Coding
-
Updated
May 14, 2020 - Python
100 Days of ML Coding
The "Python Machine Learning (1st edition)" book code repository and info resource
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Plain python implementations of basic machine learning algorithms
Python code for common Machine Learning Algorithms
General Assembly's 2015 Data Science course in Washington, DC
Python programming assignments for Machine Learning by Prof. Andrew Ng in Coursera
Text Classification Algorithms: A Survey
A curated list of data mining papers about fraud detection.
crissallandeMacBook-Pro:~ crissallan$ python3 train.py
Training set size: (2217, 20)
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instruction
Ytk-learn is a distributed machine learning library which implements most of popular machine learning algorithms(GBDT, GBRT, Mixture Logistic Regression, Gradient Boosting Soft Tree, Factorization Machines, Field-aware Factorization Machines, Logistic Regression, Softmax).
Tool that predicts the outcome of a Dota 2 game using Machine Learning
Simple machine learning library / 簡單易用的機器學習套件
Gender recognition by voice and speech analysis
[电影推荐系统] Based on the movie scoring data set, the movie recommendation system is built with FM and LR as the core(基于爬取的电影评分数据集,构建以FM和LR为核心的电影推荐系统).
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
several methods for text classification
Collection of stats, modeling, and data science tools in Python and R.
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Fake News Detection in Python
A Survey and Experiments on Annotated Corpora for Emotion Classification in Text
Sentiment analysis on Amazon Review Dataset available at http://snap.stanford.edu/data/web-Amazon.html
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.17
Codes and Project for Machine Learning Course, Fall 2018, University of Tabriz
machine learning algorithm
Credit card fraud detection through logistic regression, k-means, and deep learning.
Add a description, image, and links to the logistic-regression topic page so that developers can more easily learn about it.
To associate your repository with the logistic-regression topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When generating generating targeted attacks the method arguments
generate(x, y=None)can be confusing. In this caseyusually refers to the target label for the attack, but users may accidentally put the correct label there, rendering the attack ineffective.Describe the solution you'd like
Maybe we should change that