Python icon indicating copy to clipboard operation
Python copied to clipboard

Kecerdasan buatan

Open slowy07 opened this issue 1 year ago • 5 comments

Description

kecerdasan buatan adalah kecerdasan yang ditambahkan kepada suatu sistem yang bisa diatur dalam konteks ilmiah atau bisa disebbut juga artificial intelligence

referensi tentang kercedasan buatan

  • http://www-formal.stanford.edu/jmc/whatisai/whatisai.html
  • https://www.ibm.com/topics/artificial-intelligence
  • https://www.britannica.com/technology/artificial-intelligence
  • https://www.oracle.com/id/artificial-intelligence/what-is-ai/

  • implementasi artificial intelligence atau kercerdasan buatan pada bahasa pemograman python
  • restruktur folder machine_learning yang kemudian dipindahkan ke implementation/artificial_intelligence

contoh dari algoritma-algoritma yang digunakan pada kecerdasan buatan:

  • [x] LSTM (long short term memory network) ( #256 )
  • [ ] normalization data transformation
  • [x] decision tree ( #248 )
  • [ ] gaussian naive bayes
  • [ ] gradient boosting
  • [x] gradient descent (#247)
  • [ ] k means clutsering
  • [x] k nearest neighbour (#260)
  • [ ] linear discriminant analysis
  • [x] linear regression (#247)
  • [x] logistic regression ( #258 )
  • [ ] multilayer preception classifier
  • [ ] polymonial regression
  • [x] random forest classification (#272)
  • [x] fungsi scoring (#263)
  • [ ] sequential minimum optimization
  • [ ] similliar search
  • [x] ridge regression (#268)
  • [ ] lasso regression
  • [ ] SVM (support vector machine)
  • [ ] frekuensi kata
  • [ ] xgboost classifier
  • [ ] xgboost regressor

tambahan lainnya

  • tidak diperkenankan pull request dengan file jupyter notebook file (.ipynb).
  • disarankan/diusahakan (opsional) meminimalisir penggunaan framework kecerdasan buatan seperti tensorflow pytorch, atau sklearn.
  • diusahakan memberikan informasi atau dokumentasi kode atau komentar kode.

slowy07 avatar Mar 16 '23 01:03 slowy07

permisi kak @slowy07 ,apakah boleh menambahkan lasso dan ridge regession untuk check list ini soalnya itu marupakan linear regession yang bermain dengan OLS nya terima kasih atas perhatiannya

kayabaakihiko13 avatar May 21 '23 07:05 kayabaakihiko13

boleh @kayabaakihiko13 👍🏻

slowy07 avatar May 22 '23 00:05 slowy07

permisi kak @slowy07 untuk normalisasi dan ridge apa nggak di centang kak?

kayabaakihiko13 avatar May 28 '23 10:05 kayabaakihiko13

Want to add a random forest algorithm Please allow me to do so.

ShubhamZoro avatar Jun 04 '23 14:06 ShubhamZoro

go on @ShubhamZoro you can create issue and mention that pull request to you issue or this issue and we accept code with documentation with indonesia language, thanks!

slowy07 avatar Jun 04 '23 15:06 slowy07