課題解決:Problem solving Fermi Estimation for Problem Solving Problem solving using hypothetical thinking, framework thinking, and abstract thinking on Fermi estimation and ground rules that can be applied to problem solving in the workplace. 2021.06.12 課題解決:Problem solving
web技術:web technology Web Server Overview Overview of web technologies for teaching beginners, web server and HTTP, CDN, CGI 2021.06.11 web技術:web technology
人工知能:Artificial Intelligence Protected: Eliza: The Magic of Programming Illusions LISPを用いた古典的Chatbot、ELIZAの解説 2021.06.10 人工知能:Artificial Intelligence
web技術:web technology HTTP protocol overview Overview of web technologies for teaching beginners, detailing the HTTP protocol that connects web servers and browsers. 2021.06.09 web技術:web technology
Symbolic Logic Conversation and AI (Thinking from the Turing Test) Considerations for conversation and Turing test as AI for chatbot study 2021.06.08 Symbolic Logicアルゴリズム:Algorithms人工知能:Artificial Intelligence
web技術:web technology Internet Technologies Overviews Overview of web technologies for teaching beginners, about internet technologies, protocols such as network interface layer, internet layer, transport layer and application layer. 2021.06.07 web技術:web technology
読書 Court Inside: What the California Sea Taught Me I would like to introduce "Coat Inside: What the California Sea Taught Me" by Daniel Duane, which is currently out of print. The book is a 26-chapter essay about dropping out of society and living on the coastline of Santa Cruz, California. It will be an essay consisting of 26 chapters spent in the fall, winter, and spring. 2021.06.06 読書
数学:Mathematics Decision Theory and Mathematical Decision Making Techniques We will discuss mathematical decision-making techniques used in reinforcement learning, online prediction, and algorithms for high-speed automated stock trading. After describing the four decision strategies, I will introduce subjective probability, Bayesian theory, multiple concept theory, and supply rise theory. 2021.06.05 数学:Mathematics確率・統計:Probability and Statistics
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