Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madonahs/machine-learning

🌎 I created this repository for educational purposes. It will host a number of projects as part of the process .
https://github.com/madonahs/machine-learning

java linear-programming linear-regression machine-learning matrices matrix-multiplication neural-network neural-networks python r tensorflow tensorflow-experiments tensorflow-models

Last synced: 2 months ago
JSON representation

🌎 I created this repository for educational purposes. It will host a number of projects as part of the process .

Awesome Lists containing this project

README

        

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








* [**Machine Learning Cheat Sheet**](https://drive.google.com/open?id=1lxb-7FWiY5KwTYehcPhn67tFu5ZHvJDH)
* [**Machine Learning PlayGround**](https://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=0&networkShape=3,2&seed=0.88257&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=true&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false)
* [**Machine Learning in Laymens Terms**](https://drive.google.com/open?id=1xyBNBgOW6uR9Wzf5SiJrMHZK0alvrr3s)



## Contributing
Read [Contributing](https://gist.github.com/PurpleBooth/b24679402957c63ec426)

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