Publish to my blog (weekly)

이미지
선형 함수를 만드는 법 - 수학 - 2019 선형 함수의 그래프는 직선 비선형은 곡선이며 각 섹션의 기울기는 다릅니다 선형 함수는 다음과 같습니다. C = Ax + By A / B는 선형 함수 그래프의 기울기 Mathematics for Artificial Intelligence – Linear Algebra linear algebra scalar, vector, matrix, and tensor every record in a dataset can be represented as a vector parameters of neura...

Publish to my blog (weekly)

Use cases of Different Machine Learning Algorithms – Noteworthy - The Journal Blog sales forecasting risk assessment analysis in health insurance companies 1. To Identifying risk factors for diseases and planning preventive measures 2. Classifying words as nouns, pronouns, and verbs 3. Weather forecasting applications for predicting rainfall and weather conditions 4. In voting applications to find out whether voters will vote for a particular candidate or not a user wants ...

Publish to my blog (weekly)

이미지
Learn TensorFlow: Linear Regression - DZone AI features input ouput target a training example A pair (x i , y i ) a training set A list of m training examples {x i , y i ; i = 1,…,m} the space of input values ...

Publish to my blog (weekly)

Building a CQRS/ES web application in Elixir using Phoenix - Binary Consulting The event stream is the canonical source of truth. t is a perfect audit log A projection is an event handler that receives every persisted event from the event store. It executes queries against the database to add, update, and delete data. Event handlers run concurrently and are eventually consistent. CQRS An example of this is using different  database access techniques for read and update. Daem...