일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- #define
- compile time constants
- const
- 연산자
- regression problem
- Greedy
- standford University
- 홍정모님
- 형변환
- sizeof()
- 기계학습 기초
- 학습 알고리즘
- Andrew Ng
- Runtime constants
- C++
- classification problem
- 이코테
- 프로그래밍
- algorithm
- 나동빈님
- 코드블럭 오류
- 본즈앤올
- #endif
- 기계학습
- decimal
- coursera
- 단항연산자
- CLion
- 코딩테스트
- Machine Learning
- Today
- Total
목록분류 전체보기 (84)
wellcome_공부일기
S = struct('Name', {'bob', 'lea', 'pat'}, 'Birth_year', {1990, 1988, 2021}) [S.color] = deal('blue','red','green') C = {'small', 'large', 'medium'}; [S.tshirtsize] = C{:} cell2struct(UABabble(iunit).info, extraction_index, EI); https://www.mathworks.com/matlabcentral/answers/379250-adding-a-new-field-to-a-struct-array
What Does an R-Squared Value of 0.9 Mean? Essentially, an R-Squared value of 0.9 would indicate that 90% of the variance of the dependent variable being studied is explained by the variance of the independent variable. For instance, if a mutual fund has an R-Squared value of 0.9 relative to its benchmark, that would indicate that 90% of the variance of the fund is explained by the variance of it..
https://towardsai.net/p/l/introduction-to-confusion-matrix Introduction to Confusion Matrix towardsai.net
Computational neuroscience provided with python code example https://mrgreene09.github.io/computational-neuroscience-textbook/ Computational Neuroscience TBD mrgreene09.github.io Spiking rate vs Spiking timing https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2819463/ Spike-Rate Coding and Spike-Time Coding Are Affected Oppositely by Different Adaptation Mechanisms Spike-frequency adaptation causes r..
https://www.quora.com/Is-there-strong-research-being-done-at-the-intersection-of-machine-learning-and-computational-neuroscience Is there strong research being done at the intersection of machine learning and computational neuroscience? Answer (1 of 3): I would say yes. Certainly people in both areas show increasing interests in each other and start to organize conferences and events to encourag..
Acoustic startle reflex (ASR) The acoustic startle reflex (ASR) is actually pretty simple. When mice/rats are surprised by a loud noise (Fig. 1, left; Meow!), their facial and skeletal muscles rapidly contract. This includes closing of the eyes, stiffening of the neck and body (Fig. 1, left; startled mouse), and other physical changes that might protect the animal and help prepare it for a fight..
Spiral ganglion neurons (SGNs)? In the auditory system, spiral ganglion neurons (SGNs) are bipolar neurons that transfer auditory signals from auditory hair cells to the cochlear nucleus in the brainstem (Echteler, 1992; Nayagam et al., 2011). Spiral ganglion neurons (SGNs), the primary auditory neurons. Type I SGNs comprise 90 to 95% of the SGN population and 10 to 20 of these neurons extend si..