All Projects → Madonahs → Machine-Learning

Madonahs / Machine-Learning

Licence: Apache-2.0 license
🌎 I created this repository for educational purposes. It will host a number of projects as part of the process .

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Machine-Learning

char-VAE
Inspired by the neural style algorithm in the computer vision field, we propose a high-level language model with the aim of adapting the linguistic style.
Stars: ✭ 18 (-52.63%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (+36.84%)
Mutual labels:  tensorflow-experiments, tensorflow-models
FineGrainedVisualRecognition
Fine grained visual recognition tensorflow baseline on CUB, Stanford Cars, Dogs, Aircrafts, and Flower102.
Stars: ✭ 19 (-50%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Age-Gender Estimation TF-Android
Age + Gender Estimation on Android with TensorFlow Lite
Stars: ✭ 34 (-10.53%)
Mutual labels:  tensorflow-experiments, tensorflow-models
sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Stars: ✭ 136 (+257.89%)
Mutual labels:  matrix-multiplication, matrices
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-26.32%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (+839.47%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (+18.42%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Wgan
Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)
Stars: ✭ 228 (+500%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Cramer Gan
Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
Stars: ✭ 123 (+223.68%)
Mutual labels:  tensorflow-experiments, tensorflow-models
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+50%)
Mutual labels:  tensorflow-experiments, tensorflow-models
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+73.68%)
Mutual labels:  linear-regression, tensorflow-models
Android-Machine-Learning-With-TensorFlow
Tensor Flow implementation for Android
Stars: ✭ 17 (-55.26%)
Mutual labels:  tensorflow-experiments, tensorflow-models
The Third Eye
An AI based application to identify currency and gives audio feedback.
Stars: ✭ 63 (+65.79%)
Mutual labels:  tensorflow-experiments, tensorflow-models
matrix multiplication
Parallel Matrix Multiplication Using OpenMP, Phtreads, and MPI
Stars: ✭ 41 (+7.89%)
Mutual labels:  matrix-multiplication, matrices
EEG-Motor-Imagery-Classification-CNNs-TensorFlow
EEG Motor Imagery Tasks Classification (by Channels) via Convolutional Neural Networks (CNNs) based on TensorFlow
Stars: ✭ 125 (+228.95%)
Mutual labels:  tensorflow-experiments, tensorflow-models
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (+352.63%)
Mutual labels:  linear-regression
Python-AndrewNgML
Python implementation of Andrew Ng's ML course projects
Stars: ✭ 24 (-36.84%)
Mutual labels:  linear-regression
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (+336.84%)
Mutual labels:  linear-regression
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (+323.68%)
Mutual labels:  linear-regression

Machine Learning

License

NOTE: I created this repository for educational purposes. It will host a number of projects as part of the process and some exercises that we created, just purely a learning process. Not perfectly done.

Contributing

Read Contributing

Machine learning algorithms:

Linear Algorithms:

  • Algorithm 1: Linear Regression
  • Algorithm 2: Logistic Regression
  • Algorithm 3: Linear Discriminant Analysis

Nonlinear Algorithms:

  • Algorithm 4: Classification and Regression Trees
  • Algorithm 5: Naive Bayes
  • Algorithm 6: K-Nearest Neighbors
  • Algorithm 7: Learning Vector Quantization
  • Algorithm 8: Support Vector Machines

Ensemble Algorithms:

  • Algorithm 9: Bagged Decision Trees and Random Forest
  • Algorithm 10: Boosting and AdaBoost

License

Copyright [2019] [Madona Syombua]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].