Skip to content

mrdat0194/BasicMachineLearning

 
 

Repository files navigation

BasicMachineLearning

Getting started

Đây là project giúp cho các bạn mới tiếp cận bài toán cơ bản trong Machine Learning trong khóa học SMA2017 tại trường KHTN HCM. Các algorithm trong khóa học cũng như dữ liệu test cho từng bài toán sẽ được tải lên trang này. Mục tiêu của project là thực thi các giải thuật từ bài giảng và tự kiểm thử giải thuật.

Ngôn ngữ lập trình chính:

  • python
  • matlab

Figure 1: Using Kmeans clustering for mixture of two Gaussians data alt text

Figure 2: Using EM algorithm for mixture of two two Gaussians data alt text

Prerequisites

Python

python 2.7

Numpy

Matplotlib

Pandas

Installing

pip install 'numpy= your desired version'

Matplotlib

pip install matplotlib

Running the tests

python

open terminal and type the following command

python KmeansPractice.py

or

python your_python_file_name.py

Built with

Contributing

Authors

License

Acknowledgements

Xin trân trọng gửi lời cảm ơn tời Prof. Long Nguyen (Uni of Michigan), Prof. Nabendu Pal(Uni of Louisiana), Prof. Dang Phuoc Huy, (Dalat University) cũng như các bạn tham gia khóa học đã tham gia phát triển cho dự án này.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.0%
  • MATLAB 23.0%