#純靠北工程師4je
----------
前輩,在嗆別人盲跟的時侯,可以先了解内容才嗆嗎?
不要看了develop guide内幾個keyword就說自已不信這套,說作者盲跟。主管早就說了引用那些術語,是為了方便大家了解和溝通。
搞不好在設計系统的時侯,我們大家都在用domain model來描術系统時,您卻在那邊設想成MVC的model。
然後在嗆大家為什麼要設計得那麼複雜,嗆什麼是entity/service/repo,嗆大家盲跟。
與您共事很難。
----------
🗳️ [群眾審核] https://kaobei.engineer/cards/review
👉 [GitHub Repo] https://github.com/init-engineer/init.engineer
📢 [匿名發文] https://kaobei.engineer/cards/create
🥙 [全平台留言] https://kaobei.engineer/cards/show/5882
model entity 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的精選貼文
ช่วงโควิด 19
มีใครสนใจ อยากเรียน AI กับเด็กอักษรจุฬา ไหมครับ!
แบบนั่งอยู่บ้านไหม?
.
👉 เป็นหลักสูตร
"หลักการเขียนโปรแกรมเพื่อการประมวลผลภาษาธรรมชาติ"
หรือก็คือศาสตร์ Natural Language Processing ชื่อย่อ NLP
วิชานี้เป็นศาสตร์ทางคอม
(คนละตัวกับ NLP ที่เป็นโปรแกรมจิตใต้สำนึก ไม่เกี่ยวข้องกัน
แต่ชื่อย่อเดียวกัน)
.
NLP ที่ว่านี้
เป็นสาขาหนึ่งของเทคโนโลยีปัญญาประดิษฐ์
(Artificial Intelligence หรือ AI)
ที่ทำให้คอมพิวเตอร์เข้าใจภาษามนุษย์
เพื่อวัตถุประสงค์ด้านการสื่อสารและวิเคราะห์ข้อมูลที่เป็นภาษามนุษย์
เช่น เข้าใจภาษาไทย อังกฤษ สเปน จีน ฝรั่งเศส รัสเซีย เยอรมัน อาหรับ เป็นตน
.
😍ประโยชน์ NLP เช่น
☑ ทำ Chatbot ที่ฉลาดขึ้น
☑ ให้ AI เขียนหนังสือเองได้
☑ ทำการแปลภาษาอัตโนมัติ
☑ แก้คำผิด แต่งประโยคให้ถูกต้องเอง
☑ เพิ่มประสิทธิภาพ Search Engine
☑ แบ่งประเภทของบทความอัตโนมัติ
☑ และอื่นๆ นึกไม่ออก ในตอนนี้
.
อันนี้เป็นหลักสูตรที่สอน
ในภาควิชาภาษาศาสตร์ คณะอักษรศาสตร์ จุฬาลงกรณ์มหาวิทยาลัย
สอนโดยอาจารย์ ดร.อรรถพล ธำรงรัตนฤทธิ์
สามารถศึกษาได้ด้วยตัวเองฟรีๆ
มีอยู่แล้วในเว็บไซต์ของอาจารย์
โดยมีวิชาที่เป็นวิชาหลักจริงๆ
สามารถนำไปประยุกต์ใช้ได้ทันทีอยู่สามหมวดวิชา คือ
👳♂️ NLP I: การเขียนโปรแกรมเพื่อนำไปทำ NLP
✔ ครึ่งแรกเน้นพื้นฐานการเขียนโปรแกรมตั้งแต่ยังไม่มีพื้นฐานเลย เรียนรู้จากตัวอย่างโปรแกรมต่างๆ ที่เกี่ยวกับ NLP
✔ ครึ่งหลังพูดเรื่อง Object-oriented programming การดึงข้อมูลจากอินเตอร์เน็ตผ่าน API การใช้ package ต่างๆ ในการตัดคำ แท็กคำด้วย part of speech และการ parse ประโยค และจบด้วย Machine Learning (supervised learning)
👉 เข้าไปเรียนได้ลิงก์นี้ https://attapol.github.io/programming/
.
.
👳♂️ NLP II: โมเดลหลักๆ ที่ใช้ใน NLP ทั้งหมด (เปิดสอนม.ค. 2562 เป็นเทอมแรก)
✔ Logistic regression - การวิเคราะห์ความรู้สึก (sentiment analysis)
✔ Structured Prediction - การวิเคราะห์โครงสร้างประโยคอัตโนมัติ (phrase structure parse) การวิเคราะห์ประโยคเชิงพึ่งพิง (dependency parse)
✔ Conditional Random Fields - การตรวจหาคำที่สื่อถึงตัวตน (Named-entity recognition)
✔ Search (Information Retrieval) - การสร้าง search engine
✔ Language Model - โมเดลสำหรับการคำนวณบริบททางภาษาเพื่อใช้สำหรับ การแปลงเสียงเป็นตัวอักษร (speech recognition) เครื่องแปลภาษา (machine translation) และการตรวจแก้การสะกดผิด ความผิดพลาดทางไวยากรณ์
✔ Word embeddings - ใช้ตัวเลขหรือเวคเตอร์ในการคำนวณความหมายของคำและประโยค
✔ Deep learning - multilayer perceptron, LSTM, Convolutional Network
👉 เข้าไปเรียนได้ลิงก์นี้ https://attapol.github.io/compling/
.
.
👳♂️ NLP III: การสร้างระบบ NLP ขั้นสูง (เปิดสอนม.ค. 2563 เป็นเทอมแรก)
✔ Speech Recognition - เครื่องแปลงเสียงเป็นตัวอักษร
✔ Targeted ads and recommendation systems - ระบบเลือกโฆษณาและ content ให้ผู้ใช้ที่เหมาะสม
✔ Conversational Agents and chatbots - หุ่นยนต์นักสนทนา
✔ Question answering system - ระบบตอบคำถามอัตโนมัติ
✔ Relation Extractions and Knowledge Graphs - ระบบสกัดความรู้และความสัมพันธ์ระหว่าง concepts
✔ Corpus construction - หลักการสร้างคลังข้อมูลเพื่อใช้สำหรับ NLP systems
👉 (รอวิดีโอของอาจารย์ ยังไม่เห็น)
ลิงก์หลักสูตร https://docs.google.com/document/d/13eaMHR8kl9HbIPPfY0B6bhNVybhWaOVdQNdmNp6BlgE/edit
.
.
ถ้าไม่มีพื้นฐานการเขียนโปรแกรมมาก่อน ให้เริ่มที่ NLP I
หากมีประสบการณ์การเป็นโปรแกรมเมอร์ ก็สามารถเริ่มต้นที่ NLP II ได้ทันที.
.
ที่มา https://attapol.github.io/programming/
ขอบคุณอาจารย์ ดร.อรรถพล ธำรงรัตนฤทธิ์ ที่เผยแพร่ความรู้ฟรีๆ ครับ
.
.
.
.
.
.
.<ประชาสัมพันธ์ ขายของ/>
ถ้าใครเรียนแล้วยังไม่เข้าใจ AI
ก็ขอแนะนำหนังสือ "AI ไม่ยาก เรียนรู้ด้วยเลขม. ปลาย"
ไม่มีโค้ดดิ้งให้ปวดหัว
แค่มีพื้นฐานเลขม. ปลาย
ก็อ่านเข้าใจได้
ราคา 295 บาท ฿ กับ 329 บาท ฿ (ซื้อผ่านระบบ Apple จะแพงขึ้น)
.
ท่านใดสนใจก็สั่งซื้อได้ที่นี้ (ขออภัยยังไม่มีเล่มกระดาษขาย)
👉 https://www.mebmarket.com/web/index.php?action=BookDetails&data=YToyOntzOjc6InVzZXJfaWQiO3M6NzoiMTcyNTQ4MyI7czo3OiJib29rX2lkIjtzOjY6IjEwODI0NiI7fQ
.
ส่วนตัวอย่างหนังสือ ก็ดูได้ที่
👉 https://drive.google.com/file/d/1zG64QAuPKtnWu-Jizn4i2JYUbHnHa8cJ/view?usp=sharing
.
✍ เขียนโดย โปรแกรมเมอร์ไทย thai programmer
model entity 在 AppWorks Facebook 的最佳解答
[A quick overview on choice of legal entities for international founders setting up in Taiwan, part 2]
Hi, I’m Norman, an AppWorks Analyst. Last week I introduced the first type of entity founders can set up in Taiwan: a representative office. If you missed the post, you can click here to find it: https://bit.ly/2DZMNoY
Today, I will move on to the other two types of entities: setting up a local company and setting up a branch office. This is for founders who are planning on doing some business here in Taiwan. Let’s get started!
Unless you are going to run a certain kind of business (e.g. construction, telecommunications, mansions management, etc.), then there’s no minimum working capital requirements for setting up these two types of entities, while founders need to apply for company registration and file Profit-seeking Enterprise Provisional Income Tax Return. So what’s the main difference between these two entities?
・Set up a local company: founders can apply for setting up a company as an individual or on behalf of the mother company. This is generally applicable to founders who wish to establish a company in Taiwan. This method of incorporation is much more involved than representative offices and branch offices, also it will be much easier to apply for multiple sources of government subsidies, and applicable to tax incentives authorized by the Statute for Industrial Innovation. However, if the company wires after-tax profits to the foreign mother company, 21% of the dividend income tax will be charged.
・Set up a branch office: it’s not possible to set up a branch office as an individual applicant, so if founders would like to set up a branch office, you must apply on behalf of the foreign mother company, saving you some time dealing with the shareholders’ structure and nominating directors. The advantage of setting up a branch office is that it is exempt from 21% tax on repatriation on after-tax profits to the parent company. However, a branch office is not considered a "legal entity," so if the founder signs the contract on behalf of the branch company, the parent company that would legally enjoy the rights and assume the liabilities eventually.
Of course there are other factors that international founders should take into account when deciding which type of entity will you set up in Taiwan, like the business model, tax considerations, if you are going to hire international professionals, etc. As a result, before deciding which kind of entity you would like to set up in Taiwan, make sure you already think of all the factors, pros and cons mentioned before.
Another question founders might wonder is: how long will it take to finish the whole application process? It will generally take 1-2 months, though it might take longer if too many apply at the same time.
Hopefully you have some takeaways on which company entity you can set up in Taiwan after reading my posts. If there’s anything you would like me to clarify, feel free to leave a comment below.
By Norman Chi, AppWorks Analyst
Photo by Kon Karampelas on Unsplash