'neural networks' 검색 분석 결과

분석 대시보드

새 검색 또는 수정

요약 통계

총 스레드 수
10
총 좋아요
1,366
총 리포스트
117

검색 결과 스레드 (점수 순 정렬)

로그인 필요

콘텐츠를 보려면 로그인이 필요합니다

로그인하고 원하는 스레드 정보를 분석해보세요.

1위
creatorhub.owl
2026년 02월 04일
점수
2,146

BREAKING: MIT just mass released their Al library for free. Here's the full list of books: Foundations 1. Foundations of Machine Learning Core algorithms explained. Theory meets practice. 2. Understanding Deep Learning Neural networks demystified. Visual explanations included. 3. Machine Learning Systems Production-ready architecture. System design principles. Advanced Techniques 4. Algorithms for ML Computational thinking simplified. Decision-making frameworks.

2위
codingmermaid.ai
2024년 12월 06일
점수
955

Yeah, neural networks look cool on your resume and may make your thesis stand out. But there are plenty of simple models that can solve real business problems much more efficiently. Top 8 machine learning algorithms that actually solve business problems

3위
_integra_land_
2025년 11월 12일
점수
871

The single most undervalued fact of mathematics: mathematical expressions are graphs, and graphs are matrices. Viewing neural networks as graphs is the idea that led to their success.

sakeeb.rahman
3일 전
점수
186

Dear algo show this account to the ones who noticed that - Gradient descent and natural selection are the same algorithm - Shannon entropy and Boltzmann entropy are the same equation - Neural networks and statistical mechanics share the same math - Game theory and evolutionary biology ask the same question - Market pricing and Bayesian inference follow the same update rule - Diffusion models and thermodynamics run the same process in reverse

kinozemtc
2025년 07월 11일
점수
169

I've been coding neural networks for 2 years. Ask me anything about getting started with AI/ML! 🧠

daveondata
2024년 10월 09일
점수
166

I have a confession to make. I've never used a neural network in a real-world project, and don't expect that I ever will. I'm betting I'm not alone in this regard. Like many folks, I learned about neural networks many years ago from Andrew Ng. However, I've always found other predictive modeling techniques far more useful in practice. Here's why. ⬇️

narseyit_shyngys
19일 전
점수
99

I had a university class. It was called Basic AI Lab. We were given a final project. The task was to predict traffic flow using 1D Convolutional Neural Networks. We had to use historical data from the METR-LA dataset. I thought it would be easy. Just throw the data into a neural network, compile, and watch it work.

haidee.sutra
4일 전
점수
63

Everything Is Interconnected Across many fields we see networks everywhere: • galaxies connect in a cosmic web • forests communicate through mycelium networks • the brain uses neural networks • societies form human networks The same principle appears at many scales: systems interacting create complexity and life.

pioneerinphysics
2026년 02월 01일
점수
61

Physics-Informed Neural Networks (PINNs) are a deep learning technique that embeds the knowledge of physical laws, often expressed as differential equations, into the training process of a neural network. They solve both forward (predicting outcomes) and inverse (inferring parameters) problems by incorporating physics-based constraints directly into the model's loss function, allowing them to learn from observational data and physical governing equations simultaneously.

psychology_roots
10시간 전
점수
0

Neural Networks A neural network is an artificial network or mathematical model for information processing based on how neurons and synapses work in the human brain. Using the human brain as a model, a neural network connects simple nodes (or “neurons”, or “units”) to form a network of nodes - thus the term “neural network”.