Skip to content

zelzhan/Machine-learning

Repository files navigation

Machine learning

My implementation of machine learning stuff

First of all should mention the research paper and accompanying code that I have done

Articles

Artificial Neural Networks (ANN)

Convolutional Neural Networks (CNN)

Tools

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

See requirements.txt

conda 4.5.4
python 3.6.4
etc

Installing

Install anaconda 4 from the official site.

Then make aliasses for default versions of python and pip in the /.bashsrc:

alias python = python3
alias pip = pip3

Create and activate enviroment via anaconda and install all packages required in the requirements.txt

conda create yourenvname
source activate yourenvname

Authors

  • Elzhan Zeinulla - Most of the work has been done as experiment or ML practice - zelzhan

  • Karina Bekbayeva - Co-author of the resaerch paper and coding buddy - karinabk

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Inspired and guided with Adnan Yazici
  • Glad to have good programming team "Depressed and Funny"

About

My implementation of machine learning stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages