python Introduction to programming in the Python language (1) What is programming? Basic mechanism and history of progming and computers 2021.09.24 pythonプログラミング言語:Programming Language
python Python and Machine Learning(3)Other Machine Learning Overview of Python, a programming language used in digital transformation , artificial intelligence , and machine learning 2021.09.23 pythonプログラミング言語:Programming Language機械学習:Machine Learning深層学習:Deep Learning自然言語処理:Natural Language Processing
python Speech Recognition Technology Application of deep learning and other machine learning techniques to speech signal processing for digital transformation and artificial intelligence tasks 2021.09.20 pythonアルゴリズム:Algorithms機械学習:Machine Learning深層学習:Deep Learning音声信号認識技術
R R language and Machine Learning Overview of the R language as a general-purpose tool for machine learning 2021.09.05 R推論技術:inference Technology機械学習:Machine Learning自然言語処理:Natural Language Processing
ICT技術:ICT Technology Linux Overview History and overview of Linux OS, various distributions, CentOS, Ubuntu, Redhat, Fedora, Debian 2021.06.17 ICT技術:ICT Technologyweb技術:web technologyデータベース技術:DataBase Technologyプログラミング言語:Programming Language
Clojure one hot vector and category vector with Clojure Implementation of one-hot-vector and category-vector in Clojure for machine learning applications in natural language processing 2021.06.15 Clojure機械学習:Machine Learning自然言語処理:Natural Language Processing
Clojure Clojure stopword removal The following are examples of implementations of the stop word processing used in the cleansing process of natural language processing in Clojure and pyhton. 2021.06.04 Clojure自然言語処理:Natural Language Processing
Clojure Sorting (rearranging) data As an introduction to data sorting, which is the basis of algorithms for the education of beginners, bubble sort, quick sort, merge sort, selection sort, and heap sort were explained. Sorting in Clojure was explained. 2021.06.03 Clojureアルゴリズム:Algorithms
Clojure Iteration and recursion (C, Java, python, Clojure) For beginners, I will haggish the iterative operations, which is a typical feature of structured languages in various languages (C, Python, Java, JavaScript, Clojure). I will also introduce recursive programming in Clojure. 2021.06.02 Clojureアルゴリズム:Algorithms
Clojure Overview of tfidf and its implementation in Clojure Clojure implementation of tfidf used in natural language processing 2021.06.01 Clojure自然言語処理:Natural Language Processing