TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15314 · Dec 6

#python#brain_inspired_ai#deep_learning#large_language_models#reasoning The Hierarchical Reasoning Model (HRM) is a new type of AI that reasons more like a human brain, using a fast part for quick details and a slow part for big-picture planning. It solves hard logic tasks like Sudoku, mazes, and IQ-style puzzles very well, even though it is tiny (only 27 million parameters) and learns from very little data (just 1,000 examples). Unlike most large language models, it does not need long chains of written reasoning steps or huge amounts of training, which makes it much faster, cheaper, and more efficient. For the user, this means powerful reasoning in a small, fast system that can run on ordinary hardware and still beat much larger models on tough problems. https://github.com/sapientinc/HRM

Results

10 similar posts found

djangoproject

@djangoproject · Post #230 · 01/16/2017, 01:42 PM

http://www.aparat.com/v/0scM5 Irene Chen A Beginner's Guide to Deep Learning. What is #Deep_Learning ? It has recently exploded in popularity as a complex and incredibly powerful tool. This talk will present the basic concepts underlying deep learning in understandable pieces for complete beginners to #machine_learning.

djangoproject

@djangoproject · Post #229 · 01/16/2017, 01:41 PM

http://www.aparat.com/v/Corus Advanced users #Deep_Learning, anyone who has followed #machine_learning over the past years has heard it. In this talk I will go past the hype and show what deep learning actually means and how one goes about solving complex machine learning task with a minimum amount of code, with the help of theano, an amazing python library for deep learning.

djangoproject

@djangoproject · Post #251 · 02/02/2017, 06:06 PM

https://www.analyticsvidhya.com/blog/2016/08/deep-learning-path/?utm_content=bufferd56c5&utm_medium=social&utm_source=linkedin.com&utm_campaign=buffer #Deep_Learning, a prominent topic in #Artificial_Intelligence domain, has been in the spotlight for quite some time now. It is especially known for its breakthroughs in fields like Computer Vision and Game playing (Alpha GO), surpassing human ability. Since the last survey, there has been a drastic increase in the trends. (click here to check out the survey) Here is what Google trends shows us:

djangoproject

@djangoproject · Post #537 · 12/28/2017, 10:26 AM

https://github.com/BVLC/caffe #Caffe is a #deep_learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors.

FOSS Post

@fosspost · Post #772 · 10/05/2021, 05:48 AM

Version 3.10 of the legendary programming language is now here: https://www.python.org/downloads/release/python-3100 No rush to update, though. #Python

Hashtags

FOSS Post

@fosspost · Post #593 · 12/23/2020, 05:38 PM

#Python is the main language of data science, per this analysis on 10M Jupyter Notebooks: https://blog.jetbrains.com/datalore/2020/12/17/we-downloaded-10-000-000-jupyter-notebooks-from-github-this-is-what-we-learned/

Hashtags

djangoproject

@djangoproject · Post #249 · 02/02/2017, 12:32 PM

https://www.analyticsvidhya.com/learning-paths-data-science-business-analytics-business-intelligence-big-data/learning-path-data-science-python/ Comprehensive learning path – #Data_Science in Python Journey from a Python noob to a Kaggler on Python So, you want to become a data scientist or may be you are already one and want to expand your tool repository. You have landed at the right place. The aim of this page is to provide a comprehensive learning path to people new to python for data analysis. This path provides a comprehensive overview of steps you need to learn to use Python for #data_analysis. If you already have some background, or don’t need all the components, feel free to adapt your own paths and let us know how you made changes in the path. You can also check the mini version of this learning path #Deep_Learning

djangoproject

@djangoproject · Post #462 · 10/10/2017, 01:59 PM

http://www.kdnuggets.com/2017/09/essential-data-science-machine-learning-deep-learning-cheat-sheets.html #Cheat_Sheet, #Data_Science, #Deep_Learning, #Machine_Learning, #Neural_Networks, #Probability, #Python, R, #SQL, #Statistics This collection of data science cheat sheets is not a cheat sheet dump, but a curated list of reference materials spanning a number of disciplines and tools

djangoproject

@djangoproject · Post #446 · 09/17/2017, 01:05 AM

Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras Time series prediction problems are a difficult type of predictive modeling problem. Unlike regression predictive modeling, time series also adds the complexity of a sequence dependence among the input variables. A powerful type of #neural_network designed to handle #sequence dependence is called #recurrent_neural_networks . The Long Short-Term Memory network or LSTM network is a type of recurrent neural network used in #deep_learning because very large architectures can be successfully trained. https://machinelearningmastery.com/time-series-prediction-lstm-recurrent-neural-networks-python-keras/