TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15385 · Jan 2

#python#deep_learning#inference#openai#quantization#speech_recognition#speech_to_text#transformer#whisper Faster-Whisper is a fast version of OpenAI's Whisper that transcribes audio up to 4x quicker with the same accuracy, using less memory on CPU or GPU—benchmarks show it beats original Whisper (e.g., 1m03s vs 2m23s for 13-min audio on GPU). Install via `pip install faster-whisper`, no FFmpeg needed, and use simple Python code like `WhisperModel("large-v3").transcribe("audio.mp3")` for segments with timestamps. You benefit by getting quick, efficient speech-to-text for real-time apps, saving time and resources on long files or batches. https://github.com/SYSTRAN/faster-whisper

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.

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

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 #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/